frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Windows will soon prompt for memory scans after BSOD crashes

https://www.bleepingcomputer.com/news/microsoft/windows-will-soon-prompt-for-memory-scans-after-b...
2•fleahunter•3m ago•0 comments

Design and reconstructible history of the Mayan eclipse table of Dresden Codex

https://www.science.org/doi/10.1126/sciadv.adt9039
1•neitsa•3m ago•0 comments

FRDM Inc – Hiring "Full Stack Engineer (AI+LLM Focus)"

https://wellfound.com/recruit/jobs/3359407
1•FRDM•4m ago•1 comments

DeepSeek OCR with Vllm – 10x cheaper on cloud GPU

https://www.youtube.com/watch?v=LCJJwDjJYqI
1•amrrs•4m ago•0 comments

We Might Not Be So Strange

https://nautil.us/we-might-not-be-so-strange-1242875/
1•rbanffy•5m ago•0 comments

Cancer has a surprising amount of detail

https://www.owlposting.com/p/cancer-has-a-surprising-amount-of
1•abhishaike•9m ago•0 comments

Odyssey-2: instant, interactive AI video

https://odyssey.ml/introducing-odyssey-2
1•olivercameron•12m ago•0 comments

Australia Invented WiFi (2012)

https://arstechnica.com/tech-policy/2012/04/how-the-aussie-government-invented-wifi-and-sued-its-...
1•asdefghyk•13m ago•1 comments

Canonical releases silicon-optimized inference snaps

https://canonical.com/blog/canonical-releases-inference-snaps
2•glitchc•14m ago•0 comments

ShaderPad – Real-Time GLSL Shader Playground

https://gangtao.github.io/ShaderPad/
1•gangtao•14m ago•1 comments

IP address truncation is not anonymization

https://00f.net/2025/10/27/ip-anonymization/
1•jedisct1•17m ago•0 comments

Learning from Abundant User Dissatisfaction in Real-World Preference Learning

https://arxiv.org/abs/2510.02341
1•PaulHoule•17m ago•0 comments

Spacing the Circles on the Smith Chart

https://www.johndcook.com/blog/2025/10/25/smith-chart-spacing/
1•ibobev•17m ago•0 comments

Tinier Than a Grain of Sand: Physicists Create the Smallest Light Pixel

https://scitechdaily.com/tinier-than-a-grain-of-sand-physicists-create-the-worlds-smallest-light-...
1•T-A•19m ago•0 comments

Google President: 'We should be able to cure cancer in our lifetime' with AI

https://www.byteseu.com/1485326/
1•speckx•19m ago•0 comments

UN expert Reem Alsalem: surrogacy is a system of violence, exploitation & abuse

https://www.ohchr.org/en/press-releases/2025/10/un-expert-calls-recognition-surrogacy-system-viol...
1•binning•20m ago•0 comments

Global Shift: Electrification Captures All Energy Demand Growth [video]

https://www.youtube.com/watch?v=H47XH_2VxLQ
1•xbmcuser•22m ago•0 comments

'AI' Sucks the Joy Out of Programming

https://alexn.org/blog/2025/10/27/ai-sucks-the-joy-out-of-programming/
6•Bogdanp•23m ago•0 comments

ChatGPT Users Show Signs of Psychotic Crisis Every Week

https://www.wired.com/story/chatgpt-psychosis-and-self-harm-update/
2•totaldude87•25m ago•0 comments

When Models Manipulate Manifolds: The Geometry of a Counting Task

https://transformer-circuits.pub/2025/linebreaks/index.html
3•1wheel•30m ago•0 comments

Language Models Are Injective and Hence Invertible

https://arxiv.org/abs/2510.15511
1•porridgeraisin•31m ago•0 comments

Graphing the Ransomware Payment Ecosystem Using STIX Objects

https://www.dogesec.com/blog/stix_graph_ransomware_crypto_ransom_payments/
1•speckx•32m ago•0 comments

"A medical miracle": is period blood an overlooked opportunity in womens health?

https://www.theguardian.com/society/ng-interactive/2025/oct/27/menstrual-period-blood-testing-wom...
4•binning•34m ago•0 comments

The AI Wildfire Is Coming. It's Going to Be Painful and Healthy

https://ceodinner.substack.com/p/the-ai-wildfire-is-coming-its-going
1•spenvo•35m ago•0 comments

Barclays CEO Issues Warning About US Credit Risks

https://www.newsweek.com/barclays-ceo-warning-us-credit-risks-10943813
1•zerosizedweasle•36m ago•0 comments

Private Credit Risks 'Inflated' Ratings by Small Firms, BIS Says

https://www.bloomberg.com/news/articles/2025-10-27/private-credit-risks-inflated-ratings-by-small...
1•zerosizedweasle•36m ago•0 comments

Hubble sees white dwarf eating piece of Pluto-like object – ESA/Hubble

https://esahubble.org/news/heic2511/
1•rbanffy•37m ago•0 comments

DeepSeek-OCR solving long-context problem for RAG and AI

https://zilliz.com/blog/deepseek-ocr-explained-optical-compression-for-scalable-long-context-and-...
2•Fendy•39m ago•0 comments

Private credit default activity reaccelerates in recent weeks

https://www.msn.com/en-us/money/topstocks/private-credit-default-activity-reaccelerates-in-recent...
1•zerosizedweasle•39m ago•0 comments

Can anyone rescue the trafficked girls of L.A.'s Figueroa Street?

https://www.nytimes.com/2025/10/26/magazine/sex-trafficking-girls-la-figueroa.html
3•binning•39m ago•2 comments
Open in hackernews

Write Express JS code that runs on Rust

https://github.com/Shyam20001/rsjs
4•StellaMary•2h ago

Comments

StellaMary•2h ago
I just created a open source Rust based JavaScript framework that allows every JS dev to write existing express js code that runs on Rust's Tokio and hyper.
tracker1•1h ago
Just curious... how does this compare in terms of overhead/performance vs Bun or Deno? In particular, I've been using Deno + Hono a bit local, which allows a pretty clean shift to Cloudflare or others.
StellaMary•44m ago
Here you go https://web-frameworks-benchmark.netlify.app/result?f=hono-d...

Also regarding the performance its written using Rust and raw Hyper library unlike deno runtime no overhead coz I just build a complex rust native addon for node js that allows every one to harness the true power of Rust's Tokio and hyper.

Regarding hono it's my fav and edge based. The Framework I created allows you to run true multi thread Fullstack app on a instance like running raw c++ or golang frameworks. My framework gives you true parallelism without Node.js cluster. Just give a try.

yahoozoo•37m ago
Cool toiletware.
StellaMary•34m ago
All I ever wanted is to make Js devs to write the same code atleast that would run on top of Rust.... A dirty Hack but Really Worth it...