frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Precious Plastic Is in Trouble

https://www.preciousplastic.com//news/problems-in-precious-plastic
98•diggan•4h ago•54 comments

Deep learning gets the glory, deep fact checking gets ignored

https://rachel.fast.ai/posts/2025-06-04-enzyme-ml-fails/index.html
320•chmaynard•5h ago•39 comments

Out of His League and Clueless: NIH Staffers Speak Out on Director Bhattacharya

https://www.importantcontext.news/p/out-of-his-depth-sold-his-soul-clueless
4•SubiculumCode•1h ago•0 comments

A deep dive into self-improving AI and the Darwin-Gödel Machine

https://richardcsuwandi.github.io/blog/2025/dgm/
73•hardmaru•6h ago•9 comments

Show HN: Ephe – A minimalist open-source Markdown paper for today

https://github.com/unvalley/ephe
56•unvalley•4h ago•17 comments

DiffX – Next-Generation Extensible Diff Format

https://diffx.org/
3•todsacerdoti•44m ago•0 comments

Destination: Jupiter

https://clarkesworldmagazine.com/liptak_06_25/
70•AndrewLiptak•7h ago•25 comments

Covert Web-to-App Tracking via Localhost on Android

https://localmess.github.io/
302•sebastian_z•15h ago•213 comments

Your Manager Is Not Your Best Friend

https://staysaasy.com/management/2025/06/02/your-manager-is-not-your-best-friend.html
53•thisismytest•1h ago•18 comments

Patched (YC S24) Is Hiring SWEs in Singapore

https://www.ycombinator.com/companies/patched/jobs/hgDeMBr-software-engineer
1•rohansood15•2h ago

Brain aging shows nonlinear transitions, suggesting a midlife "critical window"

https://www.pnas.org/doi/10.1073/pnas.2416433122
107•derbOac•3h ago•27 comments

The Small World of English

https://www.inotherwords.app/linguabase/
125•michaeld123•12h ago•60 comments

New study casts doubt on the likelihood of Milky Way collision with Andromeda

https://www.durham.ac.uk/departments/academic/physics/news/new-study-casts-doubt-on-the-likelihood-of-milky-way-collision-with-andromeda/
17•layer8•4h ago•7 comments

'Wind theft': The mysterious effect plaguing wind farms

https://www.bbc.com/future/article/20250506-renewable-energys-trouble-with-wind-theft
27•JumpCrisscross•3d ago•31 comments

Standard Completions

https://standardcompletions.org
7•todsacerdoti•3d ago•0 comments

Mapping latitude and longitude to country, state, or city

https://austinhenley.com/blog/coord2state.html
29•azhenley•5h ago•11 comments

Meta pauses mobile port tracking tech on Android after researchers cry foul

https://www.theregister.com/2025/06/03/meta_pauses_android_tracking_tech/
62•coloneltcb•3h ago•9 comments

When the sun dies, could life survive on the Jupiter ocean moon Europa?

https://www.space.com/astronomy/when-the-sun-dies-could-life-survive-on-the-jupiter-ocean-moon-europa
39•amichail•8h ago•53 comments

Show HN: AirAP AirPlay server - AirPlay to an iOS Device

https://github.com/neon443/AirAP
158•neon443•7h ago•25 comments

Show HN: Localize React apps without rewriting code

https://github.com/lingodotdev/lingo.dev
70•maxpr•9h ago•56 comments

Changing Directions

https://jacobian.org/2025/jun/3/changing-directions/
52•speckx•9h ago•16 comments

CVE-2024-47081: Netrc credential leak in PSF requests library

https://seclists.org/fulldisclosure/2025/Jun/2
49•jupenur•8h ago•18 comments

(On | No) Syntactic Support for Error Handling

https://go.dev/blog/error-syntax
304•henrikhorluck•11h ago•405 comments

Show HN: An Alfred workflow to open GCP services and browse resources within

https://github.com/dineshgowda24/alfred-gcp-workflow
43•dineshgowda24•7h ago•10 comments

Polish engineer creates postage stamp-sized 1980s Atari computer

https://arstechnica.com/gadgets/2025/06/polish-engineer-creates-postage-stamp-sized-1980s-atari-computer/
57•dangle1•4h ago•1 comments

The Shape of the Essay Field

https://paulgraham.com/field.html
58•luisb•17h ago•37 comments

Show HN: Controlling 3D models with voice and hand gestures

https://github.com/collidingScopes/3d-model-playground
83•getToTheChopin•12h ago•18 comments

Quarkdown: A modern Markdown-based typesetting system

https://github.com/iamgio/quarkdown
584•asicsp•19h ago•245 comments

Show HN: I wrote a Java decompiler in pure C language

https://github.com/neocanable/garlic
153•neocanable•15h ago•82 comments

How much do language models memorize?

https://arxiv.org/abs/2505.24832
34•mhmmmmmm•11h ago•0 comments
Open in hackernews

Hip: C++ Heterogeneous-Compute Interface for Portability

https://github.com/ROCm/hip
36•doener•3d ago

Comments

Ygg2•1d ago
What is the relation between this and Zluda[1]?

[1]https://github.com/vosen/ZLUDA

krapht•1d ago
HIP is something you can put in production and Zluda is a proof-of-concept?
Ygg2•1d ago
Ok, but it's that their only difference? Zluda was supported by AMD for some time. Is it just that Hip is currently more complete?
3836293648•1d ago
You using HIP was supported by AMD. Zluda was getting support from AMD. Not the same kind of support
Ygg2•1d ago
Yeah, I get it now. HIP converts CUDA code to HIP code, then converts that code to ROCm (AMD) or PTX(nVidia). Zluda converts CUDA code to PTX, but that CUDA license was changed during 2021 to prevent these kinds of efforts.

This is why AMD dropped all involvements with Zluda (they were contributing code to it).

almostgotcaught•1d ago
Lol that's like asking what's the difference between the empire state building and the shed in my backyard: one is the runtime that the company that owns/makes the GPUs has been building for 10 years and the other is a (good) solo project.
Ygg2•1d ago
Well, god forbid people ask questions.
spmurrayzzz•1d ago
There's no relation per se (apart from AMD once being involved, before asking the developer to take the project offline).

It is worth noting however that they accomplish their goals very differently. ZLUDA is now DoA-ware because of nvidia's use constraint in their license regarding translation layers. HIP doesn't have this issue.

TheCycoONE•1d ago
Since no one answered you, HIP is a compile time target, you use hipify to transform your cuda code, then you compile it with hipcc, and hopefully everything works; or you target HIP directly.

ZLUDA was a translation layer, ala wine for cuda applications.

Ygg2•1d ago
Thanks a thousand times over.
fursund•1d ago
There's also https://docs.scale-lang.com/stable/
isusmelj•21h ago
Is there anything like this also supporting other GPUs? Thinking of Apple Silicon or embedded ones in phones etc.