Replies

This profile is from a federated server and may be incomplete. Browse more on the original instance.

code_disaster, to random
@code_disaster@mastodon.gamedev.place avatar

Mein Vater beauftragt mich ab und zu für Bestellungen von Zeugs für Haushalt und Garten über Amazon. Am Montag hat er mir zwei Wünsche für Neubestellungen mitgegeben. Von einem hab ich die leere Packung fotografiert, beide hab ich als digitale "Kurznotiz" ins Phone getippt.

Eben wollte ich den Auftrag ausführen. Auf meinem PC. Das Popup Menu unter "Konten und Listen" / "Nochmals kaufen" zeigt als Punkt 1 und 2 ganz oben... GENAU DIE ZWEI Produkte, die ich suche.

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

Eins hab ich zuletzt 2023 gekauft (30+ Bestellungen insgesamt), eins 2021 (12 insgesamt).

Wo ist mein Alu Hut? They are watching!

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

Ok, für eins der Produkte ist es tatsächlich schon die zweite Nachbestellung. D.h. man könnte beides erklären mit:

"Der Kunde braucht 1x pro Jahr Nachschub. Jahr ist fast um. Hm, welche Verbrauchsprodukte aus der Kategorie hat er denn noch vor etwa einem Jahr unter gleicher Lieferadresse gekauft?"

Wäre allerdings schon ungewöhnlich clever, verglichen zu den gewohnten Vorschlägen. "Hey, du hast gerade einen Kühlschrank gekauft. Hier sind ein paar Tips für mehr Kühlschränke!"

pervognsen, (edited ) to random
@pervognsen@mastodon.social avatar

Had a very weird first 24 hours back in Europe until I realized (after noticing this for two different kinds of bottles with screw-off plastic caps) that the plastic caps don't detach anymore from the collar. That's new since last year. EU regulation apparently?

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

@pervognsen I'm not convinced of the usability part yet - I think I look pretty stupid now trying to drink out of the bottle.

code_disaster, to random
@code_disaster@mastodon.gamedev.place avatar
  1. Learn about some useful CMake option.

  2. Try option. Doesn't work.

  3. Read documentation again: "New in version 3.30"

  4. Check own version: 3.29

  5. Quit software.

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

@sol_hsa I'm on 3.29.3, the current version installed via scoop.

I try to avoid compiling CMake from source nowadays. ;)

djlink, to random
@djlink@mastodon.gamedev.place avatar

hum... I wonder if I missed it, or if this separate rider backend process is new, almost 1GB, the project itself it the other one 🤔

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

@djlink with CLion it now lists clangd.exe as a separate background process. I already wondered where it went to.

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

@klord @djlink @sinbad Mine usually peaks around 10GB, when working with a fairly large C++ project.

The recent changes are probably about their work on CLion Nova to use the Rider backend. The last patch notes also mention improved performance when editing large C++ files, though so far I can't exactly say that I agree with that.

lritter, to random
@lritter@mastodon.gamedev.place avatar

i typed "duangle" one too many times. now when i want to write strange, sometimes i find that i have written "strangle" instead. not good.

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

@lritter Almost 12 years now since the company went down, but it still feels weird to write "Reaktor" with just one K.

code_disaster, to random
@code_disaster@mastodon.gamedev.place avatar

There are two types of people: Those who laugh their asses off about today's Penny Arcade strip, and those who didn't watch Dune Part 2 yet.

https://www.penny-arcade.com/comic/2024/04/24/lisan-al-gabe

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

@kwramm hm, good question. I've read them too, like in the mid-90s or something, and I don't remember much about it.

lritter, to random
@lritter@mastodon.gamedev.place avatar

rebel moon part 2. and there we go, now it's full on seven samurai.

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

@lritter They turned the crank to align the big gun.

Of the battleship.

In space.

code_disaster, to random
@code_disaster@mastodon.gamedev.place avatar

From today on I shall rate movies by a new metric: facepalms per minute.

New high score: Rebel Moon, Part 2

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

I see two options:

  1. Zack likes to do drugs. Lots of them.

  2. He's trolling all of us.

sol_hsa, to random
@sol_hsa@mastodon.online avatar

I wonder if the target demographic for the rentable electric scooters is assholes. At least if I consider where people leave the things. Such as sideways parked in the middle of a bicycle lane on a steep hill. Right after a curve.

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

@sol_hsa suicidal assholes if you factor in their behavior I've been observing in traffic.

code_disaster, to random
@code_disaster@mastodon.gamedev.place avatar

So I managed to frankenstein myself a neat Neovim setup with a bunch of useful plugins like LSP, code completion, and CMake tools.

Which works, kinda, "out of the box", if you happen to know which dependencies to install.

It works on Windows and Steam Deck Desktop.

But now the CMake tools part fails with weird error messages on Debian 12, and I have no real clue what's wrong, and how to troubleshoot it.

I suspect some nvim/plugin version conflict.

code_disaster, (edited )
@code_disaster@mastodon.gamedev.place avatar

@idbrii No, nothing like that. Also, true to the Debian spirit, apt delivers a two years old version, multiple stable releases behind. I built from source.

The errors sit some levels deep the plugins LUA stack. I'm not a big fan of LUA, so the prospect of "debugging" this kind of stuff doesn't excite me very much. Especially if it's a challenge already to figure out WHERE THE F the plugin manager stores the freaking files (it's in ~/.local/share/nvim/).

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

@idbrii oh nice, a comment on a random, unrelated GitHub issue got me on the right track: error was caused by a Windows specific vim.opt.* setting.

So much for my splendid idea of using one config on multiple platforms.

djlink, to random
@djlink@mastodon.gamedev.place avatar

PSA: a backdoor was found in xz in Linux, seems like it might affect many distros https://arstechnica.com/security/2024/03/backdoor-found-in-widely-used-linux-utility-breaks-encrypted-ssh-connections/

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

@djlink Yeah. Seems like this one was only getting attention, before making its way into stable distributions, because the attacker made some mistake triggering Valgrind warnings.

sos, to random
@sos@mastodon.gamedev.place avatar

Oh god the xz backdoor seems to have ruined a lot of people’s holiday plans. The timing was definitely deliberate, although I wonder why wasn’t it pushed for Xmas holiday.

You guys alright?

code_disaster,
@code_disaster@mastodon.gamedev.place avatar

@sos It's still unclear (to me) how wide-spread this compromised version is. Best case, many system admins have to answer panic calls with "we don't run unstable Debian" all Easter.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • thenastyranch
  • ethstaker
  • everett
  • Durango
  • rosin
  • InstantRegret
  • DreamBathrooms
  • magazineikmin
  • Youngstown
  • mdbf
  • slotface
  • tacticalgear
  • anitta
  • kavyap
  • tester
  • cubers
  • cisconetworking
  • ngwrru68w68
  • khanakhh
  • normalnudes
  • provamag3
  • Leos
  • modclub
  • osvaldo12
  • megavids
  • lostlight
  • All magazines