frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Does OO Afford? (2018)

https://sandimetz.com/blog/2018/21/what-does-oo-afford
1•mooreds•2m ago•0 comments

Show HN: A Browser Built for Browser Automation

https://github.com/tilework-tech/nori-browser/
1•theahura•5m ago•0 comments

Beyond Visibility: The Linkage Gap

https://zenodo.org/records/20761232
1•tas101•6m ago•0 comments

NVFP4 Blockscaled GEMM on NVIDIA RTX Pro Blackwell GPUs (SM12x)

https://research.colfax-intl.com/cutlass-tutorial-nvfp4-blockscaled-gemm-on-nvidia-rtx-pro-blackw...
1•matt_d•6m ago•0 comments

The Minimum Viable Unit of Saleable Software

https://brandur.org/minimum-viable-unit
1•brandur•7m ago•0 comments

Thoughts

https://felleisen.org/matthias/Thoughts/index.html
1•jruohonen•8m ago•0 comments

OpenDroneMap's Documentation

https://docs.opendronemap.org/
1•mooreds•9m ago•0 comments

Show HN: Zither – paste JSON/CSV/a spreadsheet table, stats instantly, no AI

https://zither-zeta.vercel.app/
1•bluecomputing•9m ago•0 comments

Bonfires in the Dark: Ritual, Science, and AI as Compression Interfaces

https://bartoszlenart.com/blog/bonfires-in-the-dark
1•grasant•11m ago•0 comments

Can I offer "login with yahoo" using FusionAuth?

https://fusionauth.io/community/forum/topic/3013/can-i-offer-login-with-yahoo-using-fusionauth
1•mooreds•12m ago•0 comments

Show HN: Fupio – Social RSS Reader

https://fupio.com/
1•mehmetkose•12m ago•0 comments

Electrek Drives the Sun-Powered EV from Aptera

https://electrek.co/2026/06/17/we-finally-got-to-drive-the-aptera-solar-electric-car/
1•TeaVMFan•13m ago•0 comments

Seth Larson on Making Things

https://digitalseams.com/blog/seth-larson-on-making-things
1•bobbiechen•14m ago•0 comments

Designing a Better strcpy (2020)

https://saagarjha.com/blog/2020/04/12/designing-a-better-strcpy/
1•GalaxySnail•18m ago•0 comments

Trained a small language model for just generating question

https://huggingface.co/aungkomyint/tara1.2-quest
1•aungkomyint•20m ago•0 comments

Peter H. Diamandis, MD on X: "The Next 5 Years: A Supersonic Tsunami" / X

https://twitter.com/PeterDiamandis/status/2068716115941834885
1•bilsbie•23m ago•0 comments

Show HN: Open-Source Legends

https://opensourcelegends.com/
1•buffer_overlord•23m ago•0 comments

The Next Generation of Distrobox

https://distrobox.it/posts/announcing_distrobox_next/
2•birdculture•23m ago•0 comments

Show HN: A TypeScript Pokémon Crystal TUI for Agent Benchmarking

https://github.com/TheCulliganMan/crystal-llm/
1•theculliganman•25m ago•0 comments

Show HN: Jacobi–IDE for Abaqus subroutine with analytical tests and AI diagnosis

https://jacobee.netlify.app/
6•white_tiger•27m ago•4 comments

New Postgres Language Server: postgres-lsp

https://www.postgresql.org/about/news/new-postgres-language-server-postgres-lsp-3322/
3•soheilpro•27m ago•0 comments

AkaRouter – Flat per-call LLM API gateway (20x cheaper than Claude Max)

https://akarouter.dev
1•mrdedatn•28m ago•0 comments

Tesla plans to sell modular AI data center hardware called 'Megapod'

https://electrek.co/2026/06/21/tesla-megapod-ai-data-center-hardware/
5•dabinat•31m ago•0 comments

The Trap of Pushing Harder

https://quixoticnomad.blog/the-trap-of-pushing-harder/
2•mmarian•33m ago•0 comments

US Grid Energy Price Map

https://www.gridstatus.io/map
2•cwmoore•33m ago•0 comments

AI Has Broken Hiring

https://hbr.org/2026/06/ai-has-broken-hiring-heres-how-to-fix-it
10•ChrisArchitect•33m ago•6 comments

Genuinely impressed, almost shocked, at how good GLM-5.2

https://twitter.com/rauchg/status/2068517095818809770
2•wslh•33m ago•0 comments

Learning to work (very) remotely (2023)

https://borischerny.com/tech/2023/12/10/Working-Remotely.html
4•saikatsg•36m ago•0 comments

Show HN: Atizar-AI agents where the server runs approved actions, not the model

https://atizar.io
2•Yarashuk•39m ago•0 comments

Neuralwatt: Energy-based pricing for AI inference. Efficient prompts cost less

https://portal.neuralwatt.com/
2•ethanpil•39m ago•0 comments
Open in hackernews

Update Secure Boot Cert Before It Expires

https://nochan.net/b/Internet-Crap/20260621-Update-Secure-Boot-Cert-Before-It-Expires/
3•Bender•1h ago

Comments

Bender•1h ago
I am honestly surprised this is not being discussed more. Many Linux systems may not be able to reboot after this coming June 26th, 2026. This even includes Microsoft Windows as sometimes windows update does not apply updates correctly or sometimes windows IT shops do not realize updates failed on some workstations and servers.
zahlman•1h ago
There have been stories about this kind of certificate expiration before that turned out to be nothingburgers, incluing almost a year ago (https://lwn.net/Articles/1029767/). Mint has already fixed the issue for me; my one boot key shows as being issued by Canonical and not expiring until 2042. The forums are full of people suggesting to disable secure boot at installation anyway; I didn't even know about it at the time I installed, and never had a problem.

For that matter, there are people successfully running new Linux on machines older than the expiring keys.

Incidentally, `mokutil --sb-state` (and `--list-enrolled`) doesn't require root, at least on my system.

Bender•52m ago
It would be great if it turns out to be a nothingburger. Y2K was mostly a nothingburger. Of course if that is the case then secure boot need not even exist. Let's push to get rid of it along with any other cruft in the BIOS and OS.

Updated to mention this may be a nothing-burger and removed sudo. Thank-you!