The best Hacker News stories from All from the past week
Latest posts:
Applebee’s exec urges using high gas prices to push lower wages, sparks walkout
The end of the nice GTK button
The end of the nice GTK button
But life had other plans
Start Self Hosting
Web3 is centralized and inefficient
Hackers claim to have breached Okta systems
Please put units in names
Please put units in names
Windows needs a change in priorities
Windows needs a change in priorities
I think US college education is nearer to collapsing than it appears
I think US college education is nearer to collapsing than it appears
How Zillow's homebuying scheme lost $881M
US Federal Reserve raises interest rates for first time since 2018
Cities should not pay for new stadiums
Go 1.18
Why is it hard to buy things that work well?
US Senate votes unanimously to make daylight savings time permanent
Show HN: HN Avatars in 357 bytes
Paste the following into the console of any HN page - for annotated avatars on all HN comments. (self contained code)<p><pre><code> for(u of document.querySelectorAll('.hnuser'))for(u.prepend(c=document.createElement('canvas')),x=c.getContext('2d'),c.width=18,c.height=14,s=u.innerText,r=1,i=28+s.length;i--;i<28?r>>>29>X*X/3+Y/2&&x.fillRect(6+2*X,2*Y,2,2)&x.fillRect(6-2*X,2*Y,2,2):r+=s.charCodeAt(i-28,x.fillStyle='#'+(r>>8&0xFFFFFF).toString(16)))r^=r<<13,r^=r>>>17,r^=r<<5,X=i&3,Y=i>>2</code></pre>