Viewing profile — runejuhl
runejuhl
HN member- Joined
- Mon, Jun 18, 2012, 5:30 PM UTC
- HN karma
- 45
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About runejuhl
Recent public activity
-
comment
Comment #13929688
Or just put key IDs in a .gpg-id file: Initialize new password storage and use gpg-id for encryption. Multiple gpg-ids may be specified, in order to encrypt each password with mult…
-
comment
Comment #13929599
I use pass ( http://passwordstore.org/ ). Uses gpg, has addons for all major browsers, works on Android, is completely transparent, supports segmenting your password "tree" to use …
-
comment
Comment #13668035
Or, for a more cross-distro approach, `lsb_release -a`, although it requires the `lsb-release` package installed.
-
comment
Comment #13062844
From the network tab of Chrome developer tools: AngryBots11.wasm GET 200 webassembly.org xhr UnityLoader.js:187 11.9 MB 54.38 s GitHub.com AngryBots.mem GET 404 webassembly.org xhr…
-
comment
Comment #12253310
Thank you for responding. The listed roles were just to show the idea of the service; an role providing mail and calendar (e.g. Kolab) would only have a few required options (if an…
-
comment
Comment #12253041
Would you be interested in a service where you buy your own server (metal/VPS/whatever) and through an API/web interface select which profile to run? E.g. webserver (apache, nginx,…
-
comment
Comment #11999905
For those of you who're interested, the mail to LKML can be found here: https://lkml.org/lkml/2016/6/28/629
-
comment
Comment #10572587
How timely. Right now I'm sitting in a house on the beach in Tolú, Colombia. I work remote 32 hours/week for my employer in Denmark doing development, sysadmin and consulting. I'm …
-
comment
Comment #9964179
That's pretty much what I came here to say. I travel frequently, use my credit card everywhere, both online and offline, and I have never had any fraudulent charges to my cards. On…
-
comment
Comment #9869606
Just prepend the command with `\`, that disables aliases.
-
comment
Comment #8918606
Possibly this one: http://www.gentoo-wiki.info/TIP_Bluetooth_Proximity_Monitor I remember using it at The Party in Sweden, circa 2006. A bit newer then :)
-
comment
Comment #7581901
...and so are you: https://www.google.com/search?q=%22you+are+the+first+person+...
-
comment
Comment #7460322
I recently got a new work laptop. I've used a Lenovo X200 for a few years and been immensely happy with it, but it was starting to show its age and the display was becoming less an…
-
comment
Comment #7409757
I installed Debian 7.4 on a Dell XPS 13 using a live hybrid ISO (`debian-live-7.4-amd64-standard+nonfree.iso`) two days ago. After enabling UEFI and adding the USB stick as a boot …
-
comment
Comment #7369819
Because of your comment I tried the site in my installed browsers: stock CyanogenMod browser, Firefox, Chrome, Opera and Dolphin. I tried looking at the source of the page, and I'v…
-
comment
Comment #6893639
I'm European, and I've never been hassled during my travels. The worst I've experienced was having to pull 10m of ethernet cable out of my carry-on in Stavanger Airport, Norway, bu…
-
comment
Comment #6707694
...or you could run something like cat /proc/`pidof program`/fd/2 That, of course, won't eliminate the need for a second terminal. (change to your needs, stdin==1, stdout==2, stder…
-
comment
Comment #6707680
Something like this? ls -al | tee >(cat) | gzip -c
-
comment
Comment #6707493
I can only recommend getting in contact with Atlassian wrt. your problems. I've contacted them twice about errors on their pages and I've gotten great service both times. I regular…
-
comment
Comment #6529183
Firefox 24.0 on Ubuntu amd64 (raring). Looks like same problem as described in parent. Have a look at http://imgur.com/SfdVQ7k -- screenshot taken with a brand new profile.
-
comment
Comment #6392039
Read this recently, followed by Homeland. While I'm a bit older than the target audience, I enjoyed the book and chewed through it in a day. Homeland was good, but not great. I fel…
-
comment
Comment #5513718
Hm. You're right. Next time I'll read a bit further in the man page.
-
comment
Comment #5480811
It should be noted that rlwrap works on all programs that use readline. I've used it when starting out with programming in SML and getting annoyed at the missing arrow-up command h…
-
comment
Comment #5340287
When creating excessively long oneliners (you know, the kind that should actually be a script, because you know you're going to find a use for it in a few weeks), the following key…
-
comment
Comment #5305459
You might want to put a link to your blog somewhere.. :)