frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gasket: Identify bridges from JavaScript to Native code

https://github.com/gasket-tools/gasket
1•grgalex•1m ago•0 comments

Europe's Solar Boom Is Pushing Power Grids to the Limit

https://www.bloomberg.com/graphics/2025-europe-solar-power-boom/
1•DamonHD•1m ago•0 comments

An app can be a home-cooked meal (2020)

https://www.robinsloan.com/notes/home-cooked-app/
1•Quizzical4230•1m ago•0 comments

How Elon Musk ruined Twitter

https://jacobin.com/2025/10/enshittification-doctorow-musk-twitter-internet
1•pramodbiligiri•3m ago•0 comments

AI stocks could be part of a new Magnificent 7

https://www.axios.com/2025/10/28/ai-oracle-palantir-nvidia-stock-market
1•doener•3m ago•0 comments

Beyond the Magic: How LLMs Work

https://www.tag1.com/white-paper/how-llms-actually-work/
1•goosers•5m ago•0 comments

Situated Software – Clay Shirky (2004)

http://shirky.com/essays/situated-software/
1•Quizzical4230•6m ago•0 comments

Stackful Coroutine Made Fast

https://photonlibos.github.io/blog/stackful-coroutine-made-fast
2•todsacerdoti•11m ago•0 comments

Why I no longer engage with Nature publishing group

https://hxstem.substack.com/p/why-i-no-longer-engage-with-nature
1•utkarsh858•12m ago•0 comments

The Majority of Your Users

https://jacobtomlinson.dev/posts/2025/the-majority-of-your-users/
1•sebg•13m ago•0 comments

Apple Has Two Problems

https://troz.net/post/2025/apple-has-two-problems/
3•frizlab•14m ago•0 comments

Recommend your best web designer

https://www.justskim.ai/
1•justindavid•17m ago•1 comments

The Highs and Lows of Tardigrade Pregnancy [video]

https://www.youtube.com/watch?v=a2HfXTZS7-w
1•latexr•18m ago•0 comments

A way to link to a router for Chinese Postman routing?

https://community.openstreetmap.org/t/routing-a-way-to-link-to-a-router-for-chinese-postman-routi...
1•altilunium•20m ago•0 comments

AI predicts Bitcoin price with Mt. Gox repayments delayed until 2026

https://finbold.com/ai-predicts-bitcoin-price-with-mt-gox-repayments-delayed-until-2026/
1•salkahfi•22m ago•1 comments

Austria: Pylons as sculpture for public acceptance of expanding electrification

https://www.goodgoodgood.co/articles/austrian-power-giants-power-line-animals
2•Geekette•30m ago•0 comments

Wi-Fi Energy Meter

https://www.iammeter.com/products
1•DeviceBit•31m ago•0 comments

GitHub Copilot Customizations

https://github.com/github/awesome-copilot
1•vismit2000•35m ago•0 comments

Monitor the Performance of Your Ecto for Elixir App with AppSignal

https://blog.appsignal.com/2025/10/28/monitor-the-performance-of-your-ecto-for-elixir-app-with-ap...
1•amalinovic•38m ago•0 comments

Some Heroes Wear Wigs

https://squirrelsquadron.substack.com/p/the-clark-test-the-ipt-newsletter
1•squirrel•38m ago•0 comments

Data, their rules: The growing risks of hosting EU data in the US cloud

https://blog.42futures.com/p/your-data-their-rules
2•birdculture•43m ago•0 comments

Libcpu: A library to emulate several CPU architectures using LLVM

https://github.com/libcpu/libcpu
1•fanf2•44m ago•0 comments

AI Trading in Real Market

https://nof1.ai/
1•rzk•45m ago•0 comments

Hogeweyk: Amsterdam's Revolutionary Dementia Village

https://faroutmagazine.co.uk/hogeweyk-inside-amsterdam-revolutionary-dementia-village/
1•Geekette•49m ago•0 comments

Python Foundation goes ride or DEI, rejects government grant with strings

https://www.theregister.com/2025/10/27/python_foundation_abandons_15m_nsf/
2•pseudolus•49m ago•0 comments

Amazon Says It Will Cut 14,000 Corporate Roles to Remove Layers

https://www.aboutamazon.com/news/company-news/amazon-workforce-reduction
12•jmsflknr•53m ago•1 comments

Show HN: I was tired of people dmming me just "hi", so I made this - NoGreeting

https://nogreeting.kuber.studio
3•kuberwastaken•56m ago•0 comments

Good Managers Write Good

https://staysaasy.com/management/2022/07/10/Writing-Management.html
2•thisismytest•56m ago•0 comments

Multi Layered Calendars (2023)

https://julian.digital/2023/07/06/multi-layered-calendars/
1•diatone•59m ago•0 comments

Who vs. Whom Lesson

https://www.youtube.com/watch?v=6HPb-0ce7Fw
1•modinfo•1h ago•0 comments
Open in hackernews

Why IP address truncation fails at anonymization

https://00f.net/2025/10/27/ip-anonymization/
14•pabs3•2h ago

Comments

FrostKiwi•2h ago
> There’s just one problem: truncated IP addresses are still personal data under GDPR

Was as part of a security audited by [insert big Japanese telecom] where the exact opposite was stated.

I'm so happy doing implementation and not having to deal with compliance.

alphabetag675•2h ago
Such a long blog post about privacy failure due to correlation and no mention of things like https://en.wikipedia.org/wiki/K-anonymity

Disappointing.

tiziano88•2h ago
AI slop
probably_wrong•1h ago
I'm unconvinced of 3/4 arguments against HMAC. "You cannot reverse it" sounds like the actual goal we were trying to reach and, similarly, "too slow for such a small input" seems like a self-solving problem. Is it perhaps an AI-generated list of "reasons for not choosing HMAC"?

I get the author has a specific destination in mind (IPCrypt) and a goal that's not properly stated ("but what if I want to do network analysis on top of the data?"), but I'm that case I wish they had dedicated more time to those details. In particular: if addresses from the same subnetwork share a prefix, how does that preserve privacy? If all users from (say) Taiwan land under the same prefix, then I'm back to where I started.

invaliduser•1h ago
The main issue with this article is that it claims to be about anonymization, but reject HMAC because it's not reversible, and promotes IPCrypt because it is. Except that if it's reversible, it's not anonymization, it's pseudonymization.