[-] dbilitated@aussie.zone 12 points 1 month ago

it's a case where he knows a guy just like Ronald but he's not naming him, so he's just talking about "Ronald"

[-] dbilitated@aussie.zone 7 points 1 month ago

I have one of the affected CPUs 😒

[-] dbilitated@aussie.zone 13 points 1 month ago

I often quote light switch rave 😁

[-] dbilitated@aussie.zone 32 points 2 months ago

because the thing on the screen doesn't really exist, so when it appears to really exist it feels like magic

[-] dbilitated@aussie.zone 11 points 4 months ago

that's amazing

[-] dbilitated@aussie.zone 11 points 4 months ago

All Corgis Are Beautiful 😍

[-] dbilitated@aussie.zone 11 points 4 months ago

I just had a provider issue take a server down after we swapped into production.my code was fine, still didn't get to knock off on time.

[-] dbilitated@aussie.zone 53 points 4 months ago

capitalism preys on insecurity 🤷‍♂️

[-] dbilitated@aussie.zone 6 points 4 months ago

The whole article listing the various uses of flamethrowers, like environmental conservation, then mentioning concerns that flamethrowers can double as weapons is just... I don't even know what to do with that.

it even lists napalm as an intended use. gonna conserve the hell out of that commie rainforest, I guess?

[-] dbilitated@aussie.zone 12 points 4 months ago

..regularly scans the North Korean internet as a hobby.

hell of a hobby!

[-] dbilitated@aussie.zone -1 points 5 months ago

there's 8 billion people already.

[-] dbilitated@aussie.zone 5 points 5 months ago

huh I got a new layout today but it has AI features in the search? I don't like it. I switched to signal and forced everyone but a stubborn few to follow.

184
submitted 7 months ago by dbilitated@aussie.zone to c/world@lemmy.world

As an Australian, no we didn't. We just had it put in context. Jews around the world are great people, the Israeli government and the hardline supporters are absolute monsters. I hope the Australian government tells them as much. Israel deserves no support and everything that may happen when it's withdrawn.

-4
Yemen (aussie.zone)
submitted 8 months ago by dbilitated@aussie.zone to c/memes@lemmy.ml
11

The one I linked might be a good one, I think I've used it but I'm on holidays so I can't check.

The real wisdom here is, where possible, implement a basic configuration class and serialise it out to a file using a library, then only tweak it.

In your class you can have everything strongly typed and assigned and so forth and all the joy of a good IDE helping you along, then you can use the tiniest console app to just serialise it to a file for you and the syntax is guaranteed to be perfect because it's a tested library.

You don't even really have to learn yaml and it'll be perfect. If you need to tweak it it'll still be pretty easy because all the values and structure will make it clear what's happening.

Obviously less useful for people who aren't devs, but we are so we might as well play on easy.

147
submitted 11 months ago* (last edited 11 months ago) by dbilitated@aussie.zone to c/selfhosted@lemmy.world

I've always hated the idea of using a subscription/cloud hosting for password management. I feel like I should have a LOT more control over that stuff and I don't really want to hand all my keys over to a company.

All my secrets have been going in a highly encrypted archive with a long passphrase, but obviously that isn't convenient on all devices. It's been fine, I can open it on any computer but it's not super quick. It does have the advantage of being able to put in multiple files, notes, private keys but it's not ideal.

Anyway, finally found something that isn't subscription, and has a similar philosophy - a highly encrypted archive file, and it's open source and has heaps of clients including web browser plugins so it's usable anywhere, and you can sync the vault with any file sync you like.

Thought you guys might appreciate the find, password managers have always been a bit of a catch 22 for me.

Note for android i found keepassxc the best app, and i'm using KeePassHelper browser plugin, and the KeePassXc desktop app as well as the free official one. Apps all seem to be cross platform.

174
ja rule (aussie.zone)
335
submitted 1 year ago* (last edited 1 year ago) by dbilitated@aussie.zone to c/programming@programming.dev

We can get a computer to tag the birds, answer questions about them, and generate new pictures of them.

333
submitted 1 year ago* (last edited 1 year ago) by dbilitated@aussie.zone to c/til@lemmy.world

After his first game venture failed, Peter Molyneux started a baked bean export business. Commodore International mistakenly offered him ten free Amiga systems because they confused the baked bean company's name "Taurus" with a software company "Torus", and he used the hardware to create a database system for the Amiga, which was successful.

Which is just such a weird story.

Full text of the paragraph:

Due to the game's failure, Molyneux retreated from game design, and started Taurus Impex Limited—a company that exported baked beans to the Middle East—with his business partner Les Edgar.[5][6] Commodore International mistook it for Torus, a more established company that produced networking software, and offered to provide Molyneux with ten[5] free Amiga systems to help in porting "his" networking software.[2][7] Molyneux later said "it suddenly dawned on me that this guy didn't know who we were. I suddenly had this crisis of conscience. I thought, 'If this guy finds out, there go my free computers down the drain.' So I just shook his hand and ran out of that office."[2] Taurus designed a database system for the Amiga called Acquisition – The Ultimate Database for The Amiga[5] and, after clearing up the misunderstanding with Commodore, released the program to moderate success.

1850
Oh yay new features (aussie.zone)
357

Just out of curiosity. I have no moral stance on it, if a tool works for you I'm definitely not judging anyone for using it. Do whatever you can to get your work done!

14

I didn't find this anywhere convenient when I was troubleshooting so I thought I'd post this here.

We have some large projects with a lot of dependency injection, and it was taking up to a minute to start a local dev API. After a lot of troubleshooting we found it was the dependency injection validation, which is optional and disabled in production - you can turn it off using:

webBuilder.UseDefaultServiceProvider(o =>
{
  o.ValidateScopes = true;
  o.ValidateOnBuild = false;
});

in the ConfigureWebHostDefaults() section, before the webBuilder.UseStartup() call. (I'm pretty sure this is the default template but it's been a while since I set it up..)

Saves around 50 seconds when waiting for a local API to start - obviously you don't get nice messages if you've created an issue with your dependencies so be aware of that.

I'd probably also explicitly disable ValidateScopes when it's not a dev environment but that has a lower performance impact.

374
submitted 1 year ago* (last edited 1 year ago) by dbilitated@aussie.zone to c/science@lemmy.world

xpost from https://lemmy.world/post/2494271

Researchers have discovered a new compound called LK-99 that could enable the fabrication of room-temperature, ambient-pressure superconductors. Two separate sources have provided very preliminary confirmations of this breakthrough, including a simulation indicating it could be possible and a short video from Chinese researchers that seems to indicate some properties of superconductivity.

65
submitted 1 year ago* (last edited 1 year ago) by dbilitated@aussie.zone to c/fediverse@lemmy.world

I notice often people might cross post something and say (for instance) cross posted from https://lemmy.ca/post/1916492 (random example which is the link that I just followed)

Is there any way to format a link like that so your home instance will just open it up so you're still logged in and can interact with it?

The link I followed goes to the Canadian lemmy server but it's actually looking at a post from beehaw.org, so it's extra useless 😒

Eg, if we could use the !technology@beehaw.org part with an ID? something like 6769052!technology@beehaw.org and our home instance could parse it to a link, with some tools to make it easy to add?

EDIT: This isn't a feature, but there is a github issue feature request at https://github.com/LemmyNet/lemmy/issues/2987 for exactly this

EDIT 2: appears to be a userscript solution, but i haven't tried it. lives here though: https://git.kaki87.net/KaKi87/userscripts/src/branch/master/fediverseRedirector/README.md

view more: next ›

dbilitated

joined 1 year ago