HN user

wibble10

43 karma
Posts1
Comments29
View on HN

Once I worked at a place where ooh support accidentally pasted an entire maint guide into putty (right click paste is not a good idea) on a prod oracle server, it was fine until the lines in the doc which read:

Dbfile1 -> /path/to/dbfile1 ... Etc

Which needless to say hosed the entire box... over Christmas...

And this is why they don’t use putty anymore ;)

Have you used openbsd for anything lately? Systemd is better than the horrible mess of upstart/sysv etc, although the one linux laptop I run is using void (and thus, runit) and you can type init 6 and it doesn’t randomly hang for 2 minutes while shutting down if you’re not using gnome/kde.. imagine! The future is here ;)

I tend to approach such tasks by just copying and editing a unit that shipped with the os (e.g sshd) — the example the post gives as being problematic is using some timer feature instead of cron and I suppose my question is really: who is doing that anyway?

I know you can rig up systemd to act like inetd or cron, but perhaps you would be better with an actual service (how hard is quartz?) than baking your jobs into systemd units..

That said, I only use Linux in prod for enterprise stuff that depends on it, everything else is on bsd so you can probably guess my opinion on systemd ;)

You can send epub to your send to kindle email address with the word “convert” in the subject line and it’ll transform it into a mobi... as far as I know..

Edit: apparently you need to change the extension to .zip for it to work shrug

Books Won't Die 7 years ago

Can you elaborate on your experience with it? Is that thing really worth €820? I like the idea of a giant e-reader but that’s really quite a lot of money for such a device.

I think there’s a difference between scanning all incoming mail for spam and keeping a details list of my purchase history by scanning my inbox for receipts somehow... If they aren’t using this data for context ads it must be being used for something else otherwise why would they do it?

It’s part of OpenBSD who can’t use git for licensing reasons and the switch from cvs->svn isn’t really worth it.

There is a git mirror on github and you can work on that and submit diffs to the mailing list if you’re worried about having to read the cvs manpage ;)

Thinkpad X210 7 years ago

If you’re looking for something bigger for aircrack etc I use al alfa networks “AWUS036NHA” which is 5dB and you can pick up off amazon for about 30 euro.

For normal dongles a search for “Anadol Gold Line Wifi AWL150 Micro 150Mbit/s USB WLAN S” shows the one I use in various bsds/linuxes with no problems.

Both re0/run0 chips.

How will reaching the end of Moore’s law cause a crash like this?

Do you mean that future requirements will outstrip capacity? I don’t think this has been true for some time, we run a lot more systems and tend to scale horizontally; doubling compute power every n period isn’t a hard requirement imo.

Kafka is probably the only one I would recommend not reading first. If you were to summarise the plot it in a few sentences it would put a lot of people off, in murakami land though he can write a story about a guy killing his father and sleeping with his mother and while you’re in the book world it seems totally normal......

Give banana yashimoto’s kitchen a go. Besides her and murakmi I am rather derelict on the Japanese authors read front tho...

Hopeful for some pointers here too.

I would highly recommend wind up bird cronicle and Colorless Tsukuru Tazaki and His Years of Pilgrimage though. The latter was pretty heavily panned by the critics but the description of sudden complete alienation without reason struck a chord with me, as well as the narrative description of how such vibrant young people ended up with such mostly mundane lives so many years on.. maybe you will feel the same.

Murakami books are sort of like being in a dream where somehow you completely understand this person acting as if you were them, even when the culture and motivations are so different and then it just sort of ends. I find myself thinking about his characters long after finishing books, which is really something few authors can provide at least to me...

Ten Years of Vim 8 years ago

This can almost certainly be avoided by typing “:set paste” before entering insert mode and pasting. Give it a try!