[-] [email protected] 3 points 3 days ago

Let's get it to 25 hours per day, I could do with a bit more time in bed.

[-] [email protected] 2 points 4 days ago
[-] [email protected] 12 points 5 days ago

I have the same gigabytes of ram as that has megabytes and my graphics card nearly the same storage as the hard drive. Oof.

I used to have a PC like that, though, as an upgrade from an Amiga 1200. Amiga was a great gaming and coding machine, but struggled a bit for 'office' work and was more suited to bulletin boards than websites. A PC like that thing got me through university, though - able to do it all. I don't remember the internet as being much worse, back then - more limited, but so much less shit on it. And if you get a list of the best RPGs of all time, it can probably run three-quarters of the list.

[-] [email protected] 2 points 6 days ago

I have a Tuxedo Pulse 14 gen 3 as my personal laptop, was looking for something with a bit more display resolution than my old 1080p machine, but did not like the price of 4K laptops.

It has been superb for over a year now. Came with Tuxedo's own Linux, which looked pretty but wasn't for me. Installed Arch on it, has been rock solid. Is a great machine for coding on, makes a great job of running Dwarf Fortress and less stressful 3D games - Crusader Kings 3 and Disco Elysium run great, for instance. Battery life impressive too.

Been quite robust, too - heard complaints that the lid can get a bit loose but mine's fine. All the rubber feet have come off the bottom, but that's probably because I use mine on my lap. They prefer that you install their own fan control app rather than eg. just providing drivers so that you can set it up in CoolerControl, but it works fine.

All in all, good machine. Better than the ThinkBook that it replaced, and those are fine laptops.

[-] [email protected] 72 points 1 month ago

Nothing to me says 'sexy' quite like your grandad and your great-grandad being the same guy, or your (great * 5)-grandmother / grandfather being one man and woman, when most people have that responsibility spread between 64 people.

Close family. Must have made Christmas easy - having the in-laws round isn't so bad when they're your own blood relatives too.

[-] [email protected] 53 points 3 months ago

It's one of those materials that has an almost complete list of superb properties, with one overwhelming downside. It's cheap, abundantly available, completely fireproof and can be woven into fireproof cloth, adds enormous structural strength to concrete in small quantities, very resistant to a wide range of chemical attacks. It's just that the dust causes horrific cancers. See also CFCs, leaded petrol, etc, which have the same 'very cheap, superb in their intended use, but the negative outweighs all positives'.

One of the 'niche industrial applications' was the production of pump gaskets in high-temperature scenarios, especially when pumping corrosive liquids. We've a range of superalloys that are 'suitable' for these applications - something like inconel is an absolute bastard to form into shapes, but once you've done so it lasts a long time. But you still need something with similar properties when screwing the bits together. For a long time, there was no suitable synthetic replacement for asbestos in that kind of usage.

If you know that the asbestos is there, have suitable PPE and procedures, then IMHO it's far from the worst industrial material to work with. It's pretty inert, doesn't catch fire or explode, and isn't one of the many exciting chemicals where a single droplet on your skin would be sufficient to kill you. What is inappropriate is using it as a general-purpose building material, which is how it was used for so long, and where it was able to cause so much suffering for so many people.

122
Ethical Cat Food (feddit.uk)
submitted 4 months ago by [email protected] to c/[email protected]

Hey Lemmy! Pick your brains?

Have got three cats that need feeding - from LR, Madeline, Stephanie and Tuxie. I've always tried to buy cat food which isn't owned by companies who are complete bastards, which is tricky since Nestle own so many of them. They've been on the Royal Canin for many years, but I see that's owned by Mars and I'm trying to cut back on "buying American" at the moment. Was wondering if any of you have reasonable suggestions for alternatives?

  • available in the UK

  • not manufactured in companies descending into fascism

  • certainly not manufactured by bloody Nestle, cut all of their shit out of my life a long time ago

  • ideally, low carbon and ethically made? I realise that's a really tough ask for cat food.

They're adult cats with no special needs, and also extremely unfussy eaters.

[-] [email protected] 89 points 5 months ago

Brainless, foul-smelling and hateful creatures, who can't be trusted not to shit wherever they stand. And the noise that they make is really offensive as well. The donkeys next to them are quite cute, though.

[-] [email protected] 82 points 8 months ago

IVEBEENUSINGTHISKEYBORDFORWHOLEMONTHNDMMOREEFFICIENTTHNIVEEVERBEENBEFORE

[-] [email protected] 53 points 9 months ago

Writing in ASM is not too bad provided that there's no operating system getting in the way. If you're on some old 8-bit microcomputer where you're free to read directly from the input buffers and write directly to the screen framebuffer, or if you're doing embedded where it's all memory-mapped IO anyway, then great. Very easy, makes a lot of sense. For games, that era basically ended with DOS, and VGA-compatible cards that you could just write bits to and have them appear on screen.

Now, you have to display things on the screen by telling the graphics driver to do it, and so a lot of your assembly is just going to be arranging all of your data according to your platform's C calling convention and then making syscalls, plus other tedious-but-essential requirements like making sure the stack is aligned whenever you make a jump. You might as well write macros to do that since you'll be doing it a lot, and if you've written macros to do it then you might as well be using C instead, since most of C's keywords and syntax map very closely to the ASM that would be generated by macros.

A shame - you do learn a lot by having to tell the computer exactly what you want it to do - but I couldn't recommend it for any non-trivial task any more. Maybe a wee bit of assembly here-and-there when you've some very specific data alignment or timing-sensitive requirement.

[-] [email protected] 54 points 11 months ago

Obligatory www.web3isgoinggreat.com - catalogues all of the grifts, hacks and thefts, with a running $$$ total.

[-] [email protected] 76 points 2 years ago

Which makes perfect sense - none of the previous producers have. Mostly, they've just used their stock characters and locations, and made a game that they thought would be fun out of them. There's a couple of games that qualify as 'direct sequels' (Ocarina -> Majora's, Wind Waker -> Hourglass) but even then, it doesn't benefit you much to have played the preceding one. Would be weird to try and twist the games into a chronology that strikes me mostly as 'fanon' anyway.

[-] [email protected] 64 points 2 years ago

Well now. A few things, here:

  • there are not 9 × 9 × 9 × 9 × .... possible ways to play. After the first move, 8 squares remain, and so on, so there's at most 9 × 8 × 7 × ... = 9! = 362880 ways that the game can be played, ignoring the fact that most of those can be eliminated as reflections and rotations, or as win positions before you fill the whole board.

  • we don't care how we got there. Each square can either be blank, a cross, or a nought, so 3^9 combos = 19683, and most of those are illegal, as only the boards where there's (one or zero) more crosses than noughts are good. And you don't need to store 'the computer's move', just jump directly to letting the player go again. Let's guess we need at most a quarter of that.

  • we could have created a single web page with 5k anchor elements on it back in the HTML 1.0 days, ignoring the fact that it would have taken a while to download on our 28.8K modems. That wouldn't have been 170 Mb of unnecessary tagging, even with the 'lay it out with tables' style we had at the time.

Google do seem to have a predilection for reinventing the past, poorly. I hear that their bonuses are based on inventing 'new' things, though, so it's in their interest to pass it off?

46
submitted 2 years ago by [email protected] to c/[email protected]

Hey gang! Looking for some recommendations on issue tracking software that I can run on Linux. Partly so that I can keep track of my hobby dev projects, partly so that I've got a bit more to talk about in interviews. My current workplace uses Jira, Trello and Asana for various different projects, which, eh, mostly serve their purposes. But I'm not going to be running those at home.

The ArchWiki has Bugzilla, Flyspray, Mantis, Redmine and Trac, for instance. Any of those an improvement over pen and paper? Any of those likely to impress an employer?

116
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
view more: next ›

addie

0 post score
0 comment score
joined 2 years ago