HackerTrans
TopNewTrendsCommentsPastAskShowJobs

seniorThrowaway

279 karmajoined 8 tahun yang lalu

comments

seniorThrowaway
·3 hari yang lalu·discuss
Go ahead and let them try consumer SSD's. It seems to be a lesson everyone has to learn with ZFS once.
seniorThrowaway
·24 hari yang lalu·discuss
I've had the misfortune of scripting an UE build with perfoce as the VCS, it truly is abysmal.
seniorThrowaway
·bulan lalu·discuss
[dead]
seniorThrowaway
·2 bulan yang lalu·discuss
>so much saner than Linux firewalls it's not even close.

This is a big one for me. I've run openBSD and Linux custom boxes as SoHo routers and I just cannot stand Linux firewalls, I've never liked them and IPTables is just terrible. Yes I know there are wrappers around it now but it's still the default everywhere and still used by lots of other software like Docker. I'm using OPNSense now which is FreeBSD based instead of completely rolling my own but I love that it is still BSD under the hood.

One differing opinion I will offer is that I find NixOS to be the Linux distro most in the openBSD spirit despite it being very different from a UX and config management perspective. Alpine is interesting, but it has its own security and compatibility issues, especially around MUSL libc which I have had cause many strange downstream issues over the years, I just hit one recently in JVM GC caused by its memory allocation implementation. I've stopped using alpine altogether because of them.
seniorThrowaway
·2 bulan yang lalu·discuss
Feel the same way about COVID. It damaged the social fabric in ways that have not recovered. I think a lot of people realized that maybe they never really liked socializing as much as they thought they did. I also think it just kind of reset people's expectations around socializing. The other big one to me, that it also unleashed, was inflation. Dining out, sporting events, concerts etc are all way more expensive than they used to be. Places are still busy and games are still packed but the prices are way higher, more evidence of the K shaped economy where only the top stratas are spending. Also, and this is subjective, it feels a bit more performative, as in people are going because it signals they have the means (edit: and the general instagram-ification of our culture.)
seniorThrowaway
·2 bulan yang lalu·discuss
If I paste something from an AI into chat, I always identify it as such by saying something like "my claude instance says this:". I also don't blindly copy paste from it, I always read it first and usually edit it for brevity or tone. Feel like this should be the absolute minimum for sending AI content to a person.
seniorThrowaway
·2 bulan yang lalu·discuss
I do use compose for some things, smaller one off type setups, and I’ve done the compose up --build CI/CD approach before. I’m generally not a fan of building on the production node outside of very small deployments. It can work, I just think it tends to blur the line between build and runtime more than I’m comfortable with.

Some of my concerns with compose aren’t purely technical. It makes it easier to lean on local state like volumes, bind mounts, and large .env files. Similar mechanisms exist in kubernetes, but the additional setup tends to force a bit more thought about whether they’re actually needed or just a shortcut.

On the health check side, they exist, but compose doesn’t fully act on them, that's the part that is missing. There’s no built in remediation or orchestration behavior tied to health status, which is why things like https://github.com/willfarrell/docker-autoheal exist. It’s something that was never fully carried through in Docker itself.
seniorThrowaway
·2 bulan yang lalu·discuss
Extremely debatable. They still have never fully implemented health checks and auto healing. I have had compose itself behave in unexpected ways, weird things like not realizing the tag of an image it is running is actually in use, and letting prune commands yank it out from under the system. Other things I can't remember. I'd rather use something like Nomad or for simpler systems maybe plain systemd. But realistically kubernetes is a superior orchestrator in just about every way, and installing k3s is simple and k3s is actually production ready. I don't like kubernetes all that much as cluster tech, but as a container orchestrator it has a lot of nice features.
seniorThrowaway
·2 bulan yang lalu·discuss
I'm a fan of the monorepo in general, even before LLMs. If using git it leverages git's best feature IMO, the commit as a snapshot of the entire repo. I've worked on so many projects where tightly coupled things are split across repos because it's thought of as a best practice, and it just makes it more difficult to figure out what code you are running.
seniorThrowaway
·2 bulan yang lalu·discuss
Ubuntu has patches out, tested before and after patching.
seniorThrowaway
·2 bulan yang lalu·discuss
>CalDAV, CardDAV, and SMB are baked into iOS, whereas these are onerous to set up on Android

I can only speak to SMB but it is not hard on Android. I use a longtime third party app so not sure what the state of native support is but it works just fine for me, including over VPN
seniorThrowaway
·3 bulan yang lalu·discuss
Are you implying only one country does these things?
seniorThrowaway
·3 bulan yang lalu·discuss
No, we don't. This is big tech shifting liability off themselves with the added bonus of full de-anonymization. Take a look at who is lobbying for this.
seniorThrowaway
·3 bulan yang lalu·discuss
The liability shifting and real identity linking to all online usage that big tech wants is proceeding nicely for them I see.
seniorThrowaway
·3 bulan yang lalu·discuss
https://www.thefp.com/p/why-do-americans-feel-poor-because

The gist: the statistics used to define poverty are old and inaccurate.
seniorThrowaway
·3 bulan yang lalu·discuss
Housing being expensive because of laws and zoning that constrain it's supply is often touted, but there is good academic research that that isn't the case. https://www.dropbox.com/scl/fi/zfsw4iotsn3nqs8vhu8kb/LMW-FAQ...
seniorThrowaway
·3 bulan yang lalu·discuss
Yes, they are good at being coding "interns". They work together in slack which allows management visibility and tasking directly to them. i.e. people who aren't going to be managing a bunch of claude code's all day. I say interns because they are incredibly smart at some things like implementing well defined coding plans and incredibly dumb in other ways, like shipping non-compiling code and asking a human to troubleshoot. To do this requires thoughtful setup, you have to onboard them more like you would a human than a piece of software. Give them their own "workstation", accounts etc. Limit what they can do in those accounts, not in their .md files or skills or anything, they will never follow those 100%, just like a person won't follow directions 100% of the time.
seniorThrowaway
·3 bulan yang lalu·discuss
low code / no code, and it's been around in one form or fashion since the 1990's, at least.
seniorThrowaway
·3 bulan yang lalu·discuss
>the centralized service was the most important part of decentralized version control.

I've often thought this about github
seniorThrowaway
·3 bulan yang lalu·discuss
Should really qualify this headline with which backblaze product.