frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Jim Shooter, Editor Who 'Saved the Comics Industry,' Dies at 73

https://www.nytimes.com/2025/07/03/arts/jim-shooter-dead.html
1•bookofjoe•1m ago•1 comments

Cats Confuse Reasoning LLM

https://arxiv.org/abs/2503.01781
1•layer8•1m ago•0 comments

Things you can do –with uv

https://zaloog.github.io/2025/07/07/uv-with.html
1•willm•2m ago•0 comments

We Need an FAA for Artificial Intelligence regulation is needed to keep AI safe

https://www.bloomberg.com/opinion/newsletters/2025-07-07/the-us-needs-an-faa-for-ai-talent-war-chatbot-safety
2•Bluestein•2m ago•0 comments

Oh no, I betrayed America

https://musgrave.substack.com/p/oh-no-i-betrayed-america
1•anigbrowl•3m ago•0 comments

Arch Linux specific virtual environments (universal NPM or lightweight Nix?) PoC

https://github.com/beryll1um/pacenv
1•beryll1um•3m ago•1 comments

Why It's Time to Invest in Quantum Cybersecurity

https://www.aptiv.com/en/insights/article/why-it-s-time-to-invest-in-quantum-cybersecurity
1•ohjeez•4m ago•0 comments

Mini robots detect and fix water pipe leaks without digging

https://www.foxnews.com/tech/mini-robots-detect-fix-water-pipe-leaks-without-digging
2•Bluestein•5m ago•0 comments

Threads is nearing X's daily app users, new data shows

https://techcrunch.com/2025/07/07/threads-is-nearing-xs-daily-app-users-new-data-shows/
1•amichail•5m ago•0 comments

Vibe Managing

https://idiallo.com/blog/vibe-managing-the-future
1•foxfired•5m ago•0 comments

Improving FreeBSD support on laptops ( June update)

https://github.com/FreeBSDFoundation/proj-laptop/blob/main/monthly-updates/2025-06.md
2•net01•7m ago•0 comments

Microsoft Edge sets a new standard for speed and responsiveness

https://blogs.windows.com/msedgedev/2025/07/07/microsoft-edge-sets-a-new-standard-for-speed-and-responsiveness/
1•mfiguiere•8m ago•0 comments

Anyone Could Forget a Kid in a Hot Car, Research Shows

https://www.consumerreports.org/cars/car-safety/anyone-could-forget-kids-in-hot-car-forgotten-baby-syndrome-a3901940661/
2•mhb•9m ago•0 comments

Elements of Programming

https://elementsofprogramming.com/
1•ricobecks•12m ago•1 comments

The Wet History of Media in the Bathroom

https://thereader.mitpress.mit.edu/the-wet-history-of-media-in-the-bathroom/
1•zdw•13m ago•0 comments

Because We Have LLMs, We Can and Should Pursue Agentic Interpretability

https://arxiv.org/abs/2506.12152
1•favoboa•13m ago•0 comments

Microsoft's H-1B Visa Applications Questioned Amid Mass Layoffs

https://www.newsweek.com/microsoft-layoffs-h1b-visa-applications-2094370
3•myth_drannon•14m ago•0 comments

Telnyx AI Agents add multi-voice handoff feature

1•maevesentner•15m ago•0 comments

America's Brutal Capitalist Class Tamed Its Labor Movement

https://jacobin.com/2025/07/european-us-unions-repression-insurance
2•greenie_beans•15m ago•0 comments

How a big shift in training LLMs led to a capability explosion

https://arstechnica.com/ai/2025/07/how-a-big-shift-in-training-llms-led-to-a-capability-explosion/
1•amichail•16m ago•0 comments

Applied Cryptography

https://appliedcryptography.page/
1•todsacerdoti•16m ago•0 comments

Regarding Prollyferation: Followup to "People Keep Inventing Prolly Trees"

https://www.dolthub.com/blog/2025-07-03-regarding-prollyferation/
1•ingve•17m ago•0 comments

DAC 2025: Towards Multi-Agent Systems in EDA

https://www.eetimes.com/dac-2025-towards-multi-agent-systems-in-eda/
1•fzliu•17m ago•0 comments

The Curious Case of the Responsible Process

https://www.qt.io/blog/the-curious-case-of-the-responsible-process
1•ingve•19m ago•0 comments

Show HN: Silobase – open-source BaaS for your own database, no code required

https://silobase.vercel.app
1•fathersimi•19m ago•0 comments

Designing a Custom Binary Encoding and Compression

https://0x2a.cz/blog/encoding-compression/
2•hxelk1•21m ago•0 comments

My Cathartic Experience Firing a Trebuchet

https://slate.com/news-and-politics/2025/07/trebuchet-catapult-meaning-difference-define-work.html
1•petethomas•24m ago•0 comments

A Trojan horse': toxic sewage sludge became a threat to the future of UK farming

https://www.theguardian.com/environment/2025/jul/07/toxic-sewage-sludge-british-farming-pfas-chemicals
2•YeGoblynQueenne•25m ago•0 comments

Paid for Claude Code; can't even sign up because "capacity"

1•okincilleb•30m ago•0 comments

Ad for 'F1' in Apple TV App Linked Directly to Web, Nothing Bad Seemed to Happen

https://daringfireball.net/2025/07/full-screen_ad_for_f1_the_movie_in_apples_tv_app_linked_directly_to_the_web
5•mikestew•32m ago•1 comments
Open in hackernews

SUS Lang: The SUS Hardware Description Language

https://sus-lang.org/
31•nateb2022•5h ago

Comments

randomNumber7•4h ago
I really feel that hardware description languages could need some fresh air (especially the tooling), but on the other hand it must be insanely difficult to come up with s.th. that can compete with the major players.
mdhb•3h ago
Also worth checking out is this project from Intel: https://github.com/intel/rohd/tree/main

> The Rapid Open Hardware Development (ROHD) framework is a framework for describing and verifying hardware in the Dart programming language.

1024bees•3h ago
A point of frustration for newer languages, that sus continues, is the lack of thought towards simulation and testbench design, and how it integrates with the language.

While it would be nice to have more elegant support for "modern" codegen in the sv/verilog/vhdl, the real unergonomic experiences are test bench design and integration. The only real options are (for sv, verilog, I have less experience with vhdl): use verilator and write your tb in cpp, use verilator and then write your testbench in cocotb, or you work at a chip design company and use one of the big 3's compilers and maybe you use UVM or cocotb. Verilator and cocotb are okay, but you're crossing a language boundar(ies) and referencing generated code -- it is both mechanical and complex to get any design working with it.

If sus had first class interfaces to create testbenches that could map to UVM or verilator, it would be much more interesting. Spade does some interesting things by having its own package manager, but doesn't (afaik) expose a ton within the language itself

artemonster•2h ago
as a HW designer that writes RTL for living I will repeat this 150 times and will put this on my gravestone: WE DONT NEED ANOTHER SHMANCY HDL. really. existing ones are moooooorrreeee than fine. our tools suck, verification sucks. your design complexity is entirely limited by your verification capabilities (and automation infra). having fancy constructs for CDC or pipelining in HDL is utterly useless, especially that CDC checking is done by special tools that do it nearly perfect with a bit of constraints.
bgnn•1h ago
Totally agreed. This is the problem of academia unfortunately, the people working on these have no experience in designing complex chips and facing the real limitations.

We are so stupidly limited by our EDA tooling and infrastructure. I wish these efforts would have been put to use in that front.

thijson•1h ago
It would be nice to have a simulator like Verilator for VHDL.
kvemkon•1h ago
There is mature GHDL https://github.com/ghdl/ghdl and rather new NVC https://github.com/nickg/nvc.
thijson•1h ago
I was aware of GHDL. NVC looks like it's potentially more performant.
almostgotcaught•1h ago
> We are so stupidly limited by our EDA tooling and infrastructure.

The problem that no one will ever solve is there's no gcc equivalent to NXT. Everything is downstream of that problem.

artemonster•1h ago
are you sure it will do anything at all? I am not. The current setup, while objectively sucks for engineers is still quite capable and it *works*. we are far from reaching limits of what is capable to design and tape with current flows. frontend money aspect for tools is still peanuts in comparison to backend and actual fabrication, so it will not generate a renaissance era like gcc did for software
bgnn•46m ago
Backend and fab costs are dominant (or even packaging costs are on par with silicon costs these days), correct, but verification is an multiplier on overall costs. The cost of a re-spin is huge. To your point though, most issues warranting a resping are backend related.
almostgotcaught•41m ago
> are you sure it will do anything at all? I am not. The current setup, while objectively sucks for engineers is still quite capable and it works

go back in time to before gcc - i'm 100% sure people were saying the exact same thing about borland (or whatever).

ei8ths•1h ago
this whole thing is sus...