Kagi quer recriar internet do passado com o projeto Small Web
Kagi quer recriar internet do passado com o projeto Small Web
Let's write a toy UI library
https://nakst.gitlab.io/tutorial/ui-part-1.html
#HackerNews #toyUILibrary #UIdevelopment #webdevelopment #codingtutorial #HackersNews
In what reality does this make sense to turn off safe guards……
#commonsence #cybersecurity #FCC #government #hackersnews
From: @AlexJimenez
https://mas.to/@AlexJimenez/115594769498046432
When the government is made up of con men and incompetent fools this is what you get. Despite Chinese hacks, Trump's FCC votes to scrap cybersecurity rules for phone and internet companies https://techcrunch.com/2025/11/21/despite-chinese-hacks-trumps-fcc-votes-to-scrap-cybersecurity-rules-for-phone-and-internet-companies/ #CyberSecurity #Kakistocracy
A surprise with how '#!' handles its program argument in practice
https://utcc.utoronto.ca/~cks/space/blog/unix/ShebangRelativePathSurprise
#HackerNews #Shebang #Surprise #ProgramArguments #Unix #HackersNews
We Saved $500k per Year by Rolling Our Own "S3"
https://engineering.nanit.com/how-we-saved-500-000-per-year-by-rolling-our-own-s3-6caec1ee1143
#HackerNews #WeSaved500k #RollingOurOwn #S3 #CostSavings #Engineering #HackersNews
How to store Go pointers from assembly
https://mazzo.li/posts/go-asm-pointers.html
#HackerNews #GoPointers #Assembly #Programming #GoLang #HackersNews
The standard Go toolchain comes with an assembler out of the box. Said assembler is highly idiosyncratic, using syntax inherited from Plan 9 and choosing its own names for platform-specific instructions and registers. But it's great to have it readily available. More mundanely, Go comes with a garbage collector. This post explains how to make these two components play nice, if we want to manipulate Go pointers from our assembly.