frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A misalignment of AI in mathematics

https://mathandai.org/
486•meredydd•5h ago•551 comments

I spent $220 on Google app ads and 60% of the installs were robots

https://dayzlegame.com/blog/google-ads-bot-farm/
174•nickabe•4h ago•78 comments

GrapheneOS' rewritten Messages app is released

https://github.com/GrapheneOS/Messaging/releases/tag/13
152•microtonal•3h ago•87 comments

A Design Space Exploration of Async/Await

https://cel.cs.brown.edu/blog/design-space-async-await/
74•wcrichton•2d ago•14 comments

Project Blinkenlights

https://blinkenlights.de/en/
13•doener•35m ago•6 comments

Show HN: ResolveHQ – A Helpdesk Built on Cloudflare Workers, D1, R2 and Queues

https://github.com/mirza-rizvi/ResolveHQ
8•mirza_rizvi•1h ago•1 comments

Litelm: LiteLLM Without the Bloat

https://github.com/kennethwolters/litelm
78•kennethwolters•4h ago•27 comments

Λ Snap – An inviting programming language for kids and adults for CS study

https://snap.berkeley.edu/
92•dr_kiszonka•5h ago•50 comments

AlphaGenome maps 9B DNA variants

https://spectrum.ieee.org/alphagenome-atlas
55•ltononro•2d ago•5 comments

GPT-6 built this earth exploration site in 5 prompts

https://earth.ethanplus.ai/
21•ethanplusai•1h ago•27 comments

The EPA is planning to scrap public review rules for data center pollution

https://capitalbnews.org/data-centers-permit-rules-epa/
272•doener•4h ago•183 comments

Rune is now open source

https://rune.build/blog/rune-is-now-open-source
116•ernestrc•7h ago•47 comments

I've operated petabyte-scale ClickHouse clusters for 5 years

https://www.tinybird.co/blog/what-i-learned-operating-clickhouse
163•adastral•4d ago•60 comments

So you want to use OpenRouter?

https://mmoustafa.com/blog/so-you-want-to-use-openrouter/
674•player85•2d ago•185 comments

Mind-altering drugs played key role in rise of Andean civilization

https://www.science.org/content/article/mind-altering-drugs-played-key-role-rise-andean-civilization
79•geneticdrifts•5h ago•59 comments

Txt: A fast, keyboard-driven terminal text editor for engineers

https://txt.hellman.io/
17•jlundberg•3h ago•15 comments

Logo Programming Language

https://el.media.mit.edu/logo-foundation/what_is_logo/logo_programming.html
226•azhenley•2d ago•94 comments

Zep AI (YC W24) Is Hiring a Head of Forward Deployed Engineering

https://www.getzep.com/careers/
1•roseway4•5h ago

118M Queries per Second on Neki

https://planetscale.com/blog/118-million-queries-per-second-on-neki
83•joshmgross•6h ago•38 comments

Show HN: Godot and Rust based multiplexer (terminal panes and more)

https://github.com/godot-pty/gpty
71•1nv1n•6h ago•38 comments

There is no 10x RBAC

https://infisical.com/blog/folder-based-rbac
4•FinnLobsien•2d ago•0 comments

Claude is only available to people over 18 years

https://support.claude.com/en/articles/15171100-age-assurance-on-claude
535•Muhammad523•12h ago•576 comments

RTK reports token savings, but our cost benchmarks disagree

https://quesma.com/blog/does-rtk-make-ai-coding-cheaper/
140•michalwarda•11h ago•68 comments

From Front Panel to Program: Thinking Like a PDP-8

https://pikuma.com/blog/pdp-8-minicomputer
13•atan2•1d ago•2 comments

Show HN: Bodily Oddities

https://vester.si/bodily-oddities/
141•vesterde•1d ago•117 comments

CIA Releases President's Daily Briefs in Commemoration of 9/11

https://www.cia.gov/stories/story/cia-releases-presidents-daily-briefs-in-commemoration-of-the-25...
76•stmw•4h ago•48 comments

Stop making swap partitions—use swap files instead

https://gist.github.com/joshenders/c4960cec9c63a7b7d68ffa9543356c43
106•jenders•3d ago•171 comments

Global Glacier Extinction Explorer

https://glacierextinction.com
146•guillego•6h ago•47 comments

How the Chorleywood Bread Process transformed British bread

https://edconway.substack.com/p/the-little-holes-in-your-bread-are
93•baud147258•3d ago•91 comments

Measuring the sloppiness of code

https://earendil.com/posts/measuring-code-sloppiness/
229•doppp•9h ago•218 comments
Open in hackernews

Txt: A fast, keyboard-driven terminal text editor for engineers

https://txt.hellman.io/
17•jlundberg•3h ago

Comments

WesolyKubeczek•58m ago
Since https://github.com/micro-editor/MICRO exists for some years now, a comparison would be welcome.
testycool•19m ago
Also https://github.com/sinelaw/fresh which is micro "on steroids" (i dislike the expression but can't think of a better one now)
nickthegreek•6m ago
“turbo charged”
_ix•52m ago
While they play up the keyboard-driven functionality, they showcase a pointer-driven workflow in the demonstration gif. Curious choice, no?
donaldihunter•5m ago
I came here to say this.
amelius•4m ago
Me too.
SrslyJosh•50m ago
FYI: Claude has committed to the repo.
marjancek•36m ago
> curl -fsSL https://raw.githubusercontent.com/ErikHellman/txt/main/insta... | sh

With the amount of new seemingly well polished personal projects being built (thanks to the help of LLMs) I feel increasingly concerned by how easy it is becoming to get a worm/virus/troyan to a lot of people.

__fst__•36m ago
Since going through the hassle of learning vim I can't use anything else anymore.

And for the use case of "I built txt because I spend most of my time in the terminal, and switching to a different tool just to make a quick edit always felt like friction I did not want. The editors that live in the terminal either have steep learning curves built around modal paradigms, or they are too limited to be genuinely useful."

it's literally only a handful of vim commands and shortcuts you need.

smithza•34m ago
I live in emacs over ssh connections. I never use the GUI, just TUI version (so `emacs -nw`) and love it. You can edit files over ssh hops or docker hops using tramp. I don't believe there is a tramp equiv. in other terminal tools. VS Code over SSH is much too heavy handed for quick single file edits but emacs handles it gracefully.
rckt•31m ago
I can understand startups relying on AI tools to test out the ideas. But personal/hobby projects? Feels weird. This is not the place to go fast. Take your time, enjoy the process, learn/make things.
rvz•30m ago
I can tell a README which is a long as that is not written by the author, but of course by Claude.

So, I ain't reading all of that.

vouaobrasil•23m ago
I miss the days when people would release software not touched by AI. And I wish at least there'd be a disclaimer saying that this was AI-assisted, so I could avoid it.
messh•19m ago
This is gonna be a hard name to google :)
hmartin•4m ago
Is this even still under development? Last non-renovate commit was early June