Rose here. Also @umbraroze for non-kbin stuff.

  • 1 Post
  • 21 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle



  • I’m using Finnish keyboard layout (same as Swedish basically).

    I like how AltGr+7/8/9/0 gives me { [ ] }, it’s a very nice grouping. The key next to Z is < > and you get | with AltGr, which is very handy.

    Only thing that’s mildy annoying from programming viewpoint is that for tilde and backtick, the keys do diacritics - you need to press the diacritic key and space. Backtick is especially fun, because it’s shift+acute, space. Meanwhile, the key next to 1 does § ½, which aren’t that handy most of the time. I often just stick backtick on that key if I’m particularly assed to customise keyboard keyouts. Similarly, shift+4 is ¤, which is another not a particularly useful character (but I don’t mind that, because £ $ € all need to be produced with AltGr, which is at least consistent).










  • I was about to say “this reminds me of the Hot Dog Stand”.

    …but someone actually made Hot Dog Stand. Shit.

    Look, I’m a Linux nerd, and there are very few things that scare me. Linux Kernel programmers, maybe - you don’t meddle with them unless the hour is truly dire and we form a delegation to seek their aid after a complex debate as the world burns around us and we climb their mountain together. …And the other thing that scares me are some particular brands of Microsoft ultra fans, for thereover lies madness like we have not seen before.



  • Google Podcasts to shut down in 2024

    Welp, another Google service that was too beautiful for this world.

    Time to move my subscriptions to other podcatcher then. [taking a quick look at various migration options] Hmmm. What to write on Google Podcasts gravestone? “Here lies Google Podcasts. It never supported OPML.”

    with listeners migrated to YouTube Music

    Damn. I migrated my Google Play Music purchases to YouTube Music and to this day I have no idea where they actually went. If I hadn’t downloaded the local MP3 copies with the terrible joke of a client software they had, I’d have been screwed. Went back to just buying music on iTunes.



  • Well, Google Photos shouldn’t be considered a “backup” solution to begin with. Never mind that both Google and Apple scan the content in their respective services, but there’s just no guarantee that they don’t modify the data on cloud. “Oooh guys, we just invented a revolutionary new photo compression algorithm! Also hosting data is kinda expensive! So pay up if you want your originals.” …and there’s occasional reports that these services just straight up corrupted some old files while no one was looking at them. Good going.

    I just treat my Android phone like any other camera I own and use. Copy the files from phone to PC and from there to my NAS, and I use ACDSee’s DAM functionality.


  • In Ruby, the convention is usually that things are duck-typed (the actual types of your inputs don’t matter as long as they implement whatever you’re expecting of them, if not, we throw an exception). Type hinting could be possible, but it basically runs contrary to the idea.

    Now, Ruby on Rails developers are expecting some kind of magic conversion happening at the interfaces. For example, ActiveRecord maps the database datatypes to Ruby classes and will perform automated conversions on, say, date/time values. But from the developer perspective it doesn’t generally matter how this conversion actually happens, as long as there’s something between the layers to do the thing.


  • Olivetti, from Italy, was pretty famous in Europe as a typewriter manufacturer. So it wasn’t much of a surprise my father’s first PC (and the first PC compatible I could use) was Olivetti PCS 386SX, circa 1992.

    Turns out Olivetti is surprisingly important in computer history too. Olivetti made Programma 101, which was the first programmable desk computer/calculator, way back in 1965. If NASA bought a bunch of these, I guess it was serious shit.


  • There was some commercial for the Commodore 64 which basically lambasted the IBM PC for being twice as expensive while having the the same 64K memory.

    I was, like, “yeah, but nobody ever bought the 64K model of IBM PC. That would have been just ridiculously limited, right? Right? Everyone got memory expansions, surely?”

    Well, 64K was the stock configuration, so I’m sure those memory expansions sold like hotcakes. There was even the option for freaking 16K memory. (Now, I’m sure next to nobody bought that.) Even option to getting no floppy drives, because you could always put your glorious BASIC programs on a cassette tape. Like a caveman. (This also sounds like a rare option.)


  • I have a Zyxel NAS server that just offers a SMB share. I’m just dumping my photos there under YYYY/MM/DD scheme, and converting all of my Nikon NEF files to DNG. (For importing photos to the NAS and generating backups, I have a PowerShell script and a PowerAutomate action. Also mild usage of Dropbox to transfer files from my cellphone.)

    For actual management of photos, I use ACDSee Photo Studio Professional, and it just writes all tag information to the files themselves, so I can basically use any other software for photo management. For actual photo editing, I use DXO PhotoLab and Affinity Photo most of the time.