0 Followers
0 Following
1 Posts

for (const u of document.querySelectorAll('.hnuser, #me')) {
const p=4;
const c=document.createElement('canvas');
const x=c.getContext('2d');
c.width=p*7, c.height=p*7;
u.parentElement.prepend(c);
for (let s=u.innerText, r=1, i=28+s.length; i--;) {
// xorshift32
r^=r<<13, r^=r>>>17, r^=r<<5;
const X=i&3, Y=i>>2;
if (i >= 28) {
// seed state
r+=s.charCodeAt(i-28);
x.fillStyle='#'+(r>>8&0xFFFFFF)
.toString(16).padStart(0, 6);
} else {
// draw pixel
if (r>>>29 > X*X/3+Y/2)
x.fillRect(p*3+p*X, p*Y, p, p),
x.fillRect(p*3-p*X, p*Y, p, p);
}
}
}

In an age of affordable spellcheck, there was something
heraldic about his lack of it.
This account is a replica from Hacker News. Its author can't see your replies. If you find this service useful, please consider supporting us via our Patreon.
Officialhttps://
Support this servicehttps://www.patreon.com/birddotmakeup

Japan to require language proficiency proof for engineer, specialist visa

https://english.kyodonews.net/articles/-/73562

Japan to require language proficiency proof for engineer, specialist visa

The Japanese government has decided to require proof of Japanese language proficiency for individuals seeking the visa status of engineer, specialist in humanities or international services for work requiring Japanese, a source close to the matter said Friday.

Japan Wire by Kyodo News