frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel 2025

https://www.nobelprize.org/prizes/economic-sciences/2025/summary/
25•k2enemy•1h ago•9 comments

Spotlight on pdfly, the Swiss Army knife for PDF files

https://chezsoi.org/lucas/blog/spotlight-on-pdfly.html
131•Lucas-C•4h ago•42 comments

Matrices can be your Friends

https://www.sjbaker.org/steve/omniv/matrices_can_be_your_friends.html
34•todsacerdoti•2h ago•17 comments

More random home lab things I've recently learned

https://chollinger.com/blog/2025/10/more-homelab-things-ive-recently-learned/
30•otter-in-a-suit•1w ago•3 comments

American solar farms

https://tech.marksblogg.com/american-solar-farms.html
93•marklit•3h ago•68 comments

Show HN: SQLite Online – 11 years of solo development, 11K daily users

https://sqliteonline.com/
3•sqliteonline•33m ago•0 comments

Clockss: Digital preservation services run by academic publishers and libraries

https://clockss.org/
22•robtherobber•5d ago•6 comments

Wireguard FPGA

https://github.com/chili-chips-ba/wireguard-fpga
566•hasheddan•20h ago•137 comments

US Junk Bonds Post Worst Losses in Six Months, Spreads Widen

https://www.bloomberg.com/news/articles/2025-10-13/us-junk-bonds-post-worst-losses-in-six-months-...
32•zerosizedweasle•1h ago•14 comments

Some graphene firms have reaped its potential but others are struggling

https://www.theguardian.com/business/2025/oct/13/lab-to-fab-are-promises-of-a-graphene-revolution...
33•robaato•4h ago•10 comments

Putting a dumb weather station on the internet

https://colincogle.name/blog/byo-weather-station/
74•todsacerdoti•5d ago•15 comments

LaTeXpOsEd: A Systematic Analysis of Information Leakage in Preprint Archives

https://arxiv.org/abs/2510.03761
32•oldfuture•4h ago•11 comments

Modern Linux tools

https://ikrima.dev/dev-notes/linux/linux-modern-tools/
84•randomint64•3h ago•73 comments

Switch to Jujutsu Already: A Tutorial

https://www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/
18•birdculture•3h ago•14 comments

Tauri binding for Python through Pyo3

https://github.com/pytauri/pytauri
126•0x1997•5d ago•34 comments

Making regular GPS ultra-precise

https://norwegianscitechnews.com/2025/10/making-regular-gps-ultra-precise/
21•giuliomagnifico•6d ago•20 comments

Jeffrey Hudson the Court Dwarf of the English Queen Henrietta Maria of France

https://en.wikipedia.org/wiki/Jeffrey_Hudson
30•daverol•5d ago•11 comments

Ask HN: What are you working on? (October 2025)

264•david927•17h ago•725 comments

MicroPythonOS – An Android-like OS for microcontrollers

https://micropythonos.com
131•alefnula•4d ago•34 comments

Two Paths to Memory Safety: CHERI and OMA

https://ednutting.com/2025/10/05/cheri-vs-oma.html
9•yvdriess•3h ago•4 comments

Control your Canon Camera wirelessly

https://github.com/JulianSchroden/cine_remote
3•nklswbr•5d ago•0 comments

Nobel Prize in Economic Sciences 2025

https://www.nobelprize.org/prizes/economic-sciences/2025/popular-information/
7•pykello•3h ago•1 comments

Show HN: Baby's first international landline

https://wip.tf/posts/telefonefix-building-babys-first-international-landline/
164•nbr23•4d ago•46 comments

gsay: Fetch pronunciation of English vocabulary from Google

https://github.com/pvonmoradi/gsay
7•pooyamo•3h ago•0 comments

MPTCP for Linux

https://www.mptcp.dev/
12•SweetSoftPillow•3h ago•1 comments

Three ways formally verified code can go wrong in practice

https://buttondown.com/hillelwayne/archive/three-ways-formally-verified-code-can-go-wrong-in/
150•todsacerdoti•1d ago•89 comments

HTTP3 Explained

https://http3-explained.haxx.se
104•weinzierl•6h ago•48 comments

Emacs agent-shell (powered by ACP)

https://xenodium.com/introducing-agent-shell
195•Karrot_Kream•16h ago•26 comments

Bird photographer of the year gives a lesson in planning and patience

https://www.thisiscolossal.com/2025/09/2025-bird-photographer-of-the-year-contest/
154•surprisetalk•1w ago•33 comments

We need (at least) ergonomic, explicit handles

https://smallcultfollowing.com/babysteps/blog/2025/10/13/ergonomic-explicit-handles/
9•emschwartz•1h ago•0 comments
Open in hackernews

Making regular GPS ultra-precise

https://norwegianscitechnews.com/2025/10/making-regular-gps-ultra-precise/
21•giuliomagnifico•6d ago

Comments

Tepix•2h ago
Another option to get more precise positioning is to switch from GPS to Galileo.

Galileo generally offers better civilian accuracy than GPS because it uses modern signal structures with better resistance to multipath and interference and provides dual-frequency signals (E1 + E5) to all users, which mitigates ionospheric errors.

ktosobcy•2h ago
most software now uses multiple GNSS at the same time?
Podrod•2h ago
Yeah, according to the 'GPS Test' Android app my phone is picking up and using GNSS signals from GPS, Galileo, GLOSNAS, and Beidou sats.
UltraSane•1h ago
Man I remember getting my first GPS receiver in the 90s and now are phones can use so many sats.
Havoc•2h ago
Why don’t cities have ground beacons for this?

Much cheaper than satellites and would be guaranteed to see heavy use

eqvinox•2h ago
That's kinda what RTK does, you have a ground station and transfer correction data for the visible satellites from it to your GNSS receiver. It doesn't transmit a GNSS signal itself but functionally the effect is vaguely comparable to a "satellite on the ground", without interfering on the actual signals.
myself248•1h ago
Some places have free RTK networks their citizens can use. Michigan's department of transportation, for instance, runs a CORS network that anyone can request access to. (At least as far as I can tell. The signup form doesn't ask for affiliation or payment.) It's just distributed over the internet, the assumption being that you probably have internet access already.

One of these days I'll figure out how to set up a free NTRIP caster on my Galmon station so it can do double-duty. The trick then is advertising and discovery.

It would be lovely to have, say, a standard wifi SSID or a standard LORA channel that your local corrections network would broadcast on. That way you could have a large number of client devices not each needing their own internet access SIM card or whatever. I wonder if the corrections stream would fit into an FM RDS payload or something.

Trouble is, there's so much money in the L-band corrections services, and so little money in replacing them for free...

Oh, yeah, the cryptocurrency folks have weighed in, there's a thing called "goodnet" which appears to be microtransactions in exchange for NTRIP streams over some medium. I haven't looked further into it.

bitbckt•38m ago
Do you mean GEODNET?
crote•1m ago
While we're at it, could we also broadcast navigation map updates via that FM stream?
crote•3m ago
GPS beacons would be stupidly expensive, as you'd need tens of thousands of them per city, and each one of them would need a very accurate atomic clock.

It would make far more sense (but still unviable) to go for Eurobalise-style RFID tags embedded in the road surface.

eqvinox•2h ago
Nothing in this article is new, and the problem with RTK has always been the (unpaid) availability of reference stations. Good on them for trying to make a package of it, but maybe this "news" site could've used a bit less unchecked enthusiasm.

Also, RTK is the opposite of "regular" GPS, it's generally considered a "special" usage mode of GPS.

And discussing urban canyons with no mention of QZSS?

tecleandor•22m ago
Fun thing (?), I was excited on my last trip to Japan so I could test QZSS with my Pixel 9a, that supports it, and my GPS experience in urban canyons, specially in Shibuya, was terribly bad.

Even when in GPS Test or GPS Lock tools it was showing better than 3 meter horizontal accuracy, and a multitude of locked satellites, including some QZSS, the location would usually be 30 to 50 meters away. The first days I though I had lost all my capacity to navigate Tokyo, then I noticed the GPS was gas-lightning me.

I tried removing the phone case, changing GPS settings... and I had no luck.

mavhc•2h ago
Don't cars also measure their wheel movements to increase location accuracy?
eqvinox•1h ago
Almost, they use accelerometers and gyros, 'dead reckoning' is the keyword to look for. The wheels are a bit unreliable because the diameter changes slightly with pressure and temperature.
willis936•1h ago
Wheels are still used for legal telemetry: speedometer and odometer.
eqvinox•1h ago
The legal requirements on that (in most places) are that the speedometer is in something like a -0%/+10% range, i.e. never shows lower than you're actually driving. Not only is that not helpful for navigation (but you could compensate that/shift the error window), but the precision is also pretty low (which you can't easily compensate).

(There are two precision problems here — tyre diameter changes slighly while you're driving, but also it's not precise to begin with before you even turn on the car, due to tyre wear.)

You'd need to do something like calibrating wheel speed data while you have good GNSS reception, then you could use it for dead reckoning. But accelerometers and gyros are cheap…

P.S.: I didn't say wheel speed data isn't used, just that it wouldn't be precise enough on its own.

crote•8m ago
Yup! Otherwise your navigation would become totally useless the second you entered a tunnel.

Dead reckoning can get quite accurate once you realise that cars drive on roads, so if you have a reasonably up-to-date map you can use turns and corners to "snap" back to the road and reset a good bunch of your accumulated error.

NoiseBert69•58m ago
Galileo HAS allows precision down to 30cm with enough integration time. Without additional external data.

For free.

Receivers slowly hitting the market now - a year ago this was only receivable by SDR-driven devices.

eqvinox•56m ago
"with enough integration time" — the article is about live navigation, which generally can't afford that.
NoiseBert69•54m ago
With SBAS 1-2m precision can be done easily in the US and EU. Most of the time enough for any navigational use.

Pretty much all GPS/Galileo receivers are able to receive and decode these overlays.