Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Skinney
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Skinney
6d ago
This JEP is essentially about caching the JIT's generated code for later runs. The JIT is still free to discard the cache if it deems it worthwhile.
2.
▲
JEP 544: Ahead-of-Time Code Compilation
(openjdk.org)
104 points
by
Skinney
6d ago
|
73 comments
3.
▲
by
Skinney
16d ago
> Doltlite, like most software nowadays, has been touched by LLMs, but dismissing this project as "vibe coded" seems harsh From the article, at the end of the second paragraph: > Could a team of agents pull it off? It only t
4.
▲
Challenges when writing gren-format
(gilramir.github.io)
1 points
by
Skinney
20d ago
|
0 comments
5.
▲
by
Skinney
1mo ago
It only has to ask if the cookies are used for behaviour not relevant for the site (like specialized ads), so it probably doesn’t have to ask.
6.
▲
by
Skinney
1mo ago
> That's why most client-side routing libraries support lazy loading. Trading off total size with more network requests. > does HTMX make fetches magically faster or what? With backend rendering (htmx) you'd do all of that o
7.
▲
by
Skinney
2mo ago
React itself, or Preact for that matter, is just the baseline. You still need the application itself, which in every application I’ve worked on is quite a bit bigger than the framework itself. So you need to download the app, maybe have tha
8.
▲
by
Skinney
2mo ago
* spaghetti or not depends on how you structure things, not on the framework/library used. * HTMX doesn’t introduce a new language. It extends HTML with props, which is less than what React is doing. * unpredictable state? You rely on
9.
▲
by
Skinney
2mo ago
How? Everything served under one domain doesn’t have to use one technology. Use backend rendering when you can, use HTMX where you need a little bit more, use React on the actual bits where it matters. As a side-benefit, the React bits migh
10.
▲
by
Skinney
2mo ago
Thank you :) I think I'm handling this as well, though. I have my own personal retrospective every once in a while where I evaluate the different things I work on and if they're worth continuing, or if there are other things (or j
11.
▲
by
Skinney
2mo ago
> So logically, if AI can help us complete tasks 2-100x faster than before, we should be UNDERWORKED and experiencing ZERO burnout, right? Got to admit, I stopped reading here. In my experience, burnout isn't related to the amount o
12.
▲
by
Skinney
3mo ago
This is required in order to implement value classes in Java (project valhala).
13.
▲
by
Skinney
3mo ago
MNT just started offering the QCS6490 for their laptops. https://mnt.re/media/reform_md/2026-06-30-june-update.html
14.
▲
Uruky: The paid European search engine
(robheghan.prose.sh)
4 points
by
Skinney
3mo ago
|
0 comments
15.
▲
by
Skinney
3mo ago
vibe has improved _a lot_ during the past few months, fyi. The new Mistral Medium 3.5 is also a big improvement over devstral-2
16.
▲
by
Skinney
4mo ago
"Unified" means that it's shared between CPU and GPU, I believe. But yes, it tends to be soldered on.
17.
▲
by
Skinney
4mo ago
Cheaper tokens means the company's margins increase, which would be valuable for investors to hear
18.
▲
by
Skinney
5mo ago
I'm not doing anything huge, but my local radicle node is connected to ten other nodes at present, one of which is my own hetzner-hosted seed. Even if half of these go down, I still have full access to all the repos I follow.
19.
▲
by
Skinney
5mo ago
Wouldn't people discover HardenedBSD via google and then find the link to the code via the website? I've personally never discovered projects through Github.
20.
▲
by
Skinney
5mo ago
Radicle is local-first, so you can create issues and patches (pull requests) even when offline. It will sync when you're back online. Also, my understanding is that ATProto is relatively centralized in practice, wheras in radicle every
21.
▲
by
Skinney
5mo ago
The load will be spread across the network, but I guess the main benefit is that everything continues working even though HardenedBSDs official seed is down. Every user has their own node, and everyone's node talks to several seed node
22.
▲
Lix 2.95
(lix.systems)
2 points
by
Skinney
6mo ago
|
0 comments
23.
▲
Gren 26.03: Parser Improvements
(gren-lang.org)
2 points
by
Skinney
6mo ago
|
0 comments
24.
▲
by
Skinney
8mo ago
> You work for money. I work for money because I need food on the table and a place to sleep. It doesn't motivate me much more than that. In fact, I wouldn't even call it motivation. It's a requirement to live. There have
25.
▲
150.000 nodes in a Virtual DOM? No problem [video]
(youtube.com)
4 points
by
Skinney
9mo ago
|
0 comments
26.
▲
by
Skinney
9mo ago
> Having a register machine doesn't seem very useful... Requires fewer instructions, so potentially faster evaluation, which is good for short-lived programs that ends before the JIT kicks in. Stack machines requires less space per
27.
▲
by
Skinney
11mo ago
If it works anything like what we've got in Norway, they take a rough percentage, and once every year when the taxes are filed, the IRS equivalent charges or repays the missing amount.
28.
▲
Radicle 1.4.0
(radicle.xyz)
3 points
by
Skinney
1y ago
|
0 comments
29.
▲
The Programming-Lang of the Future [video]
(vimeo.com)
1 points
by
Skinney
1y ago
|
0 comments
30.
▲
by
Skinney
1y ago
Litestream is already backing up your changes, so synchronous=normal seems reasonable.
More ›