jimsmart
No user record in our sample, but jimsmart has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but jimsmart has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
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.
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…
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…
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 paying some kind of tax,…
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 might…
> Maybe use "Load" and "Save" ... Nowadays, perhaps "Open" is a better choice than "Load"
> 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 /…
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)…
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…
> 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…
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…
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…
> 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 to…
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.
> 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…
> 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,…
> 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…
> 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 inappropriate? Perhaps.…
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…
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.
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…
> 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…
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…
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…
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…