frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

IBM didn't want Microsoft to use the Tab key to move between dialog fields

https://devblogs.microsoft.com/oldnewthing/20260505-00/?p=112298
57•SeenNotHeard•29m ago•16 comments

Three Inverse Laws of AI

https://susam.net/inverse-laws-of-robotics.html
196•blenderob•2h ago•110 comments

Accelerating Gemma 4: faster inference with multi-token prediction drafters

https://blog.google/innovation-and-ai/technology/developers-tools/multi-token-prediction-gemma-4/
118•amrrs•1h ago•37 comments

EEVblog: The 555 Timer is 55 years old

https://www.youtube.com/watch?v=6JhK8iCQuqI
85•brudgers•2h ago•17 comments

Computer Use Is 45x More Expensive Than Structured APIs

https://reflex.dev/blog/computer-use-is-45x-more-expensive-than-structured-apis/
75•palashawas•1h ago•46 comments

Proliferate (YC S25) Is Hiring- 200k for junior engineers

https://www.ycombinator.com/companies/proliferate/jobs/L3copvK-founding-engineer
1•pablo24602•57m ago

UK: Two millionth electric car registered as market rebounds strongly

https://www.smmt.co.uk/two-millionth-electric-car-registered-as-market-rebounds-strongly-from-tax...
106•kieranmaine•1h ago•102 comments

GLM-5V-Turbo: Toward a Native Foundation Model for Multimodal Agents

https://arxiv.org/abs/2604.26752
8•gmays•5m ago•0 comments

I'm Scared About Biological Computing

https://kuber.studio/blog/Reflections/I%27m-Scared-About-Biological-Computing
21•kuberwastaken•1h ago•11 comments

Should I Run Plain Docker Compose in Production in 2026?

https://distr.sh/blog/running-docker-in-production/
261•pmig•5d ago•196 comments

Async Rust never left the MVP state

https://tweedegolf.nl/en/blog/237/async-rust-never-left-the-mvp-state
377•pjmlp•10h ago•204 comments

Agents for financial services and insurance

https://www.anthropic.com/news/finance-agents
103•louiereederson•2h ago•75 comments

Collaborative Editing in CodeMirror

https://marijnhaverbeke.nl/blog/collaborative-editing-cm.html
16•luu•2d ago•1 comments

iOS 27 is adding a 'Create a Pass' button to Apple Wallet

https://walletwallet.alen.ro/blog/ios-27-wallet-create-pass/
292•alentodorov•5h ago•240 comments

Docker 29 has changed its default image store for new installs

https://docs.docker.com/engine/storage/containerd
86•neitsab•3d ago•40 comments

Show HN: Airbyte Agents – context for agents across multiple data sources

42•mtricot•2h ago•6 comments

Quantum Key Distribution (QKD) and Quantum Cryptography (QC)

https://www.nsa.gov/Cybersecurity/Quantum-Key-Distribution-QKD-and-Quantum-Cryptography-QC/
6•mooreds•19m ago•0 comments

Comparing the Z80 and 6502 to Their Relatives

https://bumbershootsoft.wordpress.com/2026/05/02/comparing-the-z80-and-6502-to-their-relatives/
66•ibobev•2d ago•3 comments

When everyone has AI and the company still learns nothing

https://www.robert-glaser.de/when-everyone-has-ai-and-the-company-still-learns-nothing/
209•youngbrioche•8h ago•142 comments

Simple Meta-Harness on Islo.dev

https://zozo123.github.io/meta-harness-on-islo-page/
33•zozo123-IB•4h ago•17 comments

Empty Screenings – Finds AMC movie screenings with few or no tickets sold

https://walzr.com/empty-screenings
274•MrBuddyCasino•13h ago•230 comments

Incident with Actions

https://www.githubstatus.com/incidents/1j40g94rn22j
124•pera•3h ago•62 comments

AI didn't delete your database, you did

https://idiallo.com/blog/ai-didnt-delete-your-database-you-did
381•Brajeshwar•3h ago•205 comments

AI Product Graveyard

https://tooldirectory.ai/ai-graveyard
213•StriverGuy•4h ago•80 comments

The first photo published in a newspaper

https://phsne.org/the-first-photograph-published-in-a-newspaper-1848/
33•geuis•2d ago•15 comments

Google Chrome silently installs a 4 GB AI model on your device without consent

https://www.thatprivacyguy.com/blog/chrome-silent-nano-install/
833•john-doe•10h ago•576 comments

Lessons for Agentic Coding: What should we do when code is cheap?

https://www.dbreunig.com/2026/05/04/10-lessons-for-agentic-coding.html
181•ingve•10h ago•191 comments

Show HN: I built a new word game, Wordtrak

https://wordtrak.com/blog/2026-05-05-I-built-a-new-word-game
54•qrush•5h ago•26 comments

Did I photograph the Aurora or was it something else? (2016)

https://wp.lancs.ac.uk/aurorawatchuk/2016/03/16/did-i-photgraph-the-aurora-or-was-it-something-else/
11•susam•3d ago•4 comments

Instagram Encrypted Messaging Ends on Friday, May 8

https://www.macrumors.com/2026/05/05/psa-instagram-encrypted-messaging-ends-may-8/
52•fraXis•2h ago•33 comments
Open in hackernews

Show HN: ProcASM – A general purpose, visual programming lanugage

https://procasm.temware.site
11•Temdog007•1y ago
I've been working as a software engineer since 2016. I've always had side projects that I would work on outside of my job. At first, it was just web games. But in 2021, I took an interest in programming languages and started making my own. When I got laid off from my job in late 2023 (budget cuts according to my employer), I decided to focus on becoming an independent developer and being able to monetize my own software.

Since I was working on programming languages, my plan was to make a commercial grade programming language. Monetizing it would be difficult since there are so many free and open source programming languages out there. The only way I could think to stand out was to make something that hasn't been made before. General purpose programming languages DO exist; Visual programming languages DO exist. As far as I know, general purpose, visual programming languages DO NOT exist. So, that is what I decided to create.

I wrote a blog on my website <https://temware.site/html/blogs/procasm_justification.html> talking about how ProcASM works and some justifications on why developers and companies would consider using it. There is documentation <https://procasm.temware.site/documentation.html> describing ProcASM's concepts in more detail. And, there is a manual <https://procasm.temware.site/manual.html> that describes how to use application itself.

I have examples on the website <https://procasm.temware.site/procedure_view.html> showcasing how procedures are displayed in ProcASM. The images on that page are procedures, created in ProcASM, that were exported to SVG files from ProcASM.

You can try out ProcASM for free in your browser here: <https://procasm.temware.site/demo.html>

If you just want to see examples in ProcASM, use the links below to load projects in the demo.

Sample Project: <https://procasm.temware.site/demo.html?sampleProject=https%3...> Execute the Procedures: *Fibonacci*, *Test: Fizz Buzz*, and *Guess Number* to get an idea on how ProcASM works.

Network Project: <https://procasm.temware.site/demo.html?sampleProject=https%3...> This project contains examples of TCP clients and servers. If your using the browser version, you can load the project and view the procedures. However, you cannot execute any of the procedures in this project since they rely on native dynamic libraries which can't be executed in the browser. If you are using the desktop version, you can execute the procedures: Test TCP Client, Test TCP Server, and Test HTTP Server. This page <https://procasm.temware.site/getting_started.html?show=netwo...> can help you with compiling a dynamic library on you machine.

Support Forum Project: <https://procasm.temware.site/demo.html?sampleProject=https%3...> To ensure that ProcASM was suitable for software development, I decided to create something non-trivial with it; the back-end for the support forum <https://forum-procasm.temware.site>. The project was transpiled to C code using ProcASM (available only for the desktop versions). Then, that C code was compiled on a FreeBSD machine to generate an executable. That executable is running on a FreeBSD server. The *Server* procedure is the *main* procedure for the application. The dynamic library is not available. So, you can only view the procedures in this project.

Comments

nizarmah•12mo ago
I just saw the Hello World example on the website, and the video.

It seems like your program is really capable, but I'm finding the UI extremely overwhelming.

I find myself comparing this to MIT's Scratch, and I know your tool is much more capable, but the user experience makes Scratch so intuitive.

Everything reads like a short sentence, and I can just dive in without understanding what I'm doing.

Any chance this can turn into something like "building legos"?

Blocks can be built exactly like Scratch. And, then, maybe you can map their input/output streams as a way to connect blocks (ideally inferred on the run).

And people can re-use blocks that others have built.

I know this is supposed to be a programming language, not a toy. But, selfishly, I want the UX to feel like it's a toy, so simple to discover it on my own. I can imagine prototyping stuff with it, especially if there's a library of stuff that I can use or contribute to while doing so...

Temdog007•12mo ago
Thanks for the feedback.

I was wondering if the UI might give users some trouble. I had decided to write my own GUI library for this application instead of using an existing one. But now, I think retooling the GUI with an existing GUI library is in order.

> Any chance this can turn into something like "building legos"?

I'm not sure what you mean by "building legos"? Right now, users can create and reuse procedures. Sub-procedures, on the other hand, are tied to a specific procedure. I think this tool can work fine as is for prototyping.

But without a better UI, users may be choosing not use the app at all. So, I'll focus on a UI redesign.

nizarmah•12mo ago
The legos was referring to user experience, sorry about the vagueness.

I'd love to try this again with a simpler UI. If there's a place I can follow for updates, LMK.

mdaniel•12mo ago
> Personal Subscriptions are per-user. So, this subscription is valid for one user

So if it's $100 per year and it's a programming language, at 366 days I can't even use what I already wrote? I'd advocate for the JetBrains licensing model: it remains licensed to the user indefinitely but just with no updates. Otherwise for a programming language that's extortion not a licensing fee

Temdog007•12mo ago
> it remains licensed to the user indefinitely but just with no updates

That is how the purchasing model currently works. Once you have downloaded the executable, you are free to use it forever even after your subscription ends.

But, I can see where there might be confusion. So, I'll be sure to re-word that page and make it more clear.