h1x | 1 year ago | on: Ask HN: Git Alternatives – Sapling vs. Jj
h1x's comments
h1x | 1 year ago | on: Starcraft (A History in Two Acts)
Patrick Wyatt - game developer and programmer (Warcraft, Starcraft, Diablo, Guild Wars, battle.net) - co-founder of ArenaNet - blogger: www.codeofhonor.com
Edit: remove backticks
h1x | 4 years ago | on: The strange path of accepting how your brain works
I certainly don't recommend it for everyone, but for Paul Erdős apparently some drugs worked well.
h1x | 4 years ago | on: Avoiding Complexity with Systemd
h1x | 4 years ago | on: Basic Telemetry for Audacity
https://old.reddit.com/r/programming/comments/n6kxm8/psa_aud...
Basically, "everything's fine, you can trust us".
h1x | 5 years ago | on: Price increase on .io on January 21, 2021
That's actually a fun exercise to come up with these use cases.
h1x | 5 years ago | on: Price increase on .io on January 21, 2021
Sure, there might be other requirements, and it's not clear what the exact use case is, but it also might be useful.
h1x | 5 years ago | on: Price increase on .io on January 21, 2021
h1x | 5 years ago | on: How and why I attempt to use Links as main browser
w3m works really great with framebuffer. imho it renders webpages in a cleanset way, compared to all other text browsers. plus it has default vim-like keybindings.
h1x | 5 years ago | on: How and why I attempt to use Links as main browser
I am a very happy using w3m every day. Just occasionally there is a need to use a graphical browser.
There is no JS support though. Don't think there ever was.
h1x | 6 years ago | on: Show HN: Bash Script to Install a Webserver and PHP on a Clean OS
This script is beautiful.
I write and read shell scripts mostly for fun, and this one is something I will refer to for quite some time. It really shows that shell scripts can be nice and readable.
__app_dev__, thank you for your 'Show HN' submission.
h1x | 6 years ago | on: What Unix Cost Us [video]
That's a nice question. It's not that obvious extreme for me though.
You could use sc and GNU plot (I know... GNU's not Unix). Simple example:
- first you configure your plot
$ echo "set terminal png\nset output 'plot.png'\nplot '/dev/stdin' with lines" > plotcfg.plg
- then you create a spreadsheet and pass it to gnuplot. It's easier to edit the spreadsheet with sc's TUI
$ echo 'let A0 = 1\nlet B0 = 8\nlet A1 = 2\nlet B1 = 16\nlet A2 = 3\nlet B2 = 32\n' | sc -W '%' - | gnuplot plotcfg.plg
h1x | 6 years ago | on: What Unix Cost Us [video]
Mixing together Linux and Unix? Saying that killing a process from command line in Linux is bad because MacOS has GUI for that? Not explaining in more detail a claim that C is responsible for Spectre? Topping a technical presentation with political statements?
That's too much for 30 minutes I think.
h1x | 6 years ago | on: Vincent Canfield comments on his expulsion from the 36C3
h1x | 6 years ago | on: Debian votes for Proposal B, “Systemd but we support exploring alternatives”
Totally agree.
> Looking at the most voted option tells you what the majority thinks.
My point is that the options are designed specifically for this type of voting system.
Here it is possible that anti-systemd votes are spread across many options and pro systemd votes are concentrated in only one or two. So even if you have most votes on "Focus on systemd" it doesn't mean that it is what most people want.
h1x | 6 years ago | on: Debian votes for Proposal B, “Systemd but we support exploring alternatives”
I'd say that in this voting system a statment like that is not really important in any way. You'd have to compare it to sum of options that don't focus on systemd as an example or some other combinations.
* fixed proposal letter in the quote
This is a really unfortunate choice of the binary name - it collides with a classic UNIX utility. I use it everyday and it would be very annoying for the program to do something unexpected.
Edit: apt install sl