Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jimsmart
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jimsmart
7mo ago
Just go to Settings > General > Screen Capture, and turn off Full-Screen Previews - which fully restores the previous behaviour. Personally I prefer the new behaviour. But eitherways: it’s just an option.
2.
▲
by
jimsmart
11mo ago
Everywhere I've worked over the years (35+), and in conversation with peers (outside of work), refactor means to change the structure of an existing program, while retaining all of the original functionality. With no specificity regard
3.
▲
by
jimsmart
11mo ago
It's an open source project — and quite a popular one, at that — and you are literally replying to a comment that specifies the changes made to fix this particular issue — you can see for yourself what is occurring here. Anyone can. Th
4.
▲
by
jimsmart
1y ago
Feel free to substitute my use of the word "company", with "company / organisation / foundation". Plus others I'm surely forgetting. I meant 'company' in the sense of a legal entity, probably pay
5.
▲
by
jimsmart
1y ago
This comment explains the reason for its existence quite well: https://news.ycombinator.com/item?id=43605846 Companies fund things because they're useful or necessary. My guess is that some of the companies listed migh
6.
▲
by
jimsmart
1y ago
> Maybe use "Load" and "Save" ... Nowadays, perhaps "Open" is a better choice than "Load"
7.
▲
by
jimsmart
1y ago
> LLMs have a) More knowledge than the most senior developers Please provide evidence to back up your claim here: papers, studies, etc. Otherwise this claim can really only be dismissed as being exaggerated / untrue / naive.
8.
▲
by
jimsmart
1y ago
There is a significant amount of naivety here. I don't say that in any kind of negative way: it's purely an observation (as a dev who has built a lot of different software over the years, plenty of which is web-based) Let me pick
9.
▲
by
jimsmart
1y ago
Ex-games-programmer here: I used to code the C64/NES/etc many moons ago... From the article: > The 6502 is a microprocessor that is used in the Nintendo Entertainment System (NES) and the Sega Genesis This isn't correct: t
10.
▲
by
jimsmart
1y ago
> you've been a developer for some decades which is why your reality is threatened that your craft is increasingly becoming irrelevant so you had to snoop my profile to find some confirmation that your reality doesn't get shatt
11.
▲
by
jimsmart
1y ago
Ah right, junior dev for a year. Wow, how amazing. Plenty of room for you to 10x many times over then. Over the years, I’ve met plenty of folk who have dabbled with software development, before deciding it wasn’t for them - then pivoting to
12.
▲
by
jimsmart
1y ago
Unfortunately there’s no bans for stuff like that. But that’s why I call it out: yes, exactly, it degrades the conversation when someone is preaching about a new tech, and how it’s gonna change development, and claiming they’re a developer
13.
▲
by
jimsmart
1y ago
> Yes, I'm a developer. It's interesting that you describe yourself as a developer now. Because just three months ago, in your first post [1] to HN, you said: > I'm somewhat non-technical but I've been using Claude
14.
▲
by
jimsmart
2y ago
It's ok not to like Rust. But that doesn't make your library native at all — just as Tauri is not native, neither is Sans, and that is the point being made here.
15.
▲
by
jimsmart
2y ago
> The c64 could decompress the data faster than the Datasette could play it back, so there was no processing wait. C64 fast loaders generally didn't use any compression whatsoever. They would cut the load time in half by simply only
16.
▲
by
jimsmart
2y ago
> Since tape was the medium of choice for ZX Spectrum and other rivals, C64 was on a level playing field. Kinda. While the C64 had its own cassette player - the C64 was very slow to load stuff compared to the others, until fast load came
17.
▲
by
jimsmart
2y ago
> DoH is a completely different story. Yes. And that's why, in the context of misbehaving devices, carrying their own methods of doing DNS, I mentioned it. > Now you are talking about browser based DNS systems, apple private rela
18.
▲
by
jimsmart
2y ago
> The best way I think you would need to explain your definition of 'best' here — I mean: explain why you think it is better. > making regex blocks are appropriate. I guess here you actually mean in appropriate? Perhaps.
19.
▲
by
jimsmart
2y ago
I think it was actually normalised long before container-based development was even a thing. It's always just been standard common practice — both in development and for live deployment. With the assumption being that it's safe, i
20.
▲
by
jimsmart
2y ago
This ^^ Just avoid putting secrets in the global environment if it is a concern, and instead just pass necessary secrets locally in the environment when launching a specific app.
21.
▲
by
jimsmart
2y ago
Ideally you would fetch values directly from Vault, e.g. using the REST API, ideally with SSL (but that depends on the environment your app is running in /etc.) or using the vault command. One can either access the Vault REST API direc
22.
▲
by
jimsmart
2y ago
> Is this... normal? I don't understand why they might want to serialize/access all of my env vars. Does anyone have a suggestion for that behaviour? All processes get a copy of all environment variables [edit for clarity: all
23.
▲
by
jimsmart
2y ago
Erm, it's not redirection, because, like I said: DNS has no redirection — not in the sense that HTTP does. If you don't understand this, then you are perhaps lacking some knowledge as to how HTTP redirects work, and/or how DN
24.
▲
by
jimsmart
2y ago
> That doesn’t correct the situation in which the device is ignoring DHCP DNS requests. That's the first time such a thing has been mentioned in this thread. But I now get what you're trying to say in your comment above. Sure,
25.
▲
by
jimsmart
2y ago
Previously, PiHole used /etc/dnsmasq.d/ with best practice being to put one's own additional config, or overrides, in separate file(s) in that folder. PiHole v6 appears to have most of that config built-in, and upgrading
26.
▲
by
jimsmart
2y ago
Just go to PiHole's "Domains" page, in the box labelled Domain, type youtube.com, enable the checkbox for Add domain as wildcard, then click the button labelled Add to denied domains. Now youtube.com and all of its subdomains
27.
▲
by
jimsmart
2y ago
That's kinda janky really. DNS doesn't have redirection like HTTP has, so what you describe can only be implemented using port forwarding (or SSH tunnelling, but I've never seen a router with the ability to tunnel DNS in this
28.
▲
by
jimsmart
2y ago
> What's more likely though is that you just point your router's DNS setting to Pi-hole, and in that case there is only one client on the Pi-hole dashboard - your router. That depends entirely on what capabilities your router h
29.
▲
by
jimsmart
2y ago
And also this Lume, which is a 3d-HTML library. https://lume.io
30.
▲
by
jimsmart
2y ago
We use Migadu for everything. There's no extra cost for extra domains, on everything but their smallest account — and as we already have an account for all of our other domains, using Migadu for side projects as well is a no-brainer.
More ›