HN user

sph

32,880 karma

(define email (concat username (unicode->string "COMMERCIAL AT") "combo.cc"))

Posts185
Comments5,840
View on HN
news.ycombinator.com 1d ago

Tell HN: GitHub notifications email is full

sph
5pts0
github.com 10d ago

Using a Highly Dynamic Language for Development [pdf]

sph
6pts0
news.ycombinator.com 12d ago

Ask HN: Do we need a support group for developers alienated by LLMs?

sph
33pts47
github.com 1mo ago

A 3D voxel game engine written in APL

sph
157pts14
blog.johnnovak.net 1mo ago

What every coder should know about gamma (2016)

sph
127pts46
github.com 1mo ago

Openrsync: An implementation of rsync, by the OpenBSD team

sph
492pts185
statecharts.dev 2mo ago

Statecharts: hierarchical state machines

sph
314pts86
www.vex.net 3mo ago

A Crossroad at a Branch

sph
2pts0
amiga.lychesis.net 3mo ago

Amiga Graphics Archive

sph
265pts86
www.reuters.com 3mo ago

Allbirds shares jump over 400% on plans to pivot to AI from sneakers

sph
6pts2
alaingalvan.gitbook.io 3mo ago

A Trip Through the Graphics Pipeline

sph
2pts0
en.wikipedia.org 3mo ago

Deskilling

sph
4pts0
garryslist.org 3mo ago

Garry's List – the Y Combinator CEO's civic engagement project

sph
2pts1
app.electricitymaps.com 3mo ago

Electricity Maps

sph
2pts0
openbsd.amsterdam 4mo ago

OpenBSD.Amsterdam

sph
6pts2
old.reddit.com 5mo ago

Subreddit collapses as OpenAI retires GPT-4o and terminates dozens of AI lovers

sph
6pts2
news.ycombinator.com 5mo ago

Subreddit collapses as OpenAI retires GPT-4o and the chance to have an AI lover

sph
3pts0
40k.gallery 5mo ago

Warhammer 40K Fanart Gallery

sph
1pts0
news.ycombinator.com 5mo ago

Ask HN: How would you design an LLM-unfriendly language?

sph
1pts2
hex.ooo 6mo ago

Arthur C. Clarke: The Nine Billion Names of God (1953)

sph
3pts0
quinedot.github.io 6mo ago

Building intuition around Rust borrow errors

sph
1pts0
www.artima.com 7mo ago

The simplest thing that could possibly work (2004)

sph
2pts0
combo.cc 7mo ago

It's all about momentum

sph
113pts34
old.reddit.com 7mo ago

Most of What You Read on the Internet Is Written by Insane People (2018)

sph
6pts1
en.wikipedia.org 8mo ago

Poet-Diplomat

sph
1pts0
marktarver.com 9mo ago

The Cathedral and the Bizarre

sph
1pts1
popcar.bearblog.dev 9mo ago

Using Godot for GUI App Development (2024)

sph
2pts0
shreyanjain.net 9mo ago

Nostr and ATProto (2024)

sph
132pts72
djot.net 9mo ago

Djot is a light markup syntax derived from Markdown

sph
1pts1
www.jordanmechner.com 10mo ago

A Platform-Jumping Prince

sph
2pts0

I dream of a world where people that cannot discern obvious irony and satire on the internet would be banned from it in perpetuity.

I fear you're hopelessly blind to your hypocrisy, there is no way you are only giving your money to people you agree with politically.

And there is more to life than politics, even though I feel it's hard to understand in the current hysterical climate of social media echo chambers and US politics. It is honestly terrifying to live in a world where most hope everyone else would conform and have the exact same perspective of the world as them, else they get accused of wrongthink.

If you don't want to delegate the fun of learning to an LLM, here's how I've built a RV64IM simulator in C in a weekend. All you need is an opcode table, the RISC-V specs and to implement each instruction; the good thing of RISC CPUs is that instructions are very simple (i.e. pretty much everything is a variation of `dest = src1 OP src2`) and memory instructions are dedicated. The other cool thing is that there are no "flags". Start with the base instruction set, then you can add M on top later. 64-bit support requires just a handful more instructions to zero/sign extend from 32-bit.

Then, wire your simulator to https://github.com/riscv-software-src/riscv-tests, and there you have an official test suite. When everything passes, you have a fully-compliant RISC-V CPU. You can at this point tell GCC or Rust or your favourite language to compile to RV32IM and see it run on your simulator. It's a very gratifying process.

If you get at this stage, you might want to use the ecall instruction to hard-code I/O operations such as "read from stdin" or "print a character", and there you have a sandboxed CPU that you can target with your favourite programming language. Make it run DOOM (start with https://github.com/ozkl/doomgeneric and see which I/O do you need), or turn it into a toy game console; the sky's the limit.

---

Here's a copy-paste of the list of resources I have saved in my notes:

- https://github.com/libriscv/libriscv A very fast RISC-V VM with sandboxing of memory and syscalls.

- https://luplab.gitlab.io/rvcodecjs/ RISC-V Instruction Encoder/Decoder

- https://www.cs.sfu.ca/~ashriram/Courses/CS295/assets/noteboo... Reference card

- https://cs.brown.edu/courses/csci1952y/2024/assets/docs/risc... Spec

- https://riscv-software-src.github.io/riscv-unified-db/manual...

- ABI: https://lists.riscv.org/g/tech-psabi/attachment/61/0/riscv-a...

Good luck!

Neither do I, but I hate authoritarianism (and hypocrisy) even more. People are free to have different opinions than mine, and I will defend their right to do so.

I remain a happy Mullvad user.

People who look at this from a US political perspective is going to get a lot of misunderstanding

Honestly you’ve summed up 90% of social media outrage.

I want to like Hyprland, but it truly is the embodiment of Jamie Zawinski’s “cascade of attention deficit teenagers”

This is what happens when software is created by too-smart teenagers, that change their mind as fast as they improve at programming, and expect that everyone is spending 12 hours a day configuring their desktop environment while hanging out in ‘ricing’ discords (“what do you mean you have a day job?”)

Worse, if you dare criticize it, the fanboys come out of the woodwork saying you should really just use an LLM to convert to Lua and that you are dumb trying to do it manually. The hubris is untenable.

After 3 or 4 breaking changes over the years, I decided I’d rather use some other desktop environment honestly, until the core team literally grows up. Niri is great, and its author is much more… mature.

Surely if the machine you go to for answers regularly makes things up you would just stop using it?

Steve Yegge likened LLMs to slot machines. The human brain is very vulnerable to random reward systems. If you get an hallucination, just pull the lever once more.

Anything that frees us from labour is good.

Including labour itself? All we're doing is optimising the amount of time we can dedicate to work.

More like pro-US exceptionalism, and any announcement for products created outside of it (whether it's EU or China) is met with doubts and skepticism.

Unless something is from Japan, then it's perfect and any criticism is because you don't appreciate its unique cultural heritage.

Qwen 3.8 3 days ago

Open the comment section. Look at the the top comment. It will be negative

My favourite pastime is clicking on any comment section of any topic whatsoever, betting that the top comment is someone going "well, ackshually..."

HN loves a contrarian skeptic, it has nothing to do with Western tech or AI specifically.

People say they want to get challenged.

most people don't want to turn off their brains

Biologically, life is an effort-minimizing machine. Our brains have a whole system of habit-forming to minimize the enormous amount of energy it takes to think.

Whatever people say, give them a way to think less, and they will necessarily prefer it unless they literally are a Buddhist monk, seeking to be aware over every action and thought.

Assuming both people are truthful and operating in good faith, how can this be explained?

Quite simply, difference in skill.

The sysadmin that has configured a few applications in their career would likely get annoyed at how many mistakes an LLM makes.

The manager who barely knows their way around a shell, uses an LLM to configure an application in less than the three business days it will take them, and will claim they are 10x more productive now.

Once again, LLMs are effectively great at triggering the Dunning-Kruger effect. The least you know, the more productive you feel.

Yes, that’s like claiming the invention of the wheel is a step towards landing on the moon. Eventually the boffins will crack the problem of consciousness, what I am saying is that LLM technology itself has nothing to do with general (human-like) intelligence.

Arguably people worrying about job loses are not worried enough.

Do you people get off by fantasizing about people losing their job, or worse? (whatever you are implying)

Yes, become a terrorist. I believe in the supremacy of biological life, and find anyone seeking to create God out of the machine to be a blaspheme upon Nature.

The good thing is that LLMs will not bring forth AGI. True AGI effectively means ASI, and you will get recycled into biofuel like me and everybody else before you have time to cry ‘spare me please, I used to be an AI booster’

Young men would not feel so alienated if progressives and social media didn’t keep telling them they are violent rapist scum too dumb to think for themselves. Their choice for role model is a society that despises and blames them, or hucksters despising and blaming the other side. Who is young Timmy gonna listen to?

If kids flock to Andrew Tate, the problem are not the kids, nor their gender, but society as a whole must have fucked up enormously and failed 50% of the human population.

Generalising comments like yours ruin lives and you should feel ashamed about it. Sadly, you can find them on the front page of any left-of-centre newspaper.

I used to read Coding Horror, I have been a programmer for longer than I had high speed Internet, yet somehow I never felt the urge to create a StackOverflow account. I have literally never browsed the site, always landed from Google and left when I found my answer.

There was an era of the Internet where moderators were seen as the solution to all the problems of Internet communities. Then we discovered that those people that enjoy playing petty bureaucrat for virtual karma will end up alienating normal users, especially in places that wants to maintain a certain standard of quality and not aim to the lowest denominator like Reddit, for example.