frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

New breakthrough enables precise activation of quantum features in diamond

https://www.ox.ac.uk/news/2025-06-16-new-breakthrough-enables-precise-activation-quantum-features-diamond
2•gnabgib•1m ago•0 comments

Xmake v3.0 released, Improve C++ modules and jobgraph support

https://github.com/xmake-io/xmake/releases/tag/v3.0.0
3•danny0z•2m ago•0 comments

Libxml2: Triaging security issues reported by third parties

https://gitlab.gnome.org/GNOME/libxml2/-/issues/913
1•transpute•3m ago•0 comments

Future Knowledge

https://futureknowledge.transistor.fm/
2•doener•4m ago•0 comments

KSP and Me

https://paul-samuels.com/blog/2025/06/16/ksp-and-me/
1•zzzonked•6m ago•0 comments

BanglaByT5: Byte-Level Modelling for Bangla

https://arxiv.org/abs/2505.17102
1•PaulHoule•7m ago•0 comments

Safe to Deploy: How We Know the Waymo Driver Is Ready for the Road

https://waymo.com/blog/2025/06/safe-to-deploy
1•xnx•8m ago•0 comments

Behavioral Interview List of Questions

https://github.com/gregorojstersek/behavioral-interview-list-of-questions
1•nadis•15m ago•0 comments

Show HN: AI Custom Interviewer replaces the need for screening calls

https://app.screenz.ai/signup
3•griesmey•19m ago•0 comments

Houston Housing Authority Submits Legal Brief Riddled with LLM Hallucinations

https://www.houstonchronicle.com/news/houston-texas/housing/article/houston-housing-authority-fake-quotes-lawsuit-20369965.php
1•ofjcihen•20m ago•0 comments

Show HN: Ports – see what's running on what port

https://ports.alasdairmonk.com
1•sgottit•24m ago•1 comments

Microsoft 365 Two Factor Down

https://downdetector.com.au/status/microsoft-365/
3•atymic•25m ago•1 comments

What makes a good side project?

https://austinhenley.com/blog/goodproject.html
2•azhenley•26m ago•0 comments

Creating QMI traces from Android phones with Frida to reverse engineer VoLTE

https://postmarketos.org/blog/2025/06/17/volte-project-qmi-sniffing-with-frida/
1•LorenDB•31m ago•0 comments

The video calls section in cafes is the new smoking section

https://interconnected.org/home/2025/06/16/hush
1•LorenDB•32m ago•0 comments

Trump Tax Bill to Boost Biden's Semiconductor Tax Credit to 30%

https://www.bloomberg.com/news/articles/2025-06-16/trump-tax-bill-to-boost-biden-s-semiconductor-tax-credit-to-30
1•gametorch•32m ago•0 comments

How to get my ECG data?

1•fraserphysics•34m ago•0 comments

Show HN: I built Feynman for YouTube – a sidebar AI tutor for students

https://chromewebstore.google.com/detail/feynman-youtube-learning/cecbcdfjjgganjppeiffpkpikdcngkal
1•Bslou•34m ago•0 comments

How to Quantify a Model’s ‘Predictive Integrity’?

https://dmf-archive.github.io/docs/posts/predictive-integrity/
1•NetRunnerSu•35m ago•0 comments

A Deep Dive on Using Coffee for Health and Longevity (Full Guide and Research)

https://www.youtube.com/watch?v=vgrV9rjqQyA
1•rubicon33•37m ago•0 comments

Wt - web GUI library in modern C++

https://www.webtoolkit.eu/wt
2•LorenDB•38m ago•0 comments

Law Enforcement Drug Seizures and Opioid-Involved Overdose Mortality

https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2831697
1•KittenInABox•39m ago•0 comments

OpenAI wins $200M U.S. defense contract

https://www.cnbc.com/2025/06/16/openai-wins-200-million-us-defense-contract.html
6•erikrit•43m ago•0 comments

Show HN: I built CareerMind AI – an AI tool to Level Up your career

https://career-mindai.vercel.app
1•Roshan_Shams•45m ago•1 comments

Angus Barbieri's Fast

https://en.wikipedia.org/wiki/Angus_Barbieri%27s_fast
1•richard_cory•50m ago•0 comments

Sculpting Language Models

https://generalsoftware.substack.com/p/sculpting-with-language
3•liamdanielduffy•50m ago•0 comments

250M+ acres of public lands eligible for sale in reconciliation package

https://www.wilderness.org/articles/media-resources/250-million-acres-public-lands-eligible-sale-senr-budget-reconciliation-package
2•mooreds•50m ago•1 comments

Zoomcar Data Breach Exposes Personal Information of 8.4M Users

https://adaptive.live/blog/zoomcar-data-breach-exposes-personal-information-of-8-4-million-users-what-you-need-to-know
1•debarshri•51m ago•0 comments

Tuning Large Neural Networks via Zero-Shot Hyperparameter Transfer

https://github.com/microsoft/mup
2•wizardcat•52m ago•0 comments

Getting better at LLMs, with Zvi Mowshowitz [audio]

https://www.complexsystemspodcast.com/episodes/getting-better-at-llms-with-zvi-mowshowitz/
1•mooreds•52m ago•0 comments
Open in hackernews

Open-Source RISC-V: Energy Efficiency of Superscalar, Out-of-Order Execution

https://arxiv.org/abs/2505.24363
45•PaulHoule•6h ago

Comments

Pet_Ant•3h ago
> some (e.g. BOOM, Xiangshan) are developed in Chisel with limited support from industrial electronic design automation (EDA) tools

Isn't translating between languages something that LLMs should excel at? I mean I'm sure it's more than just pasting it into ChatGPT but if the design has been validated and it's understood, validating the translated version should be several orders of magnitude easier than starting from scratch.

dkjaudyeqooe•3h ago
> Isn't translating between languages something that LLMs should excel at?

No, not at all. Unless there is a large amount of training data relevant to the translation then LLMs are likely just to make up nonsense. Chisel is a very niche hardware description language.

Pet_Ant•2h ago
Very niche? That's suprising to hear. I'm not in the space, and I know it's not in the big 2/3 (is SystemVerilog distinct from Verilog), but it's been around for 13 years and even DARPA has it on their radar:

> Chisel is mentioned by the Defense Advanced Research Projects Agency (DARPA) as a technology to improve the efficiency of electronic design, where smaller design teams do larger designs. Google has used Chisel to develop a Tensor Processing Unit for edge computing

[0] https://en.wikipedia.org/wiki/Chisel_(programming_language)#...

bee_rider•2h ago
I wonder if they just mean niche in the context of languages generally—human or programming? I mean there are, relatively speaking, boatloads and boatloads of open source software projects out there. Hardware open source projects, well a few exist…
zozbot234•2h ago
Chisel can be compiled to Verilog out of the box, and Verilog itself should have the required support from existing EDA tools. That remark from the paper may perhaps be somewhat confused.
IshKebab•1h ago
This is true, but unless great care is taken to generate nice Verilog you're going to run into issues when you try to integrate standard tools like functional coverage, formal SVA, etc.

I haven't looked at the Chisel SVA but I do recall another HDL touting readable Verilog generation as a feature in response to Chisel's being bad (can't remember which one) so I guess it can't be great.

I think Veryl stands a decent chance of success precisely because it hews so closely to SystemVerilog - you don't lose access to all the feature industry uses. It's kind of the Typescript of SystemVerilog.

https://veryl-lang.org/

eigenform•2h ago
I'm not sure this sentence [from the paper] makes a lot of sense. The only thing non-standard is the use of Chisel (and then probably CIRCT to lower it into Verilog) - if you're actually taping these out, you're still feeding that to industry-standard EDA tools.
dlcarrier•2h ago
To the contrary, it's something especially suited to being done parametrically. Effectively, you can make a really big regex string to convert one language into a subset of another, then let the optimizer of the second language make it performant.
dkjaudyeqooe•3h ago
I feel like an open source RV CPU is very likely in the high-performance space.

The amount of effort required to design and implement such a device makes it difficult for a single company to invest in, but many interested users of it could band together to create a viable open source implementation.

I guess it's a question of a project that such an effort can crystalize around.

kimixa•1h ago
Don't forget how much of a "high-performance" implementation is due to the physical implementation, a lot of engineering effort is put into that post-HDL. And much below HDL is hard to share, as it relies too much on (closed) fab IP libraries and PDK specifics. And then the verification of that result.

Which might discourage an Open Source hardware project with shared ownership as large as a high performance implementation would require - as each cooperating company would end up using rather different products anyway.

I fear it'll become just an "Dump Over The Wall An Old Snapshot" of a few different companies work at best, rather than true cooperation.