frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Red Alert 2 UI in real life [video]

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

Show HN: Mirror a terminal to your phone – E2E encrypted, peer-to-peer,no daemon

https://github.com/lucarp/terminalsync
1•rafaepta•4m ago•0 comments

Progressive Web Components

https://arielsalminen.com/2026/progressive-web-components/
1•mpweiher•8m ago•0 comments

Show HN: I built Luxury Intel, because every luxury hotel on Google is 4.8

https://luxuryintel.co/
1•minvariance•8m ago•0 comments

Why I Don't Vibe Code

https://jacobharr.is/personal/i-dont-vibe-code
1•signa11•8m ago•1 comments

Jaron Lanier on the Zeitgeist

https://www.youtube.com/watch?v=Vmx3SbgoPZc
1•musha68k•8m ago•0 comments

Postgres by Example

https://github.com/boringcollege/postgres-by-example
1•dariubs•9m ago•0 comments

The Foundations of LLMs, 1943-2026: A Curated Collection of Seminal Papers

https://github.com/joeduffy/foundations-of-llms
1•aragonite•14m ago•1 comments

Everything needs to be open source. Why I decided to open source my project

1•SilverPlate3•15m ago•1 comments

Catch hallucinated, typosquatted, non-canonical dependencies before production

https://github.com/brennhill/sloppy-joe
1•chillax•15m ago•0 comments

Replit: Turn ideas into apps in minutes – no coding needed

https://replit.com/
1•doener•17m ago•0 comments

Emergent: Build Full-Stack Web and Mobile Apps in Minutes

https://app.emergent.sh/landing/
1•doener•18m ago•0 comments

Syllogisms Made Easy

https://www.youtube.com/watch?v=MXRwmOpgqLw
1•pratikdeoghare•19m ago•0 comments

Make your software arch context-ready

https://www.shaylivni.com/blog/make-architecture-context-queryable
1•doshay•21m ago•0 comments

Claude-Code-Proxy – Use Kimi K2.6 and OpenAI Subscriptions in Claude Code

https://github.com/raine/claude-code-proxy
1•rane•22m ago•0 comments

US economy expected to grow above 2% despite recent shocks

https://www.reuters.com/business/us-economy-quite-resilient-should-keep-growing-above-2-feds-powe...
1•latentframe•22m ago•1 comments

Typography vs. Terrorism: Germany's FE-Schrift Font

https://www.core77.com/posts/112537/Typography-vs-Terrorism-Germanys-FE-Schrift-Font
4•Markoff•26m ago•0 comments

Show HN: ChatToMap scans your chat exports to find activity and trip ideas

https://github.com/DocSpring/chat_to_map
1•nathan_f77•28m ago•0 comments

DeepSeek's Sequel

https://messaging-custom-newsletters.nytimes.com/dynamic/render
1•doener•30m ago•0 comments

Mitochondria can spawn new 'organelles' – hinting at how modern cells evolved

https://www.nature.com/articles/d41586-026-01295-0
2•zeristor•30m ago•0 comments

Mechvibes: Mechanical-Keyboard Sound Effects

https://mechvibes.com/
2•FergusArgyll•31m ago•1 comments

Analyzing GPT-5.5 and Opus 4.7 with ARC-AGI-3

https://arcprize.org/blog/arc-agi-3-gpt-5-5-opus-4-7-analysis
1•rzk•35m ago•0 comments

Specialised Intelligence Platform for the Business and Economics of AI

https://www.tokenando.ai
1•karimmatar•35m ago•0 comments

I built an app that decides what to cook based on what's in your fridge

https://play.google.com/store/apps/details?id=com.pikanini.app&hl=en_US
1•amtkm•36m ago•0 comments

Show HN: WattFactory – Browser Based Indoor Cycling

https://wattfactory.fit
1•robputt•37m ago•0 comments

What Happens When Europeans Find Out How Poor They Are?

https://www.wsj.com/opinion/what-happens-when-europeans-find-out-how-poor-they-are-270cff5d
2•harambae•37m ago•2 comments

iOrchestra.ai prompt to hardware mass production platform YC looks for [video]

https://www.youtube.com/shorts/0gCeJFyRYx4
1•andresparraarz•40m ago•1 comments

Midori, the first browser to offer a VPN with Mesh technology

https://astian.org/midori-en/performance-adblock-and-more-in-midori-11-7-1/
3•ponchale•47m ago•0 comments

Kloak: Kernel-space secret injection via eBPF on Kubernetes

https://a-cup-of.coffee/blog/kloak/
1•ankitg12•49m ago•0 comments

OSTree Overview – Ostreedev/Ostree

https://ostreedev.github.io/ostree/introduction/
1•ankitg12•55m ago•0 comments
Open in hackernews

Ask HN: What are you currently trying to figure out?

3•gooob•1y ago
i'm trying to figure out why elden ring started stuttering and freezing during gameplay recently, and why the windows operating system has so many little dumb things wrong with it.

Comments

sherdil2022•1y ago
Trying to figure out what to do next and what to do with my life.
gooob•1y ago
how's that going? what are your current options?
sherdil2022•1y ago
Not going good.
scottmcdot•1y ago
How to build a segmentation model based on a sample of data that needs to be representative of the population.
turtleyacht•1y ago
Trying to figure a workaround in ksh for space-delimited filenames:

  for f in $(ls "/mnt/dir"); do
    cp -v "$f" /elsewhere
  done
Because -R doesn't handle retries when cp(1) errors out intermittently (USB MTP to phone). I don't remember it being this hard in bash, or Android just is like this. Hopefully can figure it out without going to perl or C. Maybe dump(8).

Even though 54 GB partition created, it only takes up 22 GB or so. Either missing a lot of files or FFS compacts it well.

turtleyacht•1y ago
Pipe and read per line:

  ls /mnt/dir | while read line; do
    cp -v "$line" /elsewhere
    # substitute with something fancy
    # [ $? -eq 0 ] || cp -v "$line" /elsewhere
  done
nailer•1y ago
If there’s transmission errors, I would recommend using rsync rather than cp. that will keep transferring and running checksums until everything matches.
turtleyacht•1y ago
Thank-you. After installing openrsync(1) (and rsync), files transferred for a bit but failed and dumped core with error 138 (bus error). Maybe a quirk with OpenBSD 7.6, or interaction between simple-mtpfs and the fusefs mount.

In the meantime, after a few retries, the failures are written to a log for a second sweep.

MD5 check helps skip extra copying, but it's overall much slower. It seems okay for a long-running batch job; maybe something we can return to after getting the pictures to display.

The pattern is like

  cp ... || \
    { sleep 2; cp ... ; } || \
    ... || \
    ... || echo "$file" >> retry.log
Not the best way. It has failed before all four times. Going to let it run overnight to see if it completes.
arthurcolle•1y ago
navigating personal 'unemployment' while obsessively hoarding whatever money I can to run experiments / train, finetune models to leverage RL and environment-building in order to use computers, learn tasks, learn from each other, and scale to managing companies (simple, SaaS at first, and eventually, potentially to real-world operations downstream task sets)
nailer•1y ago
I arrived tired to a pre wedding photo shoot this morning, my prospective wife yelled at me, and cancelled the shoot. I walked out because I don’t like people yelling at me. So I am trying to figure out whether I still want to marry her.