HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dontdoxxme

no profile record

comments

dontdoxxme
·il y a 2 mois·discuss
Your comment is not constructive, why can't it be trusted?

If every user of an LLM took this much care and attention, many people would have fewer issues with LLM assisted coding. In this case the author has demonstrated they can write plenty of code without an LLM, so why not use it carefully to benefit their productivity?
dontdoxxme
·il y a 2 mois·discuss
No, it is not affected by the exploit as presented. This is a page cache write, so writing to a binary that root will run later can work too. This isn’t a reason to push an agenda that dislikes setuid binaries.
dontdoxxme
·il y a 3 mois·discuss
The style of the blog post, with short, abrupt sentences does not captivate me. I’d like to think someone writing a book has a more interesting writing style. Or maybe LLMs have damaged me and I’m too critical of writing style now, whatever it is this doesn’t sell the book to me.
dontdoxxme
·il y a 3 mois·discuss
Microsoft loves sending emails with "Action required" in the subject, when actually no action is required, or it doesn't apply to you, or whatever. Such corporate speak. It's fun searching your email for "Action required" and finding all the things you were supposed to do and it turns out didn't need to do anything about.
dontdoxxme
·il y a 4 mois·discuss
Very similar to bittorrent’s bencode. That has the benefit that it has a canonical encoding which this doesn’t (because of the different compression options). I wouldn’t be put off by how it looks as text.
dontdoxxme
·il y a 5 mois·discuss
Previous NS records were pointing at dns-parking.com, which is Hostinger. Although hard to be certain without more details whether a reseller or other supplier is involved.
dontdoxxme
·il y a 6 mois·discuss
Clearly a joke if it uses the .lol tld.
dontdoxxme
·il y a 6 mois·discuss
The code is mostly vibe coded and under the BSL. I think the interesting bit here is a single developer can write something like this with an agent. Does it make sense to open source such a thing or just each ISP write their own to their requirements?

I also don’t get the focus on handling DHCP renewals in the kernel fast path. With 2000 subscribers per OLT and say a 5 minute lease time that’s only a few renewals a second.
dontdoxxme
·il y a 6 mois·discuss
Same, it's all over the place. Whatever it is doing isn't a very strong fingerprint.
dontdoxxme
·il y a 7 mois·discuss
Why aren't you using IBM cloud?
dontdoxxme
·il y a 7 mois·discuss
Yes, previously: https://news.ycombinator.com/item?id=35989909

The Redis test suite is still written in Tcl: https://news.ycombinator.com/item?id=9963162 (although more recently antirez said somewhere he wished he'd written it in C for speed)
dontdoxxme
·il y a 7 mois·discuss
Most users don’t see it that way.
dontdoxxme
·il y a 7 mois·discuss
Previously: I use zip bombs to protect my server (idiallo.com) 1076 points https://news.ycombinator.com/item?id=43826798
dontdoxxme
·il y a 7 mois·discuss
It is not open source, it is not free. It’s a term tacked on to the MIT license.

It’s also vague as, what if I run a VPS provider and someone can upload images to a marketplace like thing, does that count as SaaS? How about if someone’s only use of my services is to run that image?

Steer clear unless you want to open yourself up to the copyright owners opinion changing. (See for example the pine email client and the copyright discussions there.)
dontdoxxme
·il y a 7 mois·discuss
This among other things is why the GNU project as a whole has little credibility left.
dontdoxxme
·il y a 7 mois·discuss
Without sharing too many spoilers... I solved the challenge but the check script was unhappy. The curl commands in the script worked fine, the earlier parts of the script failed, i.e. it didn't like how I'd decided to make that work.

This kind of thing annoys me. This is why CTFs are great, where the goal is to get the flag string. Obviously harder to do for sysadmin, but expecting a particular configuration when I managed to make it work without doing things exactly as they wanted is no better than a poorly written exam.
dontdoxxme
·il y a 7 mois·discuss
Some background in https://gist.github.com/kemitchell/fdc179d60dc88f0c9b76e5d38...

Basically you end up with something not legally enforceable. And will someone actually doing evil care about your license?
dontdoxxme
·il y a 8 mois·discuss
> And netns is for single-host isolation. This is a router forwarding LAN→WAN. Different problem

Not at all. Put the LAN interface in a network namespace that is different to the host (ip link set ... netns ...).

This gives you your "kill switch" without even needing firewall rules, it happens on a lower level.
dontdoxxme
·il y a 8 mois·discuss
> Not a techie? The README is optimized for AI-assisted deployment. Feed it to your LLM of choice (Claude, GPT, etc.) and it can walk you through the entire setup for your specific hardware.

The whole thing is AI slop. I thought there might be something interesting here but it's just a bunch of disconnected fragments of OpenWRT config and some other bits without any overall thought.

It doesn't even use network namespaces. You can probably do better by giving your LLM https://www.wireguard.io/netns/ as input.
dontdoxxme
·il y a 8 mois·discuss
https://how.complexsystems.fail applies in all cases. (Particularly here “Post-accident attribution to a ‘root cause’ is fundamentally wrong.”)