Oisteink
@Oisteink@feddit.nl
- Comment on JavaScript broke the web (and called it progress) - Jono Alderson 3 days ago:
I was referring to how it affected website development, not UX.
From my understanding of the article the author has noting against js, just how it affects the development process and architecture choices.
- Comment on JavaScript broke the web (and called it progress) - Jono Alderson 3 days ago:
Nah. im right on target, but thanks for the great insights
- Comment on Google, Microsoft say Chinese hackers are exploiting SharePoint zero-day 3 days ago:
Yepp - it was, but that day was 11. June
- Comment on Google, Microsoft say Chinese hackers are exploiting SharePoint zero-day 3 days ago:
That’s not a zero-day… Really dislike media that waters down or misuse terminology
- Comment on JavaScript broke the web (and called it progress) - Jono Alderson 4 days ago:
No - I never coded complete websites in flash. But if I did my «upload of the whole container» would have been my deployment
- Comment on JavaScript broke the web (and called it progress) - Jono Alderson 5 days ago:
Flash never got in the way the same like js. My main take from the whole piece is how it has changed the way websites are developed, to match that of traditional software development. Like the need to deploy to change some text in the footer of our website
- Comment on Pi-hole client filtering without DHCP? 1 week ago:
I think he wants to do server side, not client. And that the dns filter picks up those ip addresses or ranges, and let some through.
- Comment on Pi-hole client filtering without DHCP? 1 week ago:
Or uses a device that rotates mac
- Comment on Realized 99% of all my chargers are USB-C. This can only mean one thing. New USB bout to drop! 1 week ago:
Yeah, Programmable Power Supply mode can be programmed (in realtime) to deliver from 3.3 to 21 volts in 20mV steps. For current im not totally sure how it works, i think you can set a limit.
- Comment on goodbye plex 3 weeks ago:
Nice. You you restore often?
- Comment on goodbye plex 3 weeks ago:
How often do you do this?
- Comment on 413524 Gang, rise up! 3 weeks ago:
13542?? Really??
- Comment on [deleted] 3 weeks ago:
Det var venner fra oslo vest og bærum. Det var ingen som brukte mor og far der jeg vokste opp heller, utenom om besteforeldre.
- Comment on [deleted] 3 weeks ago:
Hadde venner i oppveksten som brukte mor og far. Litt for formelt for meg, så mamma og pappa, selv om begge er over 80 nå
- Comment on Aging is fun 4 weeks ago:
No - you could stay with the shitty feeling. You’d still survive
- Comment on Aging is fun 4 weeks ago:
Yeah 2,5 litres of water should be bare minimum. Start easy, and know that the frequent trips to the loo will slow down once your body has adjusted
- Comment on wtf 4 weeks ago:
They are animals and cant understand cause and effect. With nothing to chase or hunt you expire as a blob of fat
- Comment on Be aware that buying electrical items from Ali Express might not be too clever. 5 weeks ago:
If you dont aim for the cheapest, you can buy pretty much anything you want there without worries
- Comment on France Pushes Digital ID Check Laws For Platforms Like Reddit and Bluesky 5 weeks ago:
Do the laws say you need to store this after verification? I mean a one time verification on account creation would work?
- Comment on Bad boys, bad boys, what you gonna do 2 months ago:
Doesn’t look very pulled over
- Comment on TIL - Caddy 3 months ago:
That depends on what your error is. It’s not a magic process, it just tries to help you with formatting. The validate is the magic, it helps you spot errors as you make them.
- Comment on EU considers tariffs on digital services Big Tech 3 months ago:
How would this affect the big players? Like MS -you buy from the European branch and they use buy from US. So hitting them with tariffs would hurt MS more than their customers?
I understand they will raise prices, but its not like with physical goods where the same item is resold. They use other ways to transfer money because tax
- Comment on How do you pronounce "centaur" and why? 3 months ago:
Vestlending?
- Comment on How do you pronounce "centaur" and why? 3 months ago:
Kentævr
- Comment on How is content like this banned on .ml for being "political"? 3 months ago:
Does it even fucking matter what’s banned in what echo chamber??
- Comment on Is it better to leave a country, or stay behind to fight for it? And what about the ethics of fleeing instead of staying behind? 3 months ago:
Slava Ukrajini
- Comment on How best to store a media library in proxmox? 3 months ago:
Thanks. My setup is way over complicated with 3 hosts in a cluster and shared storage, so local storage on the hosts stay unused. But i have been thinking about redoing it with separate hosts. This solution looks promising for sharing data, even if just on one host
- Comment on How best to store a media library in proxmox? 3 months ago:
So lxc containers and not vm’s
- Comment on How best to store a media library in proxmox? 3 months ago:
Could you explain further with a bit more detail? I havnt looked at this in a while but back then the options where virtiofs or nfs
- Comment on How best to store a media library in proxmox? 3 months ago:
If you want to share storage you need some way of doing that. Zfs is a good option for storage on vm-host level, but ist not designed for shared usage. Im not sure what you are after, but maybe you want zfs storage inside the vm for snapshots, dedup etc? Or maybe you want to share your media storage between vm’s? The first case you can use zfs inside your vm, it does not know or care about how its disks are stored or of they are a physical drive. For the second use-case you want some way to share drives, like smb, nfs etc. or a distributed filesystem if you really want to over complicate things. Truenas might be over overkill for sharing a few volumes, but you need something. I believe you can share zfs over nfs now but i have never used that outside of proxmox cluster storage
I use both debian on a vm with samba+nfs and a bare metal truenas for my needs. Find your needs and figure out what solves them