BartyDeCanter

@BartyDeCanter@lemmy.sdf.org

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

BartyDeCanter,

Oh you’re in for a treat! The Baroque Cycle takes place much earlier, but has family ties to Cryptonomicon.

BartyDeCanter,

My development PC running linux (I don’t use Arch, BTW) + Steam has by far the most games I’m interested in playing. Games that I have played my entire life run great, through DOSBox, Proton, native, or console emulators.

That being said, I still have a huge soft spot from my old 3DS and wish I still had it. Sure the Switch is great, but the 3DS had so many fun little quirky features that it was just fun to use as well as play games on.

BartyDeCanter,

By almost every measure, the world is better than it has ever been. Violence, poverty, starvation are all at or near record lows worldwide. Average lifespans are way up. We are just way, way more aware of what is going on in the world, and bad news drives more clicks than good news.

There are some cracks, no doubt. For example climate change is showing its ugly head, inequality is rising in the US and some other developed countries, and lifespans are taking a slight dip in parts of the US. But, compared to almost anywhere at any time during history, this is a golden age.

BartyDeCanter,

And not just any god, but the right god and worship in the right way? People were literally killing each other over whether altars should have rails around them or not and how a church’s middle management should be organized.

BartyDeCanter,

Albuquerque had little shorts guy. Walked around Central Ave near the university wearing naught but a tiny, tiny pair of shorts or thong and usually carrying an anti-war/pro-gay sign. Pretty fun fellow to talk to, but was too into drinking urine imho.

Games that still need more patience: what games released a year ago (or older) are you waiting for a sale on? Or that need another patch?

Other than a slew of Nintendo titles that maybe hopefully will come down in price (the patient gamers’ bane), I have my eye on the next time Divinity: Original Sin 2 goes on sale. A friend who never plays anything other than WoW loved playing Larian’s newest with me and I’m trying to get her to pick this up. Pretty sure...

BartyDeCanter,

System Shock (2023) just had a big new patch and is just about to tick over the one year mark. Seems like a great time to play it again for the first time.

BartyDeCanter,

I’m one of them. For a lot of reasons my partner and I want to move, but we have a 3% mortgage. Even though we have a large amount of equity, we still can’t afford to buy now. I’m looking a getting a loan from my parents, which is ridiculous considering our situation but almost 8% interest rates mean our payment would just about double from what we have now.

BartyDeCanter,

There is no C++ allowed in the Linux kernel and Linus has gone on several major rants about how terrible a language it is.

BartyDeCanter,

According to the github analysis, the kernel repository is:

  • C 98.3%
  • Assembly 0.7%
  • Shell 0.4%
  • Makefile 0.2%
  • Python 0.2%
  • Perl 0.1%
  • Other 0.1%

So yeah, its basically all C, plus a tiny bit of assembly for very low level bootstrapping and some helper scripts.

BartyDeCanter,

Take a look at what even the proposer is saying wouldn’t be allowed in:


<span style="color:#323232;"> (1) new and delete.  There's no way to pass GFP_* flags in.
</span><span style="color:#323232;">
</span><span style="color:#323232;"> (2) Constructors and destructors.  Nests of implicit code makes the code less
</span><span style="color:#323232;">     obvious, and the replacement of static initialisation with constructor
</span><span style="color:#323232;">     calls would make the code size larger.
</span><span style="color:#323232;">
</span><span style="color:#323232;"> (3) Exceptions and RTTI.  RTTI would bulk the kernel up too much and
</span><span style="color:#323232;">     exception handling is limited without it, and since destructors are not
</span><span style="color:#323232;">     allowed, you still have to manually clean up after an error.
</span><span style="color:#323232;">
</span><span style="color:#323232;"> (4) Operator overloading (except in special cases).
</span><span style="color:#323232;">
</span><span style="color:#323232;"> (5) Function overloading (except in special inline cases).
</span><span style="color:#323232;">
</span><span style="color:#323232;"> (6) STL (though some type trait bits are needed to replace __builtins that
</span><span style="color:#323232;">     don't exist in g++).
</span><span style="color:#323232;">
</span><span style="color:#323232;"> (7) 'class', 'private', 'namespace'.
</span><span style="color:#323232;">
</span><span style="color:#323232;"> (8) 'virtual'.  Don't want virtual base classes, though virtual function
</span><span style="color:#323232;">     tables might make operations tables more efficient.
</span>

C++ without class, constructors, destructors, most overloading and the STL? Wow.

BartyDeCanter,

I’ve only worked on a few embedded systems where C++ was even an option, but they allowed 2, 4, 5, and 7. Though, for the most part most classes were simple interfaces to some sort of SPI/I2C/CAN/EtherCAT device, most of which were singletons.

BartyDeCanter,

There was an interesting physics paper recently that suggested that time travel was possible, but you wouldn’t be able to travel to before when the machine was built. Of course, it also would require an impossibly huge amount on energy, but that’s a problem for the engineers.

BartyDeCanter,

No, because Hackers is too awesome to be bad.

BartyDeCanter,

It has nothing to do with actual distances and everything to do with optical illusions and atmospheric effects.

BartyDeCanter,

Man, now I’m nostalgic for my 3DS. I sold it when I got a Switch, which is a nice system but the 3DS had so many fun little things about it like Streetpass.

jeze, to memes
@jeze@kzoo.to avatar

It does feel like that.

@memes

BartyDeCanter,

You forgot about leftist infighting.

BartyDeCanter,

I feel like the fact that you can name all of those as different groups means that you’ve already fallen for the feldspar trap.

xkcd.com/2501/

BartyDeCanter,
BartyDeCanter,

Dinosaurs aren’t reptiles, they’re birds.

BartyDeCanter,

Much like all of life. Expectations cause suffering.

BartyDeCanter,

That was the path I took, but I remember a few college friends and several professors had a Zip drive, as did many of the computers in the lab. By the time I had the money and the need for something like that, 1Gb flash drives were cheaper.

BartyDeCanter,

Minidisc was super cool. I never had one, but some of my college friends did and it just seemed so much better than a Discman.

BartyDeCanter,

When I was a very junior EE I ended up working mostly on microcontroller code. There was one bit of extremely ugly code I inherited that parsed a terribly designed serial communication protocol by using a giant maze of nested if statements. I really wanted to rewrite it to something better, but I never quite came up a solution while I worked there. Years later after I was no longer at the company I had a stress dream about it and finally came up with a working solution. I still wish I could go fix it. I really hope it’s no longer used, or that someone else has finally fixed it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • vwfavf
  • magazineikmin
  • thenastyranch
  • hgfsjryuu7
  • Youngstown
  • rosin
  • InstantRegret
  • slotface
  • mdbf
  • PowerRangers
  • tsrsr
  • kavyap
  • DreamBathrooms
  • tester
  • Durango
  • ngwrru68w68
  • osvaldo12
  • everett
  • GTA5RPClips
  • khanakhh
  • tacticalgear
  • cubers
  • cisconetworking
  • ethstaker
  • modclub
  • normalnudes
  • anitta
  • All magazines