froztbyte

joined 2 years ago
[–] froztbyte@awful.systems 7 points 3 days ago

it’s worse than that, you should probably take number of adults (as in, 18+) as base here, and it’s 78% of them (267M), according to first random source i’ve found, so it’s closer to 34%

yep, entirely correct. and the numbers will also only reflect for those that are loantakers/account holders (which implies an even smaller number), because only one person needs to take out the bnpl to groceries it up for family support

I just didn't have the time to dig into the numbers properly this morning when I posted

it's all bad. just every single fucking part.

[–] froztbyte@awful.systems 8 points 3 days ago

I was mostly riffing on the Internet Meme of "what's the german word for..." but you are not wrong

[–] froztbyte@awful.systems 15 points 3 days ago (18 children)

good god

The statistics back up his unease. Buy-now-pay-later services have exploded to 91.5 million users in the United States

with the rapidly checked population number I found (340.1m), that's 26.9%

..., with 25% using the services to finance their groceries as of earlier this year

perfectly normal, I'm sure nothing can go wrong here. and this won't be tied in with just the recent SNAP shit, either

what's the german word for "the feeling you get when you know the bolts on the rollercoaster are shaking loose incrementally and you can see the Unscheduled Rapid Disassembly Event coming up"?

[–] froztbyte@awful.systems 3 points 5 days ago (2 children)
[–] froztbyte@awful.systems 9 points 6 days ago

ah, and they’ve got a community feedback forum post, where it isn’t going the way they might have expected: https://connect.mozilla.org/t5/discussions/building-ai-the-firefox-way-shaping-what-s-next-together/td-p/109922

[–] froztbyte@awful.systems 9 points 6 days ago (1 children)

a whole new Firefox!

a whole new “AI” “Firefox”, that is

via this toot, which summed up their continued action about as concisely as possible

[–] froztbyte@awful.systems 7 points 1 week ago

....huh, Posting Improvement Plans probably do need to be a thing the internet has

[–] froztbyte@awful.systems 4 points 1 week ago (2 children)

+1 to letsencrypt for https. certbot can even auto-configure your webserver for you, taking it from http base to https-with-redirect, no terrible advice from shitty exist-for-volume blogs required

superquick tldr:

  1. install certbot and the applicable plugin package for your webserver; if you don't know the name use p.d.o (or your distro's own) to find the package name
  2. run certbot; there's extra flags you can pass if you want to automate, but ootb it'll ask you questions and start the process for cert + config (iirc - I mostly run it automated and non-interactive)
[–] froztbyte@awful.systems 3 points 1 week ago

"the concept of “a piece of cloth,”" will just forever live in my brain now, I suspect

[–] froztbyte@awful.systems 3 points 1 week ago

this is a more perfect description than any I could've come up! my thesis was largely on what a boon it would prove to thieves (although I recognize that flavour of thief probably varies by country and not all have them)

[–] froztbyte@awful.systems 2 points 1 week ago* (last edited 1 week ago)

(some others know but posting it here for everyone else to see:)

I'd been attempting to avoid responding to blue's posts for a while now (probably can guess why), but, yeah. I apologize for going that far with those posts, it was definitely too snippy

[–] froztbyte@awful.systems 10 points 1 week ago* (last edited 1 week ago)

(edit: advance warning that clicking these links might cause eyestrain and trigger rage)

so for a while now sheer outrageous ludicrous nonsense of the trumpist-era USA politics has been making a bit of an impact on the local ZA racists (and, weirdly, not only the white nationalists but also the black nationalists - some of it has shone through in EFF and BFLF propaganda strains), and I knew that with the orange godawful-king ascension to his hoped-throne it was only a matter of time before shit here escalated

anyway, it's happened. the same organisation also put up some ads along the main highway ahead of the G20 summit

(upside: some of those have already been pulled down. downside: the org put up some more. don't know what's happened with the latest yet)

fuck these people

 

there is some strong copium in the article, combined with a total description of having a massive gambling addiction without, y’know, actually realising it’s an addiction

remarkable stuff

 

since I haven't touched AP before (and figure other possible contributors may not have either), going to use this post as wayfarer bathroom graffiti

feel free to contribute your own learning and investigation as well

 

Unfortunately I can’t snip from mobile easily now, but maybe someone else can archive it and comment with archive link?

 

found via someone running a server at revision

retro fun. quite slick, too!

1
submitted 2 years ago* (last edited 2 years ago) by froztbyte@awful.systems to c/techtakes@awful.systems
 

Not entirely the usual fare, but i figured some here would appreciate it

I often rag on the js/node/npm ecosystem for being utter garbage, and this post is a quite a full demonstration of many of the shortcomings and outright total design failures present in that space

 

Invite up at https://2024.revision-party.net/blog/04-invitation/

~2 weekends away (who cares about the week)

Prepare for watching mathematical black magic!

1
better tools thread (awful.systems)
submitted 2 years ago* (last edited 2 years ago) by froztbyte@awful.systems to c/notawfultech@awful.systems
 

this is in part because it's for (yet another) post I'm working on, but I figured I'd pop some things here and see if others have contributions too. the post will be completed (and include examples, usecases, etc), but, yeah.

I've always taken a fairly strong interest in the tooling I use, for QoL and dtrt reasons usually (but also sometimes tool capability). conversely, I also have things I absolutely loathe using

  1. wireguard. a far better vpn software and protocol than most others (and I have slung tunnels with many a vpn protocol). been using this a few years already, even before the ios app beta came around. good shit, take a look if you haven't before
  2. smallstep cli. it's one of two pieces of Go software I actually like. smallstep is trying to build its own ecosystem of CA tools and solutions (and that's usable in its own right, albeit by default focused to containershit), but the cli is great for what you typically want with certificate handling. compare step certificate inspect file and step certificate inspect --insecure https://totallyreal.froztbyte.net/ to the bullshit you need with openssl. check it out
  3. restic. the other of the two Go-softwares I like. I posted about it here previously
  4. rust cli things! oh damn there's so many, I'm going to put them on their own list below
  5. zsh, extremely lazily configured, with my own little module and scoping system and no oh-my-zsh. fish has been a thing I've seen people be happy about but I'm just an extremely lazy computerer so zsh it stays. zsh's complexity is extremely nonzero and it definitely has sharp edges, but it does work well. sunk cost, I guess. bonus round: race your zsh, check your times:
% hyperfine -m 50 'zsh -i -c echo'
Benchmark 1: zsh -i -c echo
  Time (mean ± σ):      69.1 ms ±   2.8 ms    [User: 35.1 ms, System: 28.6 ms]
  Range (min … max):    67.0 ms …  86.2 ms    50 runs
  1. magic-wormhole. this is a really, really neat little bit of software for just fucking sending files to someone. wormhole send filename one side, wormhole receive the-code-it-gives the other side, bam! it uses SPAKE2 (disclaimer: I did help review that post, it's still good) for session-tied keying, and it's just generally good software
  2. [macos specifically] alfred. I gotta say, I barely use this to its full potential, and even so it is a great bit of assistive stuff. more capable than spotlight, has a variety of extensibility, and generally snappy as hell.
  3. [macos specifically] choosy. I use this to control link-routing and link-opening on my workstation to a fairly wide degree (because a lot of other software irks me, and does the wrong thing by default). this will be a fuller post on its own, too
  4. [macos specifically] little snitch. application-level per-connection highly granular-capable firewalling. with profiles. their site does a decent explanation of it. the first few days of setup tends to be Quite Involved with how many rules you need to add (and you'll probably be surprised at just how many things try to make various kinds of metrics etc connections), but well worth it. one of the ways to make modern software less intolerable. (honorary extra mention: obdev makes a number of handy pieces of mac software, check their site out)
  5. [macos specifically] soundsource. highly capable per-application per-sink audio control software. with the ability to pop in VSTs and AUs at multiple points. extremely helpful for a lot of things (such as perma-muting discord, which never shuts up, even in system dnd mode)

rust tools:

  1. b3sum. file checksum thing, but using blake3. fast!. worth checking out. probably still niche, might catch on eventually
  2. hyperfine. does what it says on the tin. see example use above.
  3. dust. like du, but better, and way faster. oh dear god it is so much faster. I deal with a lot of pets, and this thing is one of the invaluables in dealing with those.
  4. ripgrep. the one on this list that people are most likely to know. grep, but better, and faster.
  5. fd. again, find but better and faster.
  6. tokei. sloccount but not shit. handy for if you quickly want to assess a codebase/repo.
  7. bottom. down the evolutionary chain from top and htop, has more feature modes and a number of neat interactive view functions/helpers

honorary mentions (things I know of but don't use that much):

  1. mrh. not doing as much consulting as I used to, using it less. quickly checks all git(?) repos in a path for uncommitted changes
  2. fzf. still haven't really gotten to integrating it into my usage
  3. just. need to get to using it more.
  4. jql. I ... tend to avoid jq? my "this should be in a program. with safety rails." reflex often kicks in when I see jq things. haven't really explored this
  5. rtx. their tagline is "a better asdf". I like the idea of it because asdf is a miserable little pile of shell scripts and fuck that, but I still haven't really gotten to using it in anger myself. I have my own wrapper methods for keeping pyenv/nvm/etc out of my shell unless needed
  6. pomsky. previously rulex. regex creation tool and language. been using it a little bit. not enough to comment in detail yet
1
submitted 2 years ago* (last edited 2 years ago) by froztbyte@awful.systems to c/notawfultech@awful.systems
 

I don't really know enough about the C64 to say anything one way or the other, but this comment on youtube did okay:

@eightbitguru
1 year ago
2021: We have definitely seen everything the C64 can do now.
2022: My beer. Hold it.

and I'm posting this without even having seen the whole thing yet

1
demoscene: area 5150 (www.pouet.net)
submitted 2 years ago* (last edited 2 years ago) by froztbyte@awful.systems to c/notawfultech@awful.systems
 

my comment over there just made me recall this

this demo is the next one in a long arc of people doing absolutely remarkable things to the original PC. that series went 8088 corruption (pouet) -> 8088 domination -> 8088 mph and if you've never seen them before, you absolutely should

area 5150 has a recording of the production as well as an audience reaction recording from share day

it's astoundingly awesome

something I really enjoy about the scene is that the more you learn (about the technology, the math, the methodology), the deeper the appreciation of it gets

1
restic (restic.net)
submitted 2 years ago* (last edited 2 years ago) by froztbyte@awful.systems to c/notawfultech@awful.systems
 

I've been using it for a good while now, but figured it's worth a shoutout incase others don't know it. one of the few pieces of Go-ware I don't substantially hate.

I've previously slapped together a tiny set of shellscripts for my use of it which you're welcome to steal from. also recently seen backupninja as something that can use this, but haven't tried that

view more: ‹ prev next ›