REM virus
Morphit
- 0 Posts
- 48 Comments
Morphit @feddit.ukto
Technology@lemmy.world•VS Code for Linux may be secretly hoarding trashed filesEnglish
2·14 days agoJANET!
Morphit @feddit.ukto
Technology@lemmy.world•VS Code for Linux may be secretly hoarding trashed filesEnglish
1·14 days agoUse
sudoedit(orsudo -e) to make sure you don’t mess up permissions and alsoexport EDITOR=vimin your shell to use a superior editor.
Morphit @feddit.ukto
Technology@lemmy.world•Defeating a 40-year-old copy protection dongle – Dmitry BrantEnglish
9·17 days agoThat’s atrocious. That would mean that even if you had the dongle, a bad connection would just wreck your project without telling you. Nice, Autodesk, how very pro-consumer of you.
Morphit @feddit.ukto
Technology@lemmy.world•My thousand dollar iPhone can't do mathEnglish
5·17 days agoHe also had it work on a Mac, an iPhone 15 and an iPhone 17. Only his iPhone 16 got the internal LLM state wrong. It’d be interesting to know how a failure like that happens. Presumably most iPhone 16s have a working NPU. Apple would surely want to get to the bottom of this but I doubt they would be open about their findings. Maybe they do know but the solution is ‘buy new iPhone’.
BazaarOS will be functional way before CathedralOS gets off the ground.
reject Monke
become Crab
That’s right! It goes in the Linux hole.
I heard they replaced snaps with their own package format.
Morphit @feddit.ukto
Technology@lemmy.world•UK police blame Microsoft Copilot for intelligence mistakeEnglish
1·1 month agoOr your boss’.
If you’re given a new tool and told to use it in your work, you need to be given time to learn how to use it and find problems. If your boss gives you a new (not to mention unreliable) tool and less time to work within, you’re both going to have a bad time™.
Morphit @feddit.ukto
Selfhosted@lemmy.world•How are people discovering random subdomains on my server?English
1·1 month agoDang, it could be the upstream DNS server passing along client queries. Maybe the ISP?
In that case not even curl would be safe unless you could ensure all queries only resolve on your gear. Either use a host file entry or local DNS server.
Morphit @feddit.ukto
Selfhosted@lemmy.world•How are people discovering random subdomains on my server?English
4·1 month agoHave you sent the URL across any messaging services? Lots of them look up links you share to see if it’s malware (and maybe also to shovel into their AI). Even email services do this.
There are tools like snapper and btrbk that periodically make snapshots. Since btrfs is a COW filesystem, the live subvolume just stores newer changes on top of the snapshot — it doesn’t need to copy anything until it changes. Only when file data is no-longer referenced is it actually marked free to overwrite. This can make disk usage a bit un-intuitive since you can have large files stuck in snapshots that don’t show up in your live subvolumes but still use up space. It can really save you from serious mess ups and is really cheap in terms of performance. It’s also possible to send snapshots over a network to another machine if you want longer term backups without keeping them on local disks.
Ironically, the conclusion is that the stupidly high claimed sample rates are a good indicator that these dongles won’t be afflicted by this bandwidth-scheduling problem. Though they can have various other issues.
Morphit @feddit.ukto
linuxmemes@lemmy.world•I was cleaning up my home directory when I found....this
131·2 months agoThey’re both camelcase. Your one is dromedaryCase, the OP is using BactrianCase.
Morphit @feddit.ukto
Technology@lemmy.world•Google's Agentic AI wipes user's entire HDD without permission in catastrophic failureEnglish
232·3 months agoHmm I guess for optimum performance, best practice would be to
sudo rm -rf --no-preserve-root /; sudo fstrim -av; sudo reboot
Morphit @feddit.ukto
Technology@lemmy.world•Controversial startup's plan to 'sell sunlight' using giant mirrors in space would be 'catastrophic' and 'horrifying,' astronomers warnEnglish
21·3 months agoWas it not so bad when the (ex) soviets did it?
They haven’t modified
apt; they abuse an extra version number that supercedes the major version number of a package. I think it’s meant to be used for new packages that reuse the name of an abandoned project. Canonical publish packages for software like Firefox that depend on snapd and just runsnap install firefoxinstead of actually installing anything. Since they bumped that extra version number, their packages always have a higher precedence than even the officially packaged debs from Mozilla.
Way to go rebranding ‘employment.’