Live data from Hacker News

Bored? How about trying a Linux speed run?

rachelbythebay.com

141–150 of 284 posts

Re: Bored? How about trying a Linux speed run?

#141
post #110

Close enough, there are distro install speedrun: https://www.reddit.com/r/linux/comments/7kg7i1/install_gento... Then of course, once you have the OS you can attempt the classical editor speedrun: https://www.reddit.com/r/speedrun/comments/8rqkzz/vim_exit_s...

:D Actually, I thought of Gentoo when reading the post. LFS is probably closer to the task at hand, but the stage 1 Gentoo installations aren't that far either.

Re: Bored? How about trying a Linux speed run?

#142
This would be a really fun competition in a maddening way. If somebody put up a VM to start with, I'd bite. Or at least, if there was some kind of criteria for a starting point, putting together a bare bones distro wouldn't be too hard. I can see bootstrapping a basic editor using cat and working all the way through a TCP stack, DNS, etc. but my mind blanks at implementing TLS. Seems like it would be a requirement to do anything meaningful on the internet at this point, but I wouldn't even know where to begin.

Re: Bored? How about trying a Linux speed run?

#143

This would be a really fun competition in a maddening way. If somebody put up a VM to start with, I'd bite. Or at least, if there was some kind of criteria for a starting point, putting together a bare bones distro wouldn't be too hard. I can see bootstrapping a basic editor using cat and working all the way through a TCP stack, DNS, etc. but my mind blanks at implementing TLS. Seems like it would be a requirement to…

Computer Networks by Tanenbaum should be helpful, along with RFC 793 for specific details (and any prerequisite RFCs).

Re: Bored? How about trying a Linux speed run?

#144
post #95

Earlier quoted context omitted.

As someone who can't be bothered to pay the Apple tax, what does the Macbook trackpad do that others don't? My experience with different mouse acceleration configs (Windows, Synaptics, Linux) has only been negative.

Trying to install Logitech MX Master 2S on Ubuntu 16 and it detects the device on bluetooth but not as a mouse device. So it doesn't move, it's dead. Windows and Mac work just fine. Apparently Logitech can't be bothered to have drivers for Linux or Linux doesn't know Bluetooth well enough to handle all mice.

I also have a Logitech MX Master 2S, on Arch Linux, and it has been working flawlessly since the beginning.

But the device was introduced in 2017, and you mention Ubuntu 16. Newer devices require newer drivers.

Re: Bored? How about trying a Linux speed run?

#145
I've spent many hours doing similar things to this--my most recent was building Virtualbox VM's of the more interesting abandoned and ancient OSs from WinWorldPC. So far I've got working versions of OpenSTEP, BeOS, SyllableOS, Plan9, Solaris, ReactOS, Memphis/Neptune/Chicago, OS/2 Warp and ECommStation, and another dozen or so. When I say working, I mean bootable with a network connection of some type, though mine are usually a little higher up the stack than raw UDP.

Thanks for a great read, love ideas like this if for nothing else but to keep one's nerdiness and thirst for obscure trivia alive.

Re: Bored? How about trying a Linux speed run?

#146

>" About 15 years ago, I mused about the idea of having a "desert island machine". This is where I'd put someone in a room with a box that has a couple of hard drives and a working network connection. HD #1 is blank. HD #2 has a few scraps of a (Linux) OS on it: bootloader, kernel, C library and compiler, that sort of thing. There's a network connection of some sort, and that's about it. There are no editors and noth…

I grew up on a greek island, that stuff gets boring fast :-P

Linux also gets boring pretty fast :) Btw which Island? I love to visit there at some point but dont know where to start.

Re: Bored? How about trying a Linux speed run?

#147
post #95

Earlier quoted context omitted.

As someone who can't be bothered to pay the Apple tax, what does the Macbook trackpad do that others don't? My experience with different mouse acceleration configs (Windows, Synaptics, Linux) has only been negative.

Trying to install Logitech MX Master 2S on Ubuntu 16 and it detects the device on bluetooth but not as a mouse device. So it doesn't move, it's dead. Windows and Mac work just fine. Apparently Logitech can't be bothered to have drivers for Linux or Linux doesn't know Bluetooth well enough to handle all mice.

Use the Unifying receiver, that's what I've been doing for 10 years with multiple devices. It costs like 15 bucks, it's tiny and works flawlessly for any OS/device combo I throw at it, including the Ubuntu 16 + MX Master 2S + K800 that I'm using right now. There's an app called [Solaar](https://github.com/pwr-Solaar/Solaar) that helps with the pairing and such but I don't think it's strictly necessary (can't remember the last time I ran it).

Re: Bored? How about trying a Linux speed run?

#149

>" So here's the pitch: Linux speedruns. By that, I don't mean "speedrunning a game on a Linux box" (like emulation, or something). Nope. I mean speedrunning the Linux situation itself. Start with a minimal system and get yourself to the point where you can do something meaningful (like reading cat pictures on Reddit). " I'd rather do something useful or at least pleasant. I don't have an infinite amount of time and…

> I don't have an infinite amount of time and I don't like to waste it.

What on earth are you doing on HN? Close your browser and start solving world hunger!

Re: Bored? How about trying a Linux speed run?

#150
post #86

A similar sort of exercise might be to just install Arch Linux to a working desktop or some other use case. Arch Linux puts responsibility for the install on your shoulders based on your needs and decisions. In the end, you get a VERY up-to-date installation of linux, without needless bloat, and it stays that way due to rolling updates.

While installing Arch can be a challenge for a lot of different use-cases, bootstrapping everything from the level described in the article is a little harder.
Post reply on HN