Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kosinus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
kosinus
9d ago
Like, the bad bots you see when they get an https cert issued and it becomes visible in the public logs, or something else? Agree discord sucks.
2.
▲
by
kosinus
13d ago
I was playing around with LG TV homebrew a while back. Still have the same TV, and in the age of AI, I'm considering putting a coding agent to work on a dump of the filesystem to see what it'd take to run stock Linux on it.
3.
▲
by
kosinus
6mo ago
One of the reasons The Netherlands abandoned voting machines was because of electromagnetic emissions that could be read tens of meters away.
4.
▲
by
kosinus
7mo ago
There are so so many reasons to get arrested for social media posts that have nothing to do with censorship.
5.
▲
by
kosinus
10mo ago
Author here. Yeah, unfortunately, that's kinda it: just rebuild a lot. At work we have a custom setup with a build server and agents for provisioning, which is nice for multiple nodes, but also even slower. The QEMU setup in the attach
6.
▲
by
kosinus
10mo ago
Author here. You're right, it's very much a trade-off and preference where you put control, NixOS or Kubernetes. I'm not so much torn, but more believe you always have to weigh pros and cons. For CoreDNS specifically, this se
7.
▲
by
kosinus
10mo ago
You can also start QEMU/KVM powered VMs with Incus, I assume that's also possible with IncusOS?
8.
▲
by
kosinus
11mo ago
What is cutting off the ICC if not restricting. I think that was a pretty blatant move, and is a large part of the chain reaction we're seeing now.
9.
▲
by
kosinus
1y ago
I have no idea how the terminals operate, but I was on a flight two days ago and paid with a debit card. The flight otherwise required devices to be in airplane mode. Though there are flights that offer wifi, so there's a good chance t
10.
▲
by
kosinus
1y ago
Debit cards are most definitely accepted on planes.
11.
▲
by
kosinus
1y ago
I think that is true when you initially switch and are still comparing browsers, but I certainly no longer check if something broken happens to work in Chrome. Stuff may equally be broken by my adblocker. Too lazy to debug someone else'
12.
▲
by
kosinus
2y ago
Personal gripe, but there are a gazillion note taking tools, but very few of them do real-time collab. Me and my partner currently use Apple Notes for this, simple stuff like grocery lists, todo lists, etc. But Apple Notes perf is abysmal w
13.
▲
by
kosinus
3y ago
It goes on to say: > The EDPS has also decided to order the Commission to bring the processing operations resulting from its use of Microsoft 365 into compliance with Regulation (EU) 2018/1725. Which, to me, reads like they can keep
14.
▲
by
kosinus
3y ago
Thanks for pointing that out! Maybe we can improve on that, even if we keep it as a non-goal. Right away, a partial mitigation for current versions of Portier is to modify the `email_*.mustache` templates to remove the link. But a second pi
15.
▲
by
kosinus
3y ago
This looks like it has the same core functionality as Portier? https://github.com/portier/portier-broker I'm on mobile, so haven't really checked where we differ in details.
16.
▲
by
kosinus
3y ago
The post body is just one property of a JSON-LD document in ActivityPub. The rest of it is metadata, relations, etc, that different apps may present ever so slightly differently. It's more like an API with multiple implementations. (Ev
17.
▲
by
kosinus
3y ago
I'm not sure that applies here. If data is migrated from one app to another, content may change. We could create a protocol for requesting content-addressable URLs over HTTP, but it wouldn't help with the problem described either.
18.
▲
by
kosinus
4y ago
Maybe it's possible to patch the dependency? For example, for Node.js / npm, there are automated ways to do this, like [patch-package]( https://www.npmjs.com/package/patch-package ). Does Python / pip have
19.
▲
by
kosinus
4y ago
I don't believe business opportunities are lost that quickly. Sure if you're down for 2 months, yes. But use a solid dbms and web framework and you can transition to multiple servers quite easily, in the order of hours. Doesn'
20.
▲
by
kosinus
4y ago
This mentions the Elasticsearch situation, but there's nothing the GPL does that would've helped Elastic.
21.
▲
by
kosinus
5y ago
This isn't available on my model. I think it's only 2019 and newer? The exploit seems to cover some older models as well.
22.
▲
by
kosinus
5y ago
Make me wonder, at what point does brute forcing private keys become more lucrative than mining?
23.
▲
by
kosinus
5y ago
Here is the microdiff benchmark wrapped in benchmark.js: https://github.com/stephank/js-diff-benchmarks I added three more libraries, and also the size in bytes of `JSON.stringify(result)` for each. (That was also impo
24.
▲
by
kosinus
5y ago
I maintain symmetry[1] and wanted to try the benchmark against it, but the results are very inconsistent. Symmetry is anywhere between 50% slower to 20% _faster_ than microdiff on the small object benchmark. Symmetry doesn't get a lot
25.
▲
by
kosinus
5y ago
What's slow in your opinion? I assume it's either config evaluation or the state refresh?
26.
▲
by
kosinus
5y ago
I’ve also seen anti-virus do this, though I don’t remember which brand.
27.
▲
by
kosinus
5y ago
This is one of the reasons why I'm no longer using Alpine as a base in Docker images. I ran into this limit specifically with node-sass. But in general, the difference in image size is negligible because of shared layers, and I just do
28.
▲
by
kosinus
5y ago
Yes, Nix is a little more strict in this regard, when seen as a package manager. But regardless, the author also mentioned he took issue with Fedora packaging, so is more interested in limiting distribution channels in general.
29.
▲
by
kosinus
5y ago
Nix uses symlinks to create user environments, mostly. The rest all points to unique paths in `/nix/store`. Sometimes, environments are also used for applications, mostly modular stuff. Take a Python service started by systemd. Th
30.
▲
by
kosinus
5y ago
I think this is a vague line of reasoning. We want to give animals quality of life, because it’s a humane thing to do, but also slaughter them, which is inhumane. So which is it: is the life of animals just as important, or less? The same l
More ›