frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

New Linux udisks flaw lets attackers get root on major Linux distros

https://www.bleepingcomputer.com/news/linux/new-linux-udisks-flaw-lets-attackers-get-root-on-major-linux-distros/
164•smig0•3d ago•86 comments

Mechanical Watch: Exploded View

https://fellerts.no/projects/epoch.html
976•fellerts•21h ago•114 comments

Germany and Italy pressed to bring $245B of gold home from US

https://www.ft.com/content/e39390cc-ea02-4197-843a-1e4c242422cc
107•cempaka•1h ago•89 comments

Cataphract: Medieval-fantasy roleplaying wargame, in the Black-Sea C. 1300

https://samsorensen.blot.im/cataphracts-design-diary-1
34•vidro3•3d ago•2 comments

I wrote my PhD Thesis in Typst

https://fransskarman.com/phd_thesis_in_typst.html
402•todsacerdoti•15h ago•248 comments

Python can run Mojo now

https://koaning.io/posts/giving-mojo-a-spin/
206•cantdutchthis•2d ago•99 comments

Homotopy Equivalences

https://bartoszmilewski.com/2025/06/20/weak-homotopy-equivalences/
23•ibobev•3d ago•0 comments

Using Home Assistant, adguard home and an $8 smart outlet to avoid brain rot

https://www.romanklasen.com/blog/beating-brainrot-by-button/
262•remuskaos•16h ago•140 comments

Why don't Americans trust experts? Just ask a paranormal investigator

https://bigthink.com/big-think-books/paranormal-investigators-public-trust/
8•PaulHoule•24m ago•3 comments

Klein Bottle Amazon Brand Hijacking (2021)

https://www.kleinbottle.com/Amazon_Brand_Hijacking.html
275•sebg•17h ago•119 comments

Finding a billion factorials in 60 ms with SIMD

https://codeforces.com/blog/entry/143279
133•todsacerdoti•13h ago•9 comments

Tell me about your favorite tree (a slow-web proposal)

https://nannnsss.omg.lol/2025/tell-me-about-your-favorite-tree/
15•surprisetalk•3d ago•0 comments

Show HN: Lego Island Playable in the Browser

https://isle.pizza
127•foxtacles•13h ago•33 comments

Claude Code for VSCode

https://marketplace.visualstudio.com/items?itemName=anthropic.claude-code
83•tosh•4h ago•42 comments

Polystate: Composable Finite State Machines

https://github.com/sdzx-1/polystate
68•goless•10h ago•31 comments

Scroll snapping, state queries, monster hunter, and gamification

https://utilitybend.com/blog/the-customizable-select-part-four-scroll-snapping-state-queries-monster-hunter-and-gamification
7•tobr•3d ago•3 comments

Show HN: Turbine – 16-bit CPU Architecture and Emulator built in C

https://www.errorcodezero.dev/blog/building-my-own-cpu-isa-and-virtual-machine/
20•errorcodezero•3d ago•0 comments

Radio Garden

https://radio.garden/?2025
120•LeoPanthera•15h ago•25 comments

Using Wave Function Collapse to solve puzzle map generation at scale

https://sublevelgames.github.io/blogs/2025-06-22-nurikabe-map-gen-with-wfc/
61•greentec•12h ago•18 comments

The X Window System didn't immediately have X terminals

https://utcc.utoronto.ca/~cks/space/blog/unix/XTerminalsNotImmediate
60•zdw•8h ago•19 comments

Verlet Integration and Cloth Physics Simulation (2022)

https://pikuma.com/blog/verlet-integration-2d-cloth-physics-simulation
18•atan2•2d ago•8 comments

Nano-Vllm: lightweight vLLM implementation built from scratch

https://github.com/GeeeekExplorer/nano-vllm
33•simonpure•7h ago•8 comments

Real-world performance comparison of ebtree/cebtree/rbtree

http://wtarreau.blogspot.com/2025/06/real-world-performance-comparison-of.html
5•r4um•3h ago•0 comments

Tensor Manipulation Unit (TMU): Reconfigurable, Near-Memory, High-Throughput AI

https://arxiv.org/abs/2506.14364
45•transpute•11h ago•6 comments

Optifye.ai (YC W25) is hiring a back end engineer

1•Vivaan_Baid•11h ago

The Tandy Corporation

https://www.abortretry.fail/p/the-tandy-corporation-part-1
42•rbanffy•2d ago•25 comments

Spectroscopic Classification of ASASSN-25cm as a Classical Nova

https://www.astronomerstelegram.org/?read=17228
15•tzury•5h ago•4 comments

Our sister died because of our mum's cancer conspiracy theories, say brothers

https://www.bbc.com/news/articles/crenzwyvpn1o
20•muglug•1h ago•5 comments

Disabling Intel Graphics Security Mitigation Boosts GPU Compute Performance 20%

https://www.phoronix.com/news/Disable-Intel-Gfx-Security-20p
53•rcarmo•5h ago•11 comments

2048 with only 64 bits of state

https://github.com/izabera/bitwise-challenge-2048
153•todsacerdoti•3d ago•37 comments
Open in hackernews

Show HN: Windowfied

4•mnky9800n•6h ago
My friend was saying to me today that dir in windows is superior to ls in every way. So I created windowfied for macOS on homebrew. This is dumb. I hope you love it.

brew install mnky9800n/tools/windowfied

https://windowfied.com/

Comments

orionblastar•6h ago
You didn't create a good link, try this: https://windowfied.com/
mnky9800n•6h ago
Thanks! I fixed it.
bigyabai•6h ago

  * Requires Homebrew. If you don't have it, what are you even doing with your life?
Nix, spending quality time with the family as opposed to debugging architecture-specific formulæ errors.
mnky9800n•6h ago
Haha. good point.
bravesoul2•4h ago
Homebrew: your barrel hasn't fermented your cork, so your hops won't barley your lager. Firkin try again.
oneeyedpigeon•3h ago
I know this is a joke, but as soon as I saw:

    06/22/2025
I backed away very quickly. I assume actual Windows uses the locale, so my eyeballs wouldn't be assaulted with this abomination.

For Linux/Mac users who are happy to stick with ls, but want a slash-formatted date, you can get something that is sane for you (whether or not it is sane for the rest of us) by running:

    ls -l -D '%x'
Where -D specifies a custom date format and %x means 'the date in your locale'.