frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Dario, come to Europe. Here you are allowed to do your job

1•Trickery5837•2m ago•0 comments

Show HN: Can we have Flutter-like portability without the bloated web binaries?

1•io_eric•2m ago•0 comments

Vinext: Vibe-Hacking Cloudflare's Vibe-Coded Next.js Replacement

https://www.hacktron.ai/blog/hacking-cloudflare-vinext
1•zeyu1337•3m ago•0 comments

The Day an AI Company Told The Pentagon to Go F*** Itself

https://defragzone.substack.com/p/the-day-an-ai-company-told-the-pentagon
1•frag•3m ago•0 comments

How to Cancel Claude Code

https://support.claude.com/en/articles/8325617-how-do-i-cancel-my-paid-claude-subscription
1•JasonHEIN•5m ago•0 comments

Alternative Privacy-respecting Web Front-ends to popular online platforms

https://github.com/duyfken/alternative-front-ends
1•Baljhin•9m ago•0 comments

Feature Flags: Power, Risk and Responsibility

http://emanueleminotto.github.io/blog/feature-flags-power-risk-responsabilities
1•EmanueleMinotto•15m ago•0 comments

Show HN: Open Vernacular AI Kit – preprocessing for Indian code-mixed text

https://github.com/SudhirGadhvi/open-vernacular-ai-kit
1•sudhirgadhvi•17m ago•0 comments

Monitor the Situation Dashboard

https://monitor-the-situation.com
1•aiddun•18m ago•0 comments

Show HN: FeatureDrop – Open-source product adoption toolkit

https://featuredrop.dev
1•thegdsks•20m ago•0 comments

Video Conferencing with Postgres

https://planetscale.com/blog/video-conferencing-with-postgres
2•tosh•22m ago•0 comments

Surge in giant sinkholes threatens Turkey's farmers

https://www.theguardian.com/world/2026/feb/28/i-live-in-constant-fear-surge-in-giant-sinkholes-th...
1•FailMore•24m ago•0 comments

Show HN: A VCluster in Docker with Terraform and Istio

https://github.com/madduci/vind-with-mesh
1•madduci•29m ago•0 comments

Show HN: Colored Title Bar – unique colors per VS Code workspace

https://github.com/wstuckey/colored-title-bar
2•wstuckey•30m ago•0 comments

Echoslate – Offline todo and Kanban tracker for programmers (MIT, .NET 8)

https://github.com/pjmavcom/echoslate
1•pjmavcom•31m ago•0 comments

Show HN: Bridge your Claude/OpenAI subs into a team API with per-key cost caps

https://github.com/Shreyas-Dayal/ai-cli-bridge
1•shreyas8•31m ago•1 comments

FounderSpace – AI-guided startup validation in 30 minutes

https://www.founderspace.work
1•VladCovaci•34m ago•1 comments

P5.lcd

https://p5.lcd.tulv.in/
1•atulvi•39m ago•0 comments

US and Israel carrying out strikes against Iran

https://www.cnn.com/world/live-news/israel-iran-attack-02-28-26-hnk-intl
74•simonebrunozzi•42m ago•57 comments

The March of Nines

https://kk.org/thetechnium/the-march-of-nines/
1•ahmaman•43m ago•0 comments

Song about afterlife from AI perspective [video]

https://www.youtube.com/shorts/DZGvrqNP7lg
1•modinfo•43m ago•0 comments

Show HN: TapPause – A dead-simple timer for intentional breaks

https://apps.apple.com/hk/app/tappause-pause-timer/id6758304453
1•louischen•44m ago•1 comments

I built a startup game because I wanted one to play

https://capturn.io
3•disobae•44m ago•1 comments

U.S. and Israel Conduct Strikes on Iran

https://www.nytimes.com/live/2026/02/28/world/iran-strikes-trump
55•gammarator•44m ago•5 comments

Japan aims for world first in space-based solar power

https://www.asahi.com/ajw/articles/16293144
2•helsinkiandrew•46m ago•0 comments

Simulation for Agentic Evaluation

https://yortuc.com/posts/simulation-for-agentic-evaluation/
2•xyortuc•47m ago•0 comments

Israel says it has attacked Iran, declares state of emergency

https://www.cnbc.com/2026/02/28/trump-us-military-iran-strikes-middle-east-oil.html
25•LordAtlas•50m ago•9 comments

Show HN: PicShift – Convert images in the browser using WebAssembly

https://picshift.app/
1•pod4g•51m ago•1 comments

I Just Cancelled My ChatGPT Pro Plan

https://aifordevelopers.substack.com/p/i-just-cancelled-my-chatgpt-pro-plan
5•dariubs•54m ago•0 comments

Trump directs US agencies to toss Anthropic's AI

https://www.reuters.com/world/us/trump-says-he-is-directing-federal-agencies-cease-use-anthropic-...
3•frb•1h ago•0 comments
Open in hackernews

Rust Is Just a Tool

https://lewiscampbell.tech/blog/260204.html
32•JuniperMesos•1h ago

Comments

shrubble•26m ago
I’m glad that Rust users are willing to accept that other approaches to safety like Ada are also interesting or effective.

In the past I had the impression that some thought that Rust was the first programming language to ever have the concept.

pjmlp•24m ago
Now we just need the Zig ones acknowledging Object Pascal, Modula-2, Ada,.... as well :)
pjmlp•26m ago
All technology is just a tool, unfortunately it turns into religion like behaviours, because it defines with whom we work, what projects we can work on, what CVs get through HR and which ones don't,....
josephg•22m ago
> Programming Rust does not mean I have to: buy into their marketing hype

> give the same smug lectures about "safety"

I'm often confused reading articles like this, which take for granted the existence of some "rust evangelism strike force" which goes after people on the internet for not liking rust enough.

The way people talk, it sounds like there's some insanely effective marketing campaign going on to promote rust everywhere. But I haven't seen it. Certainly not any more than any other technology people get excited about for awhile, like Go. Or docker when that launched.

Where are these comments? Can anyone give some actual links to these sort of comments people say online, which don't get immediately downvoted? The way people talk, these comments must be made in such large volumes that it seems very odd I don't notice them?

lispisok•20m ago
Rust is cool but there is way too much dogma around its memory safety and static typing in general being a panacea. Most errors are not type errors. Two days after Cloudfare's little Rust hiccup that took the internet down for a day I saw people posting about Rust "if it compiles it runs".
antonvs•11m ago
> Most errors are not type errors.

If you follow good strong typing principles, you can ensure that most errors are type errors. Yaron Minsky’s phrase, “Make illegal states unrepresentable”, captures this. But it doesn’t happen by accident just because you’re using a strongly typed language.

Also, if Cloudflare had run the standard Clippy linter on their Rust code, and taken the results seriously, it would have prevented the issue you referenced. Static checks don’t help if you ignore them.

JuniperMesos•7m ago
I actually don't think this is true. I do think that most programming errors are type errors, in the broader sense of one part of a system making one set of assumptions about the properties of some data, that aren't shared by another part of the system; and that would've been caught automatically by sufficiently sophisticated static correctness checking. I do not think that Rust has a maximally sophisticated type system (nor is it trying to), and while this is reasonable for Rust as a project to decide, I do expect that there will be languages in the future that do more complex things with type systems that might supplant Rust in some domains.

The Cloudflare incident was caused by a confluence of factors, of which code written in Rust was only one. I actually think that Rust code worked reasonably well given the other parts of the system that failed - a developer used unwrap() to immediately crash instead of handling an error condition they thought would never happen; when that error condition did happen the Rust program crashed immediately exactly as expected; and if Cloudflare decided that they wanted to ban not handling an error like this in their codebase, it's a pretty easy thing to lint for with automatic tooling.

rvz•18m ago
It's just a tool. But to some people, Rust is more like a religion than a tool and they let it define them to the point even the language maintainers disavow them.

At any point, if you provide any conterpoints or fair criticism towards the language objectively, just expect lots of fans to remind you that it is the best programming language ever created and yours is "unsafe" by default.

dijit•14m ago
I like Rust, though I’m not zealous about it.

Sometimes when you have a really good tool, you want to share it.

This was the case with Linux for many people over many years.

FWIW I agree that the community has some frustrating elements, and that its a lot of dogma in comments, though I actually think that’s a fringe element.

furryrain•10m ago
> like every popular crate buy into their marketing hype > follow community "best practices"

Yea, I get smug judgement from Rust zealots for not picking the in vogue crates.

I get a lot of help too though.

People are passionate about it. That has good and bad outcomes.