frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What happens when an LLM never sees material beyond fifth grade?

https://littlelearner-ll.github.io/
14•porridgeraisin•16m ago•1 comments

Asus Bike Booster

https://www.asus.com/accessories/bike-booster/asus-oxiis/oxiis-intelligent-bike-booster/
332•wiradikusuma•4d ago•195 comments

Show HN: Laptop is the last place your secrets are still in plaintext

https://github.com/jitpass/jit
32•bukershok•59m ago•27 comments

Asynchronous I/O in DuckDB: Work, Thread, Work

https://duckdb.org/2026/07/31/asynchronous-io
129•pdet•5d ago•9 comments

Patterns and problems in emerging multi-agent systems

https://www.anthropic.com/research/multiagent-systems
61•maxutility•5h ago•20 comments

Semaglutide linked to lower predicted dementia risk

https://alz-journals.onlinelibrary.wiley.com/doi/10.1002/dad2.70432
413•randycupertino•15h ago•288 comments

Health benefits of Tai Chi

https://www.health.harvard.edu/exercise-and-fitness/the-health-benefits-of-tai-chi
7•helloplanets•1h ago•2 comments

Cultivating a state of mind where new ideas are born (2023)

https://www.henrikkarlsson.xyz/p/good-ideas
153•felixbraun•10h ago•35 comments

Software Engineering fundamentals matter more

https://rhonabwy.com/2026/08/15/software-engineering-fundamentals-matter-more-than-ever/
104•ingve•9h ago•37 comments

Super El Niño Keeps Growing as New Forecasts Reach Record Territory Ahead Winter

https://www.severe-weather.eu/long-range-2/super-el-nino-growth-accelerating-to-record-strength-f...
212•dgellow•12h ago•108 comments

Guiding Ships with Moire Patterns

https://tinkerings.org/2018/03/28/guiding-ships-with-moire-patterns/
38•Eridanus2•6h ago•9 comments

Show HN: Mic Drop, a real-time multiplayer karaoke game

https://www.micdrop.gg/
51•johnsillings•7h ago•19 comments

At-home test for infected ticks could improve Lyme Disease diagnosis

https://www.smithsonianmag.com/innovation/the-first-at-home-test-for-infected-ticks-could-improve...
252•gmays•17h ago•87 comments

AI in drug discovery – what it is, where we stand and the path forward

https://www.science.org/content/blog-post/so-how-ai-drug-discovery-doing-really
133•AnodicElegy•12h ago•71 comments

RISC-V: They Should Have Known Better

https://dmitry.gr/?r=06.%20Thoughts&proj=12.%20RV
291•dmitrygr•1d ago•352 comments

Numba in the Browser: Unlocking a New Scientific Python Stack in JupyterLite

https://notebook.link/blog/numba-in-the-browser/
34•xalfotis•3d ago•5 comments

Abdominal fat predicts heart disease risk better than BMI

https://www.acc.org/about-acc/press-releases/2026/08/11/14/59/abdominal-fat-predicts-heart-diseas...
245•theanonymousone•10h ago•174 comments

A fortuitous decade as an indie software developer

https://lapcatsoftware.com/articles/2026/8/3.html
69•frizlab•5d ago•9 comments

Falstad Math and Physics Simulations

https://www.falstad.com/mathphysics.html
9•pykello•3h ago•1 comments

Tracking down a Zsh history data loss bug

https://michael.stapelberg.ch/posts/2026-08-09-zsh-history-truncation-bug/
68•ingve•10h ago•22 comments

Tea5767-Radio-Tuner

https://github.com/turtushig22-blip/tea5767-radio-tuner
36•turtushig22•7h ago•2 comments

AI has access to a vastly larger working memory than the human brain

https://davidepiffer.com/p/ai-isnt-outthinking-mathematicians
483•rzk•13h ago•412 comments

Zapping Rocks Unlocks Stimulated Geologic Hydrogen

https://spectrum.ieee.org/stimulated-geologic-hydrogen
15•adm4•5h ago•5 comments

A spectre is haunting Unicode

https://www.dampfkraft.com/ghost-characters.html
214•sensanaty•17h ago•74 comments

Not sure where I am going with this garbage collection rabbit hole

https://ikouchiha47.github.io/2026/08/12/concurrency-and-gc.html
6•argentum47•3d ago•0 comments

AI-Assisted GPU Porting of a 250k Line Legacy Weather Simulation Code

https://arxiv.org/abs/2608.13122
27•Jimmc414•9h ago•4 comments

Program with Paint Brushes, Not Pencils

https://blog.pickcode.io/program-with-paint-brushes-not-pencils/
8•skadamat•4d ago•2 comments

Government sponsored study on alcohol doesn't stand up to scrutiny

https://nntaleb.substack.com/p/have-another-drink
38•scoofy•4h ago•24 comments

Voltair (YC W26) Is Hiring a Test Flight Engineer

https://www.ycombinator.com/companies/voltair/jobs/sSOD2Ox-flight-test-engineer
1•wweissbluth•13h ago

SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)

https://sugartrack-beta.vercel.app/
42•hunzaboy•9h ago•15 comments
Open in hackernews

Show HN: Laptop is the last place your secrets are still in plaintext

https://github.com/jitpass/jit
32•bukershok•59m ago

Comments

vintagedave•42m ago
Interesting idea! How do you achieve it? Some kind of file system driver that recognises the calling process?
zahrevsky•31m ago
If only there was a Markdown file in the repo, that explains it. It could have a URL, say, https://github.com/jitpass/jit/blob/main/docs%2Fgetting-star...
Animats•37m ago
The install procedure, for something that's supposed to be a security product:

    curl -sL https://dl.jitpass.com/jitpass/jit/releases/latest/download/jitpass_darwin_arm64.tar.gz | tar -xz jit
    sudo mv jit /usr/local/bin/
What could possibly go wrong?
thecopy•30m ago
What is wrong with it?
9dev•28m ago
The pattern of piping an arbitrary script to your shell? This should be an ordinary app bundle to drop into /Applications, or be distributed as an installer.

The readme even says so itself:

> A bad curl | sh, a sketchy npm install, or one of the AI agents now running in your editor with your full permissions.

And then, two paragraphs down, it suggests to do just that to install…

hackernudes•26m ago
Technically this one is piping it to tar? But I agree with the sentiment.
kokx•24m ago
It's not piped to a shell, but to the tar program with specific parameters to directly unpack the tar.

You're still installing the program directly from github of course, instead of a source where hopefully a third party has also looked at it (like a package repository). But this is a lot better than the curl | sh pattern.

tgv•16m ago
You're not downloading from github, but from dl.jitpass.com.

And an executable can do exactly the same as a shell script. The point is that whatever you're executing isn't verified, whether it's a shell script or a binary.

QuantumNomad_•1m ago
> The point is that whatever you're executing isn't verified, whether it's a shell script or a binary.

The GP said:

> This should be an ordinary app bundle to drop into /Applications

There is no difference between downloading an app bundle that you drop into /Applications, and curling a binary that you put in /usr/local/bin/

efitz•36m ago
I am actually building the exact same thing- encrypted vaults for files or folders, encrypted with a biometric gated key in the Secure Enclave!
necovek•30m ago
While this might be a useful tool for Mac users, it's all hackers here, so:

* Most people do not have passwords in plain text — an SSH key protected with a passphrase is not "plain text", for instance

* Most people have encrypted home or full disk encryption

* How can we trust your crypto implementation?

* If we are talking about in-memory plain-text during use, how does this tool protect against it?

* Containerisation is a big topic when running untrusted software for exactly (but not just) this reason

* While passwords/tokens might carry a big risk depending on what you do, I find that I worry more about my local data compared to my remote data — and virtualisation or containerisation helps with that.

idoubtit•1m ago
* Dealing with encrypted files is easy, and more versatile than a generic wrapper. E.g. to load a secret environment: `eval $(age -d -i secrets.env.age)`. With the added bonus that it only relies on a trusted tool, age.
Faaak•1m ago
> Most people have encrypted home or full disk encryption

I don't see the point. Once your home is unlocked, every process can see the file contents

flaburgan•27m ago
I would have been interested if it was for Linux
bukershok•16m ago
Soon, it will, yes.
zahrevsky•25m ago
I don't know about how secure this is, but I just love the UX. Scanning and process grant are great features UX-wise.
hypfer•8m ago
The medicine did not actually cure my terminal illness, but it surely tasted great and made me feel good about myself.
xixixao•16m ago
You can do some of this with 1Password as well btw. Looks nice!
hn_submit•12m ago
Operating systems should work like Android currently does. Assuming all installed apps are potentially malicious and isolates each of them from the others and the OS. So even if an app is compromised there's not much it can do when it's installed.

All desktop and server operating systems currently assume the user should have "full control" making a single compromise fatal for the user or even an entire organization.

hypfer•12m ago
Snake oil claude slop. No other words for it.

If someone or something is executing code on your machine, you have already lost. Making it _slightly harder_ for it to eventually get your passwords anyway is mostly a performative action.

__

Btw, enable "showdead" and enjoy OP actually pasting LLM output as a "defense".

- https://news.ycombinator.com/item?id=49317802

- https://news.ycombinator.com/item?id=49317819

Maybe claude can reword your claude slop for you. You can still edit those posts I guess.

adamddev1•11m ago
This looks like a really cool idea. But since it's a new project and has all the Claude stuff I immediately feel unsure about the solidity and reliability of a security-critical piece for software like that. I wish I could go back to my pre-LLM levels of skepticism.
ryuuseijin•4m ago
For development on linux I like to use dotenvx, which lets you put encrypted secrets in an .env file and supply the private key separately.

I have a small wrapper script [1] that prompts for the private key which allows me to paste it from my password manager and launches a shell with the env variables decrypted. This allows me to avoid storing any secrets while still having shell session open where I can terminate and restart a server process for example without having to re-enter the secret all the time.

[1] https://gist.github.com/ryuuseijin/0cf6ab852fbb18d6702933a24...

LeBit•2m ago
Fnox and Nono are the ones I know that do credentials proxying. That approach seems quite better than scanning a host file system for secrets.
_august•38s ago
I've moved my secrets to 1Password Environments (https://www.1password.dev/environments), which works really well for everyday use. It works with 1password cli (https://www.1password.dev/cli) to access for agents/scripts, and I get a nice UI to manage them in the 1password app.
QuantumNomad_•24m ago
But it’s not piping a script into the shell. It’s curl downloading a compressed archive and piping it to tar to decompress the program binary from the archive. Then moving the extracted binary into /usr/local/bin.
vlaaad•24m ago
It's curl | tar, not curl | sh