froztbyte

joined 1 year ago
[–] froztbyte@awful.systems 4 points 1 week ago

to be fair, that's probably true too

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

may my revenant embody the stuff vc nightmares are made of

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

lawns in addition to other things are fine, but also all the stuff self said applies pretty hard

we're lucky in ZA that we're pretty good with getting a lot of this stuff out, which I'm often pretty happy about, but that's an incident of geography (and personal location)

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

I wonder how long until these clowns start posting kagi signups with referral links embedded

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

No, it’s supposed to be “firefox with all the weird mozilla pitch decisions removed” but it seems they still struggle to catch some

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

The Quantified Self

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

(e: damn lemmy for posting to the wrong chain)

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

today's a fucking trip and a half

in a mall I saw some Honor laptop[0] ads with "AI" pitch sauce slathered all over it

later walking between art galleries I saw a roadsign ad for a property sales company promising "more effective strategies using AI" (more effective strategies for.. selling.. houses..? I guess..? (x up for doubt))

and now I get this shit in my mailbox from someone who absolutely purchased a dataset with this address in it:

From: Ai Everything GLOBAL <newsletter@event.aieverythingglobal.com>
Subject: Join the AI Elite—G42, TII, DIEZ, Dell & More!

[0] - I didn't even know they were in ZA, but nope, 2-floor hanging banners and ads allllll over elevator doors and shit

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

I’m seeing not exactly this but a related weird only on my mobile client: can’t find the most recent posts I’ve made from profile view

haven’t tried to dig into it yet to see where the problem may lie

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

Ah, copilot is so extremely popular that MS has decided to bundle it into O365 for ~~free~~ a moderate “depends by region” price increase

I’m sure that’ll totally make people want it even more! hordes at the gate!

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

what do anthropic, aws, and palantir all have in common? except for being the fucking worst, of course

the dollar signs in their eyes seem to share a bit of a glow..

[–] froztbyte@awful.systems 11 points 1 week ago (6 children)

lol, no, but this was good post

some inane fucking thing from bloomberg or NYT or someone’s Bad Visualisations Department. it’s at least 35 points of psychic damage

10 centibasilisk simtime units in old money

2
better tools thread (awful.systems)
submitted 11 months ago* (last edited 11 months 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
 

archive

"There's absolutely no probability that you're going to see this so-called AGI, where computers are more powerful than people, in the next 12 months. It's going to take years, if not many decades, but I still think the time to focus on safety is now," he said.

just days after poor lil sammyboi and co went out and ran their mouths! the horror!

Sources told Reuters that the warning to OpenAI's board was one factor among a longer list of grievances that led to Altman's firing, as well as concerns over commercializing advances before assessing their risks.

Asked if such a discovery contributed..., but it wasn't fundamentally about a concern like that.

god I want to see the boardroom leaks so bad. STOP TEASING!

“What we really need are safety brakes. Just like you have a safety break in an elevator, a circuit breaker for electricity, an emergency brake for a bus – there ought to be safety breaks in AI systems that control critical infrastructure, so that they always remain under human control,” Smith added.

this appears to be a vaguely good statement, but I'm gonna (cynically) guess that it's more steered by the fact that MS now repeatedly burned their fingers on human-interaction AI shit, and is reaaaaal reticent about the impending exposure

wonder if they'll release a business policy update about usage suitability for *GPT and friends

 

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

 

will this sure is gonna go well :sarcmark:

it almost feels like when Google+ got shoved into every google product because someone had a bee in their bonnet

flipside, I guess, is that we'll soon (at scale!) get to start seeing just how far those ideas can and can't scale

2
demoscene: area 5150 (www.pouet.net)
submitted 1 year ago* (last edited 1 year 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

2
restic (restic.net)
submitted 1 year ago* (last edited 1 year 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 ›