HackerTrans
TopNewTrendsCommentsPastAskShowJobs

drewg123

no profile record

comments

drewg123
·8 giorni fa·discuss
Sadly, we're both on iPhone and you cannot share Wi-Fi like that on iPhone :(

This was a bummer just the other day where my iPhone somehow (and I still don't know how) auto-signed into an amazingly fast wifi AP managed by my cell provider, but I was stuck working on crappy guest wifi on my laptop and could not get the laptop onto the better wifi.
drewg123
·8 giorni fa·discuss
My wife swears by using a FireStick. It was miserable due to hotel captive wifi portals often failing to work properly with the browser of the FS, and even when it does work, typing your name/room number is miserable on a TV.. Adding a travel router to the mix allows you to auth via phone/laptop, which makes things a whole lot nicer.

Unlike the sibling, I've never encountered a hotel with all ports blocked. But I have encountered hotels where there is no way to choose other ports. In that case, I've just unplugged their STB and plugged my FS in.
drewg123
·14 giorni fa·discuss
I never used WordStar, but I've been an emacs user since 1989 and I love how they use the control key & that they shipped a tool to swap capslock/control. Swapping caps/control has been a constant in my life since I stopped using *nix workstations that put control in the correct place (left side of home row).
drewg123
·18 giorni fa·discuss
It is sad that that FFS doesn't support FFS (BSD Fast File System) which inspired the architecture of the ext filesystem (and was the basis for a lot of unix filesystems).
drewg123
·26 giorni fa·discuss
The AI bubble has increased the prices of nand and ram by a factor of 4, so a 3x increase seems reasonable. Companies that are not big enough to have long term contracts with ram/nand vendors have been hit really, really hard by this.
drewg123
·2 mesi fa·discuss
It would be great if there was a list of OSes in the collection.
drewg123
·2 mesi fa·discuss
This really resonates with me. The ability to quickly writing one off, personalized apps really seems to be the strong suite of GenAI.

A month or so ago, I had claude write a visualizer for some data. There is an existing python viewer, but it bogs down & is painfully slow at the scale I need. So I asked Claude to port it to a compiled language. After 2 hours of iterating, I had the tool that I wanted.

Note that its throwaway, dumpster fire code. But for a one-off tool like that, its fine.
drewg123
·2 mesi fa·discuss
One thing that makes me nervous about the increased use of SIMD in new ways is that more processes will be using SIMD. This, in turn, make context switches that much more expensive as the SIMD registers must be saved and restored when switching to a new process that also uses SIMD.
drewg123
·3 mesi fa·discuss
At least in the US, its hard to find single-purpose over the counter medicines. Most "cold" remedies now also include acetaminophen. So that makes it easier to OD on acetaminophen if you take some by itself and then don't realize that your cough syrup also includes it. I think this (bundling acetaminophen) should be banned for safety reasons.
drewg123
·3 mesi fa·discuss
Linux is actively hostile to out-of-tree drivers. There is no stable driver API, and interfaces change at the drop of a hat. Maintaining an out of tree driver is a constant nightmare where you're always dealing with interfaces changing out from under you.

I wrote and maintained 10GbE drivers for a small company in the 2000s, and just the SHIM file for our driver on Linux to massage over API differences was well over 1000 lines. I think it was close to the same size as the entire driver for one of the BSDs.
drewg123
·3 mesi fa·discuss
Golang's use of a potentially unbounded number of threads is just insane. I used to be fairly bullish on golang, but this, combined with the fact that its garbage collected, makes me feel its just unsuitable for production use.
drewg123
·4 mesi fa·discuss
I'll always despise them (and their Itanium) for killing the DEC Alpha CPU off after they acquired it along with Compaq.
drewg123
·4 mesi fa·discuss
Not really a fuck up, but I was having it translate from a hardware spec into a C header file, and for page 00h of a register bank, it started naming things "P00", so enum fields were named like:

CMIS_P00_ID = 128, /* SFF-8024 Identifier copy */"
drewg123
·4 mesi fa·discuss
I'm the demographic. I became vegan a several years ago when I was in my late 40s for health reasons -- all males in my family my age or older have had multiple heart attacks except for me. I didn't become vegan because I like eating salads. I miss the taste of meat, and beyond does a decent job of it (Impossible is far better).

If animal agriculture was not subsidized, I expect plant based "meats" would be on par or cheaper than real meat.
drewg123
·4 mesi fa·discuss
I don't have a reference, but I remember reading that some Samsung TVs require internet access to get past initial setup and allow access to HDMI. So we might already be here..
drewg123
·4 mesi fa·discuss
If you're installing FreeBSD today, use 15.0

Or just run -current in production, like we do. See https://people.freebsd.org/~gallatin/talks/OpenFest2023.pdf

Or https://papers.freebsd.org/2019/fosdem/looney-netflix_and_fr...
drewg123
·4 mesi fa·discuss
Do they still block third party PCIe (eg, wifi) devices in their firmware?
drewg123
·5 mesi fa·discuss
The best way to run linux compat on FreeBSD is in an Linux jail. See https://wiki.freebsd.org/LinuxJails

The difference is that with the standard linuxulator, the linux env. is maintained by the FreeBSD package manager, and can sometimes be out of date. Further, the standard linux compat package will install a red hat based distro, which is often not the easiest to deal with in terms of compat with random things you might want to run. I often found I had libraries that were either missing, or were a version out of date when trying to run stuff with linux compat from packages/ports. With a linux jail, you can install an ubuntu based distro & let it keep itself up to date via apt.
drewg123
·5 mesi fa·discuss
What speed is the PCIe slot? The Minisforum site talks about it being x8, but doesn't mention if its Gen4 or Gen5
drewg123
·5 mesi fa·discuss
So maybe they were on to something with leeches?