Hacker News new | ask | show | jobs
by tayo42 2106 days ago
Is it only just walled off? I think its also way more complex then it was 10 years ago. there's a big barrier to entry to just get started. even 20 years ago anyone could put stuff on the web. angelfire was filled with unpolished websites, and beginner site could keep up with the average. even big site were ugly and simple,js wasn't pervasive like it is now, yahoo was not pretty. or even dual booting linux is hard on a laptop with stuff being locked down in the boot process. hacking on stuff seems harder then ever if your starting from nothing
2 comments

> anyone could put stuff on the web. angelfire was filled with unpolished websites

Check out (https://neocities.org/).

> dual booting linux is hard on a laptop with stuff being locked down in the boot process

All the major distros should work out of the box with secure boot at this point. UEFI USB sticks are incredibly easy to create since you don't have to worry about magic MBR stuff anymore. (The bootloader can just go in a specific folder and have a specific name.) For that matter, turning secure boot off completely is typically a simple toggle in the firmware. Even the drivers "just work" out of the box these days for all the mainstream laptops I've tried.

> hacking on stuff seems harder then ever if your starting from nothing

This is true if all you have is a locked down mobile device. Otherwise there's really no excuse - a Raspberry Pi can be had for $35.

Linux is missing drivers for how my laptop is set up. Something with raid or ahci, it's been a while since I messed with it. For the rpi you really need to go out of your way to hack on it. But that's different then being bored and deciding to break something you have. That's not the only way to hack something. Like game modding, seems more difficult.
How is it any harder to dual boot Linux now than on a desktop in the 00s?

Didn't seem any harder with Manjaro Linux and Windows 10 to me.

My post said laptops. There's some kind of driver missing for raid I think in Linux. I forgot the exact details.