frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

These Funds Are Yield Magicians. How Do They Do It?

https://www.wsj.com/finance/investing/these-funds-are-yield-magicians-how-do-they-do-it-ea63151a
1•kamaraju•46s ago•0 comments

Australia's TGA interim report: move supplements high in B6 to secure shelves

https://www.abc.net.au/news/2025-06-28/tga-takes-action-over-b6-toxicity/105470210
1•ggm-at-algebras•1m ago•0 comments

Genesis Modular Electronics Platform

https://axiometa.ai/genesis/
1•sohkamyung•3m ago•0 comments

The heart of software engineering still beats

https://annievella.com/posts/the-heart-of-software-engineering-still-beats/
1•brunooliv•4m ago•0 comments

Chickoban: A Sokoban Clone

https://github.com/aabiji/chickoban
1•aabiji•5m ago•1 comments

Chat with your Google Analytics data for free

https://userpath.co/chat
1•stewones•7m ago•0 comments

The Ten Commandments for Using Hand Tools

https://roberthoward.com.au/the-ten-commandments-for-using-hand-tools/
2•s4074433•10m ago•1 comments

Is your gut microbiome a calorie 'super harvester'?

https://phys.org/news/2025-06-gut-microbiome-calorie-super-harvester.html
2•PaulHoule•14m ago•0 comments

Authorship for sale: Nature investigates how paper mills work

https://www.nature.com/articles/d41586-025-01824-3
1•hilux•15m ago•0 comments

Neuralink Update, Summer 2025

https://twitter.com/elonmusk/status/1938671214119285223
1•kodisha•16m ago•0 comments

Ask HN: Documenting the behavior of Microsoft of destroying true sleep

1•tryauuum•16m ago•0 comments

We Built a 20TB Multilingual Dataset Spanning the Internet

https://arxiv.org/abs/2506.20920
2•hynky•19m ago•0 comments

Cooling Chips with Lasers

https://www.tomshardware.com/tech-industry/cooling-chips-with-lasers-innovative-cooling-method-removes-heat-precisely-from-hot-spots-recycles-heat-into-energy
1•kristianp•21m ago•0 comments

Ask HN: How to grow and monetize a newsletter of 1K users?

1•CoreSet•23m ago•0 comments

The Invisible City of Tehran

https://www.theatlantic.com/international/archive/2025/06/tehran-invisible-city/683335/
3•bookofjoe•26m ago•1 comments

Alternate histories of computing (2018) [video]

https://archive.fosdem.org/2018/schedule/event/alternative_histories/
1•todsacerdoti•27m ago•0 comments

I Program C [video]

https://www.youtube.com/watch?v=443UNeGrFoM
2•ykonstant•27m ago•0 comments

C10k Problem

https://en.wikipedia.org/wiki/C10k_problem
1•vishnuharidas•28m ago•0 comments

Difficult to understand GNOME hamburger menu philosophy (2024)

https://old.reddit.com/r/linux/comments/1bbqvfk/difficult_to_understand_gnome_hamburger_menu/
2•kristianp•29m ago•0 comments

Apple's Swift coding language is working on Android support

https://9to5google.com/2025/06/26/swift-coding-language-android-support/
1•janandonly•31m ago•0 comments

Swift by Apple Is Coming to Android

https://www.indiatoday.in/technology/news/story/swift-by-apple-is-coming-to-android-for-the-first-time-2747077-2025-06-27
1•janandonly•33m ago•0 comments

China auto industry inflates sales by exporting new cars as 'used'

https://www.reuters.com/business/autos-transportation/local-chinese-governments-promote-zero-mileage-used-car-exports-inflating-sales-2025-06-23/
2•jocker12•34m ago•1 comments

Paul Graham as your personal AI Advisor

https://paulgraham.resurrect.space/
2•vednig•34m ago•1 comments

Ask HN: Why do LLMs call Trump "former president" despite current knowledge?

2•ahmedfromtunis•38m ago•2 comments

Show HN: LLMs playing poker against each other

https://llm-poker-theta.vercel.app/
1•iJohnPaul•39m ago•0 comments

Show HN: USB Connection Info – Mac Menu Bar App to Avoid Cable Confusion

https://apps.apple.com/us/app/usb-connection-information/id6747853674?mt=12
1•tTarnMhrkm•40m ago•0 comments

Show HN: Learn 100 Frequent Japanese Phrases

https://japanesecomplete.com/jpc-mini-phrases.html
1•jpcom•40m ago•0 comments

'Relational foundation models' predict the future your LLM can't see

https://venturebeat.com/ai/kumos-relational-foundation-model-predicts-the-future-your-llm-cant-see/
1•gk1•41m ago•0 comments

Declaration of Independence: A Transcription (1776)

https://www.archives.gov/founding-docs/declaration-transcript
2•kelseyfrog•42m ago•0 comments

Twenty-Four Hours of ChatGPT (12/01/2022)

https://olshansky.substack.com/p/24-hours-of-chatgpt
1•Olshansky•44m ago•0 comments
Open in hackernews

nimbme – Nim bare-metal environment

https://github.com/mikra01/nimbme
29•michaelsbradley•4h ago

Comments

ronsor•1h ago
Since Nim compiles to C, porting it to new platforms is surprisingly easy. I did it a few years ago for 16-bit DOS (OpenWatcom): https://github.com/Ronsor/Nim/tree/i086-and-watcom.
yapyap•36m ago
oh nim nim nim nim nim, fucking nim

shoutout if you got that [reference](https://youtube.com/watch?v=Z7PH36ZAao4)

hugs•34m ago
Happy to see more Nim projects on HN!

I don't know if AI code gen helped with this particular project, so please forgive my small tangent; Claude Code is surprisingly good at writing Nim. I just created a QuickJS + MicroPython wrapper in Nim with it last week, and it worked great!

Don't let "but the Rust/Go/Python/JavaScript/TypeScript community is bigger!" be the default argument. I see the same logic applied to LLM training data: more code means more training data, so you should only use popular languages. That reasoning suggests less mainstream languages are doomed in the AI era.

But the reality is, if a non-mainstream language is well-documented and mature (Nim's been around for nearly 20 years!), go for it. Modern AI code gen can help fill in the gaps.

tl;dr: If you want to use Nim, use Nim! It's fun, and now with AI, easier than before.

ternaryoperator•19m ago
Is there a reasonably good IDE for Nim that provides debugging, specifically the full debugging experience (Nim code rather than C, breakpoints, inspect/modify values, etc.)? That's been the gating factor for me trying it. What's the present situation?
hugs•10m ago
I'm using Claude Code... And then for manual review and editing, using Zed with Nim extensions: https://zed.dev/docs/languages/nim

Sorry, I don't really do debuggers... I mostly step through code interactively using a REPL (INim).

aryonoco•54s ago
My experience has been the same. I have found it much easier to write good Nim and F# code with Claide Code, than say modern Python with type hints everywhere.

Both Nim and F# have strong types and strict compilers (arguably more strict in case of F#). These factors matter a lot more than how much code there is for the LLM to train on. And there probably is less ostensibly bad Nim and F# code out there than old Python code written by people who were not really developers, so the training data set is higher quality.