Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hard_times
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
hard_times
5d ago
Yawn
2.
▲
by
hard_times
16d ago
Also relevant: https://github.com/bin456789/reinstall My go-to script to "re-image" a VPS with whatever image of Windows or Linux distribution. It supports: * Windows to Linux * Linux to Windows * Linux to Li
3.
▲
Treating Dockerfiles as shell scripts (2020)
(jakewharton.com)
2 points
by
hard_times
25d ago
|
0 comments
4.
▲
by
hard_times
1mo ago
Wow, TIL.
5.
▲
by
hard_times
2mo ago
> You can redeploy with minimal effort every week No thank you
6.
▲
by
hard_times
2mo ago
To me it just sounds like we need an even higher level language for these sort of 'software for one' apps. There is still tons of boilerplate. Declarative is king.
7.
▲
by
hard_times
2mo ago
Please stop calling it an 'OS'. It's just Android with a few custom components.
8.
▲
by
hard_times
2mo ago
If you automate the creation of software, you essentially can automate almost any white-collar job.
9.
▲
by
hard_times
3mo ago
Why mess with scrolling?
10.
▲
by
hard_times
3mo ago
well, you've got endless "integration testing" in the form of 3rd party software for Windows. More reliable than any specification, considering Windows itself is a patchwork of workarounds to not break backward-compatibility.
11.
▲
by
hard_times
3mo ago
Ah yes, the eternal truth of "looks matter". It translates to almost everything imaginable, not just people's appearance.
12.
▲
by
hard_times
4mo ago
Let's strip all strings then before analysis? to prevent prompt injections and such.
13.
▲
by
hard_times
4mo ago
I'd say it's different this time, because LLM can form and substantiate opinions of their own, on their own. You could actually assume you have the full source code of any binary for it to analyze, since in theory everything is de
14.
▲
by
hard_times
4mo ago
Whatever findings they come up with, must be formalized to avoid non-determinism. Draft an integration test of every finding. The malicious extension makes calls to haxx0r.net? Draft a case in your integration test that intercepts this.
15.
▲
by
hard_times
4mo ago
The idea of emulating a lightweight Alpine Linux in the browser to make this work, without overengineering don't-know-what custom niche solution is definitely intriguing. I wonder how much work would it be to port a given Linux USB dri
16.
▲
by
hard_times
4mo ago
In the age of LLMs, vetting can even be done in a CI/CD. What's the big deal?
17.
▲
by
hard_times
4mo ago
Is there no setfenv-like functionality in JavaScript (setfenv is Lua's way to set a sandboxed execution environment)? That's surprising. TIL.
18.
▲
by
hard_times
4mo ago
I've been thinking of doing something similar AI-ran personalized TV channels, which basically would 'broadcast' the user's media collection, can produce news based on the user's interests, report weather, stock exc
19.
▲
by
hard_times
5mo ago
Oh? How very kind of the author to allow me to.
20.
▲
by
hard_times
6mo ago
This needs to be higher
21.
▲
by
hard_times
6mo ago
Is this a trick question? Of course. However Apple imposed artificial limitations, like disabling JIT.
22.
▲
by
hard_times
6mo ago
So is it 5 minutes or 30 seconds then? And yes, you're missing out. Docker images come in layers, which may or may not change depending on your release, and may or may not be shared across services.
23.
▲
by
hard_times
6mo ago
Not mentioned in the article, but the latest generation Xbox and PlayStation run completely custom firmware with their own proprietary boot chains, and locked-down hardware. So much for the "uniform" x86-64 "ecosystem".
24.
▲
by
hard_times
6mo ago
...which is an extension of x86, the same way AArch64 is an extension of ARM.
25.
▲
by
hard_times
7mo ago
I wonder if this is the future of "I need to run my legacy Windows enterprise app on modern hardware"? I suppose we're also not limited to WinNT look and feel, and can render dialogs, buttons, windows with any CSS framework?
26.
▲
by
hard_times
7mo ago
I wholeheartedly agree. Doesn't look organic at all. Guess it's the quality of Hacker News these days: blog spam.
27.
▲
by
hard_times
7mo ago
I don't think people realize how crazy this all is (and might become)
28.
▲
by
hard_times
8mo ago
You can't really be that naive, can you
29.
▲
by
hard_times
8mo ago
Amazing Youtuber. Subscribed.
30.
▲
by
hard_times
9mo ago
Not HTMX but Alpine.js has been a complete revelation to me. What clicked for me was that you're enhancing server-rendered HTML, not replacing it. Need a dropdown menu? Add x-data="{ open: false }" and you're done. Want
More ›