frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Building a lightweight ImGui profiler in ~500 lines of C++

https://vittorioromeo.com/index/blog/sfex_profiler.html
1•SuperV1234•35s ago•0 comments

Wikipedia conference disrupted by gun threat in NYC

https://www.newsweek.com/nyc-wikipedia-conference-gun-threat-arrest-10897284
1•kurtreed2•35s ago•0 comments

Show HN: Astrae, Build Animated Next.js Sites 10× Faster

https://www.astrae.design
1•aretecodes•1m ago•0 comments

FujiNet 5 Card Stud Across Atari, Apple, Commodore, MS-DOS and More

https://www.youtube.com/watch?v=F4l51soCiiA
1•tschak•4m ago•1 comments

Show HN: ModernBERT in Pure C

https://github.com/hardik-vala/modernbert.c
1•HardikVala•7m ago•0 comments

Volonaut Airbike

https://volonaut.com
3•AndrewKemendo•13m ago•0 comments

Kibble-fed dogs have worse metabolic outcomes than raw-meat-fed dogs

https://www.sciencedirect.com/science/article/pii/S1090023325001662
3•hilux•19m ago•0 comments

Show HN: Answer to Life, the Universe and Everything – interactive exploration

https://miuchan.github.io/
1•miuchan•20m ago•0 comments

Inputs

https://matthew.rayfield.world/projects/inputs/
2•pentagrama•24m ago•0 comments

Cold Drinks and Paper Cups

https://0xmmo.notion.site/Cold-Drinks-and-Paper-Cups-28f013e9768a80dcafcdc91c86f15ab6?pvs=74
2•mmoustafa•27m ago•0 comments

Andrej Karpathy on AI Agent: everyone pretends it is amazing, it's not it's slop

https://twitter.com/scaling01/status/1979253569309041033
3•donsupreme•28m ago•1 comments

One thing has been holding back the Middle East

https://www.thetimes.com/comment/columnists/article/middle-east-religious-fanaticism-iran-kcvh5knn3
1•minifyre•31m ago•1 comments

Timezones as Types: Making Time Safer to Use in Go

https://www.matthewhalpern.com/posts/golang-type-safe-timezones/
1•mhalpern•32m ago•0 comments

Huggingchat Omni: Model router at inference for 115 open-source models

https://huggingface.co/chat/
1•clmnt•34m ago•1 comments

AI Trading in Real Markets

https://nof1.ai/
1•wave100•35m ago•2 comments

Parrot – fused array operations using CUDA/Thrust

https://github.com/NVlabs/parrot
1•coffeeaddict1•39m ago•0 comments

The Science of Complexity

https://www.explorablescience.com/articles/science_of_complexity
5•tzury•39m ago•0 comments

Building Agents

https://www.aisdktools.com/docs/agents/building-agents
1•nolansym•45m ago•1 comments

How the Brain Moves from Waking Life to Sleep and Back Again

https://www.quantamagazine.org/how-the-brain-moves-from-waking-life-to-sleep-and-back-again-20251...
2•jnord•48m ago•0 comments

America's EV Charging Network Has a Reliability Problem

https://oilprice.com/Energy/Energy-General/Americas-EV-Charging-Network-Has-a-Reliability-Problem...
1•PaulHoule•49m ago•0 comments

The State of the AI Industry Is Freaking Me Out

https://www.youtube.com/watch?v=Q0TpWitfxPk
2•CharlesW•49m ago•0 comments

Energy Department Announces Roadmap to Accelerate Commercial Fusion Power

https://www.energy.gov/articles/energy-department-announces-fusion-science-and-technology-roadmap...
3•mfiguiere•50m ago•0 comments

Wine 10.17 (Dev) – Run Windows Applications on Linux, BSD, Solaris and macOS

https://gitlab.winehq.org/wine/wine/-/releases/wine-10.17
2•neustradamus•51m ago•0 comments

Only 40% of Workers Have High-Quality Jobs, Gallup Finds

https://www.gallup.com/analytics/691241/american-job-quality-study.aspx
2•jnord•52m ago•0 comments

Fix Slow Query: A Developer's Guide to Data Warehouse Performance

https://motherduck.com/learn-more/diagnose-fix-slow-queries/
1•manveerc•52m ago•0 comments

Best practices to kill your team proactivity

https://leadthroughmistakes.substack.com/p/best-practices-to-kill-your-team
2•birdculture•56m ago•0 comments

Show HN: Pluely v0.1.6 -Open Source Invisible AI Assistant,Alternative to Cluely

https://pluely.com/downloads
3•truly_sn•1h ago•4 comments

Token-Relief

https://hollisrobbinsanecdotal.substack.com/p/token-relief
1•HR01•1h ago•0 comments

Walking is good for you. Walking backward can add to the benefits

https://apnews.com/article/walking-backward-fitness-workout-routine-26cb7374dedb2f01cdb4993cc77dd08c
2•petethomas•1h ago•0 comments

France's Gets Debt Warning as S&P Downgrades in Unscheduled Move

https://www.bloomberg.com/news/articles/2025-10-17/france-s-gets-debt-warning-as-s-p-downgrades-i...
6•zerosizedweasle•1h ago•2 comments
Open in hackernews

I built a link shortener with security features

https://redr.io/
1•MojaveTech•5h ago

Comments

akerl_•5h ago
I'm struggling to grok what the use case is for IP allowlists, passwords, or expiry on shortlinks. Presumably if you need the content that's being referenced to be restricted to only specific people, you'd need to do that at the layer the content is being served?

If you apply the restrictions to the shortlink, they're lost the moment the first person bookmarks the resulting page.

MojaveTech•5h ago
The goal with REDR isn't to replace content-layer security but add a flexible, lightweight access layer at the link layer.

It adds a lighweight, link-level control layer for cases where you can't modify the target app or file. For example, you can password protect or set IP limits on shared dashboards, third-party docs or demo links - even if the destination itself does not support access control. It's basically a flexible security and tracking wrapper around any URL. This can help in a few key cases:

- Sharing sensitive internal resources where you do not control the hosting layer - Setting temporary or expiring links for contractors, demos or limited-access content. - Enforcing IP or Password restrictions on public or third party URLs without touching the underlying infrastructure.

IN short, REDR lets you apply access control on any link, even when you don't own the backend.

akerl_•3h ago
Except it doesn’t because anybody who follows the redirect gets a link that keeps working without any access controls.

It doesn’t matter if my IP changes once I have the backing URL