frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mr Tiff

https://inventingthefuture.ghost.io/mr-tiff/
184•speckx•3h ago•18 comments

Apple uses 3D Gaussian splatting for Personas and 3D conversions of photos

https://www.cnet.com/tech/computing/apple-talks-to-me-about-vision-pro-personas-where-is-our-virt...
40•dmarcos•5d ago•10 comments

Patching 68K Software – SimpleText

https://tinkerdifferent.com/threads/patching-68k-software-simpletext.4793/
49•mmoogle•3h ago•2 comments

This Day in 1988, the Morris worm infected 10% of the Internet within 24 hours

https://www.tomshardware.com/tech-industry/cyber-security/on-this-day-in-1988-the-morris-worm-sli...
299•canucker2016•10h ago•144 comments

Pg_lake: Postgres with Iceberg and data lake access

https://github.com/Snowflake-Labs/pg_lake
274•plaur782•9h ago•80 comments

Bluetui – A TUI for managing Bluetooth on Linux

https://github.com/pythops/bluetui
27•birdculture•2h ago•0 comments

Whole Earth Index

https://wholeearth.info/
148•bookofjoe•1w ago•32 comments

Codemaps: Understand Code, Before You Vibe It

https://cognition.ai/blog/codemaps
193•janpio•8h ago•65 comments

Uncle Sam wants to scan your iris and collect your DNA, citizen or not

https://www.theregister.com/2025/11/04/dhs_wants_to_collect_biometric_data/
114•SanjayMehta•2h ago•63 comments

Show HN: A CSS-Only Terrain Generator

https://terra.layoutit.com
273•rofko•12h ago•75 comments

By the Power of Grayscale

https://zserge.com/posts/grayskull/
108•surprisetalk•4d ago•30 comments

BlackRock's Larry Fink: "Tokenization", Digital IDs, & Social Credit

https://thewinepress.substack.com/p/tokenization-blackrocks-larry-fink
31•sbuttgereit•4h ago•17 comments

I took all my projects off the cloud, saving thousands of dollars

https://rameerez.com/send-this-article-to-your-friend-who-still-thinks-the-cloud-is-a-good-idea/
126•sebnun•4h ago•141 comments

RISC-V takes first step toward international ISO/IEC standardization

https://riscv.org/blog/risc-v-jtc1-pas-submitter/
16•jrepinc•5d ago•1 comments

Singing bus horns in West Sumatra

https://www.auralarchipelago.com/auralarchipelago/kalason
48•Kaibeezy•1w ago•3 comments

Launch HN: Plexe (YC X25) – Build production-grade ML models from prompts

https://www.plexe.ai/
65•vaibhavdubey97•8h ago•27 comments

Frozen String Literals: Past, Present, Future?

https://byroot.github.io/ruby/performance/2025/10/28/string-literals.html
26•Bogdanp•1w ago•2 comments

What is a manifold?

https://www.quantamagazine.org/what-is-a-manifold-20251103/
334•isaacfrond•16h ago•117 comments

Google Removed 749M Anna's Archive URLs from Its Search Results

https://torrentfreak.com/google-removed-749-million-annas-archive-urls-from-its-search-results/
78•gslin•2h ago•31 comments

NoLongerEvil-Thermostat – Nest Generation 1 and 2 Firmware

https://github.com/codykociemba/NoLongerEvil-Thermostat
311•mukti•8h ago•113 comments

Analyzing the Performance of WebAssembly vs. Native Code

https://ar5iv.labs.arxiv.org/html/1901.09056
52•liminal•2h ago•34 comments

Grayskull: A tiny computer vision library in C for embedded systems, etc.

https://github.com/zserge/grayskull
13•gurjeet•3h ago•1 comments

Tell HN: X is opening any tweet link in a webview whether you press it or not

564•stillatit•20h ago•479 comments

Optimizing Datalog for the GPU

https://danglingpointers.substack.com/p/optimizing-datalog-for-the-gpu
101•blakepelton•11h ago•19 comments

Zip Files All the Way Down (2010)

https://research.swtch.com/zip
25•aebtebeten•1w ago•3 comments

Bloom filters are good for search that does not scale

https://notpeerreviewed.com/blog/bloom-filters/
176•birdculture•16h ago•34 comments

How devtools map minified JS code back to your TypeScript source code

https://www.polarsignals.com/blog/posts/2025/11/04/javascript-source-maps-internals
71•manojvivek•10h ago•13 comments

Singapore to cane scammers as billions lost in financial crimes

https://www.freemalaysiatoday.com/category/highlight/2025/11/04/singapore-to-cane-scammers-as-bil...
46•raybb•5h ago•41 comments

FDA described as a "clown show" amid latest scandal; top drug regulator is out

https://arstechnica.com/health/2025/11/fda-described-as-a-clown-show-amid-latest-scandal-top-drug...
54•duxup•2h ago•3 comments

Customize Nano Text Editor

https://shafi.ddns.net/blog/customize-nano-text-editor
139•shafiemoji•1w ago•48 comments
Open in hackernews

Frozen String Literals: Past, Present, Future?

https://byroot.github.io/ruby/performance/2025/10/28/string-literals.html
26•Bogdanp•1w ago

Comments

o11c•2h ago
Important information omitted from title: this is for the Ruby language.
capitainenemo•6m ago
Article claims python 3 uses UTF-8.

https://stackoverflow.com/questions/1838170/ "In Python 3.3 and above, the internal representation of the string will depend on the string, and can be any of latin-1, UCS-2 or UCS-4, as described in PEP 393."

Article also says PHP has immutable strings. They are mutable, although often copied.

Article also claims majority of popular languages have immutable strings. As well as the ones listed there is also PHP and Rust (and C, but they did say C++).