Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JU
Posts
0
Comments
79
Joined
1 yr. ago

  • To actually answer your question, it's likely this dinghy has an aluminum floor or structure, and that 'bollard' would be an anchor tie-off point.

    I wouldn't know much more than that and I'm sure I've used some terms wrong, I just know that my father's Naiad dinghy is built this way.

  • I got absolutely fooled by a tech YouTuber posting that Microsoft added OneDrive ads to the blue screen, so it felt good to get got for once.

    However with real life news, I tend to agree with you. The distinction between satire and real life is getting ever more minuscule

  • Kind of. They're actually trying to avoid this according to the article:

    "The company says the content served to bots is deliberately irrelevant to the website being crawled, but it is carefully sourced or generated using real scientific facts—such as neutral information about biology, physics, or mathematics—to avoid spreading misinformation (whether this approach effectively prevents misinformation, however, remains unproven)."

  • Oh, would've been so frustrating! I remember having a Pentium 4 laptop with an NVIDIA GPU and that thing unsurprisingly cooked itself, so I then tried 1NSANE (Codemasters' soft body physics car game) on my crappy little netbook instead and it just couldn't handle it.

    It would be some time before I was gifted an Acer Aspire with dedicated graphics and a busted screen that I could play 1NSANE again

  • Colobot - don't think it was "shareware" but it absolutely came as a demo on ceebot.com (still hosted there today I believe). Literally THE game that got me into computer programming and whatnot.

    Otherwise for actual shareware, I loved Jazz Jackrabbit 2, Crazy Gravity and The Worm (found it!)

    I really wanted to play a couple shareware games called Jetpack Joyride, and Hot Chix n Gear Stix as a kid, but neither of them would play on my Windows XP netbook as they had a hard check for if you were on either Windows 95 or 98, even with compatibility mode.

  • I still have mine as a secondary work phone. Love the size and format of it in general, although I think I'd still prefer a phone slightly bigger (~10%) and with a higher resolution (1080p?) display, mainly for media consumption.

    Outside of that, I second the slow and buggy comment (although in my experience this has been mostly with Microsoft Teams, which is a buggy mess regardless)

  • There is still not a neat replacement for wmic in PowerShell. If I want to do the equivalent of wmic product where name="some shitware" call uninstall it looks like this:

    $instance = Get-CimInstance win32_process -Filter "Name = 'powershell_ise.exe'" $instance | Invoke-CimMethod -MethodName 'Terminate'

    Like how the hell is that easier to understand Microsoft? Everything else in PowerShell follows a general pattern of Upper Camelcase.

    That's just one instance of what I've found working with pwsh at work that leaves me thinking wtf

  • Permanently Deleted

    Jump
  • Windows 8 was actually a big cleanup over 7. We got a much improved task manager, Explorer got a ribbon, copy operations now showed a graph, and performance was very similar to Win7. It was just that Microsoft overshadowed these improvements with the UI disaster and telemetry.

  • anything decent with an RJ-45 port

    Not sure if the current generation still has it, but work issued us techs with ThinkPad L14 Gen 3 laptops and I've been happy with it as a work device. It has an RJ-45 (was considered a requirement when they procured the laptops for techs) and mine has a Ryzen 5 Pro 5675U. Only complaints I would have for it is soldered USB-C connectors (which double as the only power source for the machine) and keyboard isn't as nice as my personal T480 although definitely still fine.

    I would caution against the 12th gen Intel i7 ThinkPads, we've had multiple internally have overheating issues or stuck in connected standby. My colleague wishes he never replaced his original work issue (same as mine).

  • Yeah the E6430, as far as I understand it, was mainly a chipset upgrade to support Ivy Bridge processors, with some additional niceties like USB 3.0 and minor cosmetic differences.

    I also had that sting from it too! Usually when it was on charge, I just always thought it was some kind of static electricity or otherwise some poor grounding.