Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rjinman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
The Making of Pro Office Calculator, Part 1 – Fragment-Based Architecture
(deadbeef.io)
1 points
by
rjinman
1mo ago
|
0 comments
2.
▲
by
rjinman
5mo ago
It’s amazing how everyone thinks this sculpture’s message doesn’t apply to them. “My side’s flags are different, it’s the other side’s flags that are bad”. So many people here making this argument. It’s beyond parody, yet really so predicta
3.
▲
by
rjinman
5mo ago
No, you don’t understand, it’s only British national flags that are bad!
4.
▲
by
rjinman
5mo ago
Is it? Most people I know who have flags proudly displayed are left wing and their flags are usually one of: the Palestinian flag, the ukrainian flag, the LGBT rainbow flag, or the trans flag.
5.
▲
Write "Freehold" Software
(deadbeef.io)
8 points
by
rjinman
1y ago
|
0 comments
6.
▲
by
rjinman
1y ago
I wasn't asking it to define it. I came up with the list of principles first, then spent ages trying to think of a suitable name for them. It was quite gratifying when ChatGPT, without any context, when asked to guess what the term &qu
7.
▲
Write "Freehold" Software
(deadbeef.io)
75 points
by
rjinman
1y ago
|
32 comments
8.
▲
by
rjinman
1y ago
The more interstellar objects we find that resemble comets, the weirder Oumuamua is.
9.
▲
A CNN from scratch in C++/Vulkan (no ML/math libs) – A detailed guide
(deadbeef.io)
3 points
by
rjinman
1y ago
|
1 comments
10.
▲
by
rjinman
1y ago
When I posted about this project here and on reddit a few months ago I got a lot of people asking for advice and learning resources. I promised I'd one day provide a detailed write-up explaining everything, so here it is :)
11.
▲
A CNN from scratch in C++/Vulkan (no ML/math libs) – write-up and tutorial
(deadbeef.io)
9 points
by
rjinman
1y ago
|
0 comments
12.
▲
Building a convolutional neural network from scratch with no libraries
(deadbeef.io)
2 points
by
rjinman
1y ago
|
0 comments
13.
▲
by
rjinman
1y ago
unique_ptr is much better because then each object has a sole owner, which makes object lifetimes much easier to reason about and you can't end up with cyclic references causing memory leaks.
14.
▲
by
rjinman
1y ago
I wrote a game of Tetris in JavaScript with SVG many years ago. It had nice graphics and was smoothly animated. I hadn’t heard of anyone else using SVG like that at the time. I also made a game called Pro Office Calculator (available on Ste
15.
▲
by
rjinman
2y ago
That’s not what I was saying at all. I was using Go as an example of what the experience of being helplessly outclassed by a superior intelligence is like: you are losing and you don’t know why and there’s nothing you can do.
16.
▲
by
rjinman
2y ago
> What's the difference between your "agentic AIs" and, say, "script kiddies" or "expert anarchist/black-hat hackers"? Intelligence. I'm talking about super-intelligence. If you want to know w
17.
▲
by
rjinman
2y ago
I agree unfortunately. I might be a bit of an extremist on this issue. I genuinely think that building agentic ASI is suicidally stupid and we just shouldn’t do it. All the utopian visions we hear from the optimists describe unstable outcom
18.
▲
by
rjinman
2y ago
As someone who is terrified of agentic ASI, I desperately hope this is true. We need more time to figure out alignment.
19.
▲
by
rjinman
2y ago
What the frell! This is cool.
20.
▲
by
rjinman
2y ago
Couldn't agree more with the necessity for fast feedback loops. I've experienced the opposite, and it's not fun. I worked with Clojure/ClojureScript (mostly ClojureScript) for a couple of years many years ago. It was the
21.
▲
by
rjinman
2y ago
Thanks, I've made a new branch called display_fixes. Let me know if it works
22.
▲
by
rjinman
2y ago
Hi, thanks for the update. I’ll make this change when I get a chance. Thanks
23.
▲
by
rjinman
2y ago
Interesting, I’ve only tried it on two machines - my (fairly old) laptop with integrated graphics and my desktop with an RTX4060. I’ve also tried it on the desktop on Windows in a Linux VM running Ubuntu 24.04. It runs way smoother on the l
24.
▲
A C++ Developer Learns Assembly
(deadbeef.io)
51 points
by
rjinman
2y ago
|
14 comments
25.
▲
Show HN: Boulder Dash style game made in x86_64 assembly
(github.com)
6 points
by
rjinman
2y ago
|
0 comments
26.
▲
by
rjinman
2y ago
I learnt to program on a Psion as a ten year old.
27.
▲
Show HN: Pro Office Calculator – How deep does the rabbit hole go?
(github.com)
2 points
by
rjinman
2y ago
|
0 comments
28.
▲
by
rjinman
2y ago
Double-entry bookkeeping is very easy to understand once you ditch the ridiculous "credit" and "debit" terminology. Essentially, the goal is to keep the accounting equation true at all times. The equation is: Equity = As
29.
▲
by
rjinman
3y ago
The short answer to the first question is… not great. There are no Vulkan constructs corresponding to those things. Vulkan lets you run compute shaders written in GLSL, HLSL, or any language for which there exists a compiler that outputs SP
30.
▲
Show HN: Richard – A CNN written in C++ and Vulkan (no ML or math libs)
(github.com)
184 points
by
rjinman
3y ago
|
24 comments
More ›