Avatar

WasPentalive

waspentalive@beehaw.org
Joined
0 posts • 25 comments
Direct message

The mad rush to sell the sizzle, not the steak.

Wouldn’t it be nice to have one company create a simple printer that just prints. It does not have a local webpage. It does not monitor your ink supplies. It does not phone home. It uses ink from bottles sold inexpensivly.

permalink
report
reply

The way gravity plating works is not given as far as I know, Perhaps the gravity generators simply alter the number of gravitons in an area of plating. Once that value is set it remains until changed again. A sudden power spike can cause the generators to withdraw the extra gravitons, as a result sometimes certain kinds of emergency can “turn off” gravity in an area of the ship.

permalink
report
parent
reply

If they overlap, aren’t you in danger of having your company try to take over your passion project?

permalink
report
parent
reply

I write programs for myself. I have learned enough C, Pascal, Fortran, Basic to write small things and even larger things like a visual file manager for MSDOS, or my own version of the venerable STAR TREK game. I even know of big O notation (But I don’t know how to calculate it for a given algorithm)

But I never wanted to be a programmer - having to work on other people’s programs 8 hours a day. That would ruin programming as a hobby. When I am self-directed it is fun.

I was a Data Center tech instead. Minding 3 football fields of other people’s computers.

permalink
report
reply

I use chatgpt to make up stuff, imagine things that don’t exist for fun - like a ‘pitch’ for the next new Star Trek series, or to reword my much too succinct prose for a manual for a program I am writing (‘Calcula’ in gitlab) or ideas for a new kind of restaurant (The chef teaches you how to cook the meal you are about to eat) - but never have it code or ask it about facts, it makes them up just as easily as the stuff I just described.

permalink
report
parent
reply

Worf may be a badass, but there are many that are just badder than he is. But as the Jem Hadar guy said “I cannot defeat this man, I can only kill him”.

permalink
report
parent
reply

I also had to (under KDE)

  • Edit the settings for each of the folders in Dolphin (The file manager)

  • Edit the location of the desktop folder in the settings found by right-clicking the desktop and going into “Configure Desktop and Wallpaper” Location.

  • Edit the show item by choosing Custom Location, and adding the XDG directory for the desktop. This setting may not stick.

permalink
report
parent
reply

Why aren’t all of these just normal directories under either .local (for data files) or .config (for configuration)???

Actually, I think the XDG directories should be under a single XDG directory either dotted or not (a better name would be OK with me) ~/xdg/Documents, ~/xdg/Music, ~/xdg/Pictures etc.

permalink
report
parent
reply

You don’t really change the compiler itself. You can build up libraries of your own subroutines and link in the ones you need in any particular program, just like you might in C.

permalink
report
parent
reply