HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mid-kid

1,713 karmajoined قبل 12 سنة

comments

mid-kid
·قبل 4 أيام·discuss
I don't really need a tag saying how to reach the place, but better public transport support would go a long way. I also have this issue with places marked as parkings, to determine whether they're public, open or even reachable.
mid-kid
·قبل 12 يومًا·discuss
Tbh, the installer was inevitable after systemd integrated a bootloader, crafted a paritioning scheme for autodiscovery, took over user and home directory management, and topped it off with an updater and "system extensions" layering system that some immutable distros are using.

I'm not saying any of this is particularly bad but it's been very clear fot a while that systemd just wants to be an OS. With immutable systems the "distribution" part of it is reduced to a build system, and everything else can be provided by systemd and flatpak.
mid-kid
·قبل 13 يومًا·discuss
For an article written late last year I hoped for a little more awareness of how massive a security hole granting full, unfiltered access to the X11 server is. Granted, any sandboxing is better than none, but firefox is one of the few apps that already sandboxes itself really well, and with a blog title like that it might be good to touch upon things like nested X servers such as Xephyr.
mid-kid
·قبل 16 يومًا·discuss
LuaJIT has held back the lua ecosystem for over a decade. There's no reason to not at least try to move the implementation closer to luau or puc lua, not create yet more incompatible syntax
mid-kid
·قبل 25 يومًا·discuss
It was just an example of the type of shit they say to sell it, and then walk back from.

https://fortune.com/2026/05/26/sam-altman-dario-amodei-walki...
mid-kid
·قبل 26 يومًا·discuss
The snake oil is how the people at the top scream "in x years we won't need programmers" and end up proving themselves wrong time and time again. It's a real technology and it can do a lot, but it's being sold like snake oil while we're still figuring out what it's actually useful for and how to leverage it properly.
mid-kid
·قبل 26 يومًا·discuss
I came up with this one on my own many many years ago. Exact order and bs=1M and everything. I taught it that :)

Though I usually do the individual partitions before the main disk, to make sure fdisk doesn't complain about existing signatures as I start making partitions again. These days many disks and SD cards support "blkdiscard" to just wipe the whole thing (and temporarily gain some performance from clearing internal info), and "wipefs" became a thing to wipe the exact sequences fdisk and mkfs look for.

The "dd" method makes most sense on BIOS systems where you want to make sure to wipe the MBR boot code, and know that nothing is accidentally being preserved when you install your preferred bootloader.
mid-kid
·قبل 28 يومًا·discuss
This, in part. The swift deprecation of XUL extensions felt like a kick in the gonads and made me switch to Pale Moon for a while, after which I landed on Firefox ESR to avoid the inmediate impact of bad decisions, and accumulated a veritable landslide of user.js and userchrome.css tweaks I keep having to maintain.

On the other hand, part of the struggle was my fight against the web as a """platform""", with its many privacy and security issues that accumulated as W3C APIs were added like hot cakes and websites exploded in complexity. Firefox provided the control necessary through addons, thanks to its vast community of likeminded people. Nowadays, a lot of the privacy controls have landed in firefox proper, in part thanks to the tor browser upstreaming, if you know where to look.
mid-kid
·قبل 30 يومًا·discuss
[dead]
mid-kid
·الشهر الماضي·discuss
The Game Boy Color/GBA also had a web browser in the form of the Mobile Trainer GB, although it didn't allow inputting arbitrary URLs (although one can modify the DNS, it wasn't documented) and its limited subset of HTML might stretch the definition of "web browser" a little.
mid-kid
·الشهر الماضي·discuss
In Terry's case, the attention visibly fueled his delusions, providing clamoring approval for many of the self destructive things he did, eventually leading to his death. I don't think Drew means he should've been fully alone, but that he'd have been better off without the kind of attention he got from strangers on the internet who largely fall into two camps: people who are amused by his antics and provoke him, and people who apologize for him because of his impressive feat, both of which validated his behaviour.
mid-kid
·الشهر الماضي·discuss
They already are in the same position. See: Android, ChromeOS.
mid-kid
·الشهر الماضي·discuss
It's really jarring to still be pinning this on Microsoft, when Google and Apple have been doing the same for free, for years, in iOS, Android and ChromeOS.
mid-kid
·الشهر الماضي·discuss
Cronie has a mechanism for this, called "anacron", which is called hourly by cron (on my system, /etc/cron.hourly/0anacron), and performs all the /etc/cron.{daily,weekly,monthly} tasks, no matter if the earliest possible schedule was missed (and with a configurable random delay). You can modify /etc/anacrontab to create custom schedules.

To do this at the user level, you can add something like "@hourly anacron -t /path/to/anacrontab -S /path/to/spooldir" to the user's crontab, though I've never tried this.

Many cron implementations have a similar mechanism.
mid-kid
·الشهر الماضي·discuss
https://pkgcraft.github.io/
mid-kid
·الشهر الماضي·discuss
It already is, though? I've been using dash as /bin/sh for years, openrc is using that.
mid-kid
·قبل شهرين·discuss
It's a shame that this article focusses on Omarchy being "just some dotfiles" when I feel it's the weakest of the points it makes against Omarchy (there's many valid reasons to have issues with it!).

Omarchy isn't any more "just some dotfiles" (henceforth, "default configurations") than any other derivative distribution seeks to be. Distributions always ship some kind of default configuration, be it embedded in the programs themselves, installed in /etc or otherwise patched in. Of course, some distributions, especially base distributions, focus on just shipping the packages, but more involved ones, for example Ubuntu, tweak the default configurations of many programs to provide a cohesive experience.

I've always found it a shame how difficult it is to reproduce some of the r/unixporn screenshots, to see if they actually function nicely, use for a bit and see what I like and can backport to my own configurations. Even when the author provides some links, it's usually really hard to set up, and you're never quite sure what the author might've glossed over or configured out-of-band. I always wished there were more of these highly opinionated linux respins with heavily tweaked dotfiles, so at some point I also made my own to add to the pile: https://github.com/mid-kid/RocketISO/blob/master/docs/RELEAS...
mid-kid
·قبل شهرين·discuss
https://archive.is/sAVRF
mid-kid
·قبل 3 أشهر·discuss
Seeing this article, and how much webextensions manage to mess up the browser, I'm wondering how bad this experiment would've been with the legacy XUL extensions. Maybe they had a point in getting rid of them...
mid-kid
·قبل 3 أشهر·discuss
I see what happened, I was replying to a different comment, that did mention the GBA audio, when I wrote that, but somehow ended up replying to this one.

This comment explains it better than I could: https://news.ycombinator.com/item?id=47708201