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

I have to say, patents are my only real concerns regarding GMOs.

Most of the other concerns can be tested/ruled out, but patents could absolutely fuck up entire continents and literally enslave millions of small farmers.

It's 100% within the realm of possibilities that Monsanto puts a gene drive in their crops so suddenly every plant in a 20km radius produces "patented" seeds.

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

What else am I missing?

The fact that 90% of people don't give a shit about ads, privacy or their operating system in general. They want a machine to open a browser, that's it. If Windows comes pre-installed, they'll use Windows.

The only realistic chance we've got is that MS shoots itself in the foot once more by all that Recall crap and businesses drop Windows. But that's a long shot.

5
submitted 4 months ago by [email protected] to c/[email protected]

I want to upgrade some of my older machines with some new, high(er) capacity SSDs (SATA and nvme). I don't need super high speeds, just something in the TB range in terms of storage.

Problem is, there's so much garbage out there, I can't really tell, which SSD is inexpensive and reliable and which is just utter garbage.

I thought about buying new, but last gen Samsung/WD SSDs.

Intenso and Fanxiang both seem to have been around for a few years, but reviews seem to be mixed.

11
submitted 5 months ago by [email protected] to c/[email protected]

Basically the title. I have Nixos running on a server that runs completely headless and while playing around today, I noticed that the rebuild takes longer than expected and apparently that's because firefox gets compiled.

Now, I don't have any GUI installed, and even if I had, I don't see a reason to compile FF from source.

My packages are just Jellyfin, Samba, Gitea, Nextcloud, virt-manager. None of these should depend on FF.

[-] [email protected] 191 points 6 months ago

Thing is, statements like the one in the post are just as ignorant as the claimed "enemy".

You know what else takes 28 days? A moon cycle. We have absolutely no context, what this means. A period tracker bone is a perfectly valid hypothesis, but without any proof or context nothing more than this. It could have been used for moon phases, sheep counting, trade, or simply for testing stone knives.

15
submitted 6 months ago by [email protected] to c/[email protected]

I have a QCOW2 image (Homeassistant VM), that I ran for several months without problems.

A few days ago, I reinstalled the VM host,so I copied the image to a backup drive and now wanted to start a VM from this image.

However, it always end up hanging at "booting from hard disk" and takes up 100% load on one core.

On the VM host, I imported the image like this:

# copied from HAOS wiki
sudo virt-install --name hass --description "Home Assistant OS" --os-variant=generic --ram=2048 --vcpus=2 --disk /var/vm/hass.qcow2,bus=sata --import --graphics none 

To ensure that my host wasn't broken, I tried the same image on another machine, that I know can run VMs (virtual machine manager, using the GUI), but same result. One core at 100% and no change at all.

I even let it run over night, but it was still at this point.

One machine runs NixOS, the other Debian 12.

What could cause this? There are no errors in journalctl or /var/log/qemu.

30
submitted 6 months ago by [email protected] to c/[email protected]

I'm currently a senior developer, but relatively new in the role of a "lead". In my current project, I'm having a kind of co-lead and we have two devs working in our team. So a rather small enterprise.

Now my boss told me, that going forward, I will probably be leading larger and more complex projects (possible rather soon).

Since I'm constantly doubting myself, I would really like to learn more about how to be an effective/likeable lead. I've had too many "leads" who were just dogshit, professionally and as a person. I don't want to be that (at least the professional part).

So, I guess my question is: what helped you? Books, articles, just random hints or strategies? I'll take everything.

15
submitted 6 months ago by [email protected] to c/[email protected]

Ich lebe in einer größeren Stadt, in der es aber de facto nur zwei Lokalzeitungen gibt, die beide auf mehreren Ebenen verwerflich sind und dann auch noch journalistisch ausgesprochen fragwürdig.

Leider sind genauso diese beiden aber auch die einzige Quelle für "echte" lokale Nachrichten. Gefühlt bekomme ich kaum etwas von meiner eigenen Stadt mit - und das ist eigentlich ziemlich schade.

Deswegen mal die Frage an euch: beißt ihr in den sauren Apfel und kauft die Zeitung? Ist die Lage bei euch besser?

24
submitted 7 months ago by [email protected] to c/[email protected]

In Germany there's an app called "Jodel", which is essentially like a localized reddit/lemmy. That means, you only see posts from people near you (the default is something like 10km, I think).

This is of course awesome for localized events, Craigslist style posts, or just discussions about local stuff.

I wondered, despite creating local communities on Lemmy or tags for your city, is there anything like it on the fediverse?

12
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]

I have an HAOS-VM running on a machine attached to my router via cable, and another (wifi attached) machine that I want to WoL from HA.

Apparently, my router does not forward WoL packets from wired ethernet to wifi, so I just plugged in a usb-wifi dongle and connected HAOS via the dongle - wifi works, no problem.

WoL in general also works, I can wake the machine up from my MacBook without a problem. I can also use the very same dongle on a Debian desktop to send WoL packets.

However, doing it from HA fails. My configuration.yaml looks like this:

wake_on_lan:
switch:
  - platform: wake_on_lan
    name: wake_<machine>
    mac: <mac>

I tried deactivating the KVM brigde, so that the VM really only connects via wifi, but no changes here either.

There are no errors in any logs, so it doesn't look like it's failing per se.

To me it looks almost like the packet is send to nirvana, but there's no way to configure the network interface in the WoL platform either.

Update

I kind of got everything to work, albeit in a rather weird way.

There already is a built-in WoL Service, accessible via the GUI, however, I have to use the Advanced Mode to access it, otherwise it simply doesn't show up. Using that service and the proper broadcast address, I'm now able to wake the target machine via a button. What's a bit concerning to me is that the "advanced mode" toggle seems to be lost after a reboot. I get a warning, that the WoL service couldn't be found, that only resolves after setting the advanced mode off and on again - that's rather stupid.

[-] [email protected] 173 points 7 months ago

Even if ai took over 90% of all coding work, that still wouldn't affect more than maybe two hours a day.

[-] [email protected] 103 points 7 months ago

Formerly Frederik Twitter.

34
submitted 9 months ago by [email protected] to c/[email protected]

I'm thinking about buying a small 3D printer for the odd project once in a while.

Problem is, I will not use it very often and I don't have much desk space for it to sit around.

Ideally (and I know this is utopia), I would like a device that I can pull out of a closet, fasten four screws, plug it in and be ready to go.

Is there something even remotely like that available? Every review I've seen just seems to assume that printers are basically static.

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

So you chose war?

12
submitted 9 months ago by [email protected] to c/[email protected]

Eigentlich eine ganz einfache Frage: Wie kann ich über die normale Lemmy-Site eine andere Instanz angucken (lokaler Feed von dort)?

Hintergrund bei mir ist, dass es auf zB programming.dev einen Haufen Communities gibt, die ich hier nicht sehen kann. Wenn ich aber direkt auf programming.dev gehe, kann ich die Communities nicht direkt abonnieren - wahrscheinlich kann ich den Namen einfach kopieren und dann via feddit.de/c/@ darauf zugreifen, aber bequem ist das nicht.

14
submitted 9 months ago by [email protected] to c/[email protected]

I have a Dell Optiplex 3060 here, that I used as a backup desktop with Linux, but now I'm trying to use it essentially as a streaming host for games (Fallout, GTA...), unfortunately that means Windows.

And even less fortunate: Windows seems to think, fan speeds only know one direction: up.

Essentially, the machine starts nice and reasonably quite, but after some load (e.g. a game), the fans never spin down again. Even if the temps are fine (all cores at <30°C, GPU at 48°C), it keeps running in turbine mode.

The only "fix" is a sleep or power cycle.

Since this machine is supposed to run relatively long hours and sit in my room, this is quite annoying and I'm kind of out of ideas.

Newest BIOS and all the Dell Magic™ are installed.

8
submitted 11 months ago by [email protected] to c/[email protected]

I just browsed eBay a bit and saw that older, used SAS drives can be had pretty cheap - 30€ for 4TB, but of course rather old drives, sometimes 10 years old.

Now, I wouldn't expect ultra reliable, ultra fast, super cheap drives here. But this offer seems compelling, even buying a spare drive for higher redundancy would still be pretty cheap.

Question is: am I too optimistic here? Are these drives bound to fail within 3 months?

31
submitted 11 months ago by [email protected] to c/[email protected]

I'm using Feedly (google reader clone) to keep track of my news. However, there are tons of duplicates (same event/topic different sources).

I was just thinking about using text summaries + similarity analysis (possible AI driven) to cluster groups of articles. Are there already solutions for that? I could build it myself, but I'm not exactly the best web dev.

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

That's kind of its point, isn't it?

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

Killbots have a hardwired kill limit.

[-] [email protected] 88 points 1 year ago

Energy prices are higher than in many other countries here, but not super high - especially not for businesses.

The real problem is that Germany is an gerontocracy that got complacent. Literally every change, whatsoever, will find at least 50 people arguing against it, because it could slighty affect their bottom line or their view. The result is a country that ground to a halt.

This is true in the business world, politics, science, administration. There are just too many old people that are afraid to lose anything.

Our car manufacturers straight ignored anything electric until Tesla built a factory literally on their door steps, our politicians willfully sabotaged wind and solar power (where we were world leading, at the time!) in favor of coal, because coal workers are somehow 10x more important than anyone else, our administration is still using paper everywhere, everything takes tons of useless paperwork, just because fucking Annegret thinks computers are a fad, our immigration system is almost nonexistant, since "we're not an immigration country" despite something like 25% of the people here migrated, we don't let refugees work, despite having literally too few workers to stock shelves at Aldi for 15% above minimum wage.

As a young German, I have to say, I'm afraid this country is fucked. But not because of any grand economical failure, but because the Germans as a people are idiots - luckily we're only killing ourselves this time.

[-] [email protected] 161 points 1 year ago

Wait until you hear about languages where everything is gendered.

We're currently debating, whether BürgerInnen, Bürger:innen or "Bürgerinnen und Bürger" is the proper way to address all citizens. This is not even about anything LGBTQ, it's simply acknowledgement of the concept of non-male people (which is really hard for some conservatives).

[-] [email protected] 124 points 1 year ago

Ok, real talk: is that actually legal? It's definitely fraud, but can you fraudulently sell illegal substances?

view more: next ›

agressivelyPassive

joined 1 year ago