runejuhl | 9 years ago | on: LastPass RCE vulnerability fixed
runejuhl's comments
runejuhl | 9 years ago | on: LastPass RCE vulnerability fixed
runejuhl | 9 years ago | on: Ubuntu 16.04.2 LTS released
runejuhl | 9 years ago | on: Angry Bots Demo
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 UnityLoader.js:72 5.6 KB 172 ms GitHub.com
AngryBots.memgz GET 200 webassembly.org xhr UnityLoader.js:47 314 KB 1.30 s GitHub.com
AngryBots.wasm.mappedGlobals GET 200 webassembly.org xhr AngryBots.js:279 3.1 KB 250 ms GitHub.com
AngryBots.datagz GET 200 webassembly.org xhr UnityLoader.js:47 36.3 MB 2.9 min GitHub.com
HWStats.cgi POST 200 stats.unity3d.com xhr AngryBots.js:6595 149 B 3.80 s Apache/2
Just shy of 50 MB all in all.runejuhl | 9 years ago | on: Moving 12 years of email from GMail to FastMail
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 any). Any additional detail would be optional and have our default recommended values.
runejuhl | 9 years ago | on: Moving 12 years of email from GMail to FastMail
The idea is that the server is yours, and yours only. We manage the setup, monitoring, alarms and all the boring stuff. If you need any assistance, we have sysadmins that can help for a fee, and depending on how critical it is for you, we'd offer multiple levels of subscription with different service levels and response times.
runejuhl | 9 years ago | on: WireGuard: next generation in-kernel modern VPN
runejuhl | 10 years ago | on: Working remotely is hard
I'm here with my wife and my two kids (4 and <1 years) and we've been on the road for almost a month.
So far it's been great. It took a few days to get started with remote work; tooling, getting the computer set up for low bandwidth work etc. I don't have fixed working hours, although I try to work a few hours in the morning and then 3-4 hours at night after the kids are sleeping. That might change soon, though, as I think we'll have to incorporate a proper siesta after lunch for my wife and the kids' sake; I'll probably use that to work. It's just too hot in the middle of the day here to do anything if you're not used to the heat (and even then -- the locals have siesta as well).
We're staying in this place for three more weeks (been here one week), and then we're off to another place. Currently it looks like we'll buy a used car to avoid some of the hassle of traveling with kids and to be able to see places off the beaten path. We're talking about heading North to Santa Marta, but nothing is planned yet.
I've been working from home in Denmark for some months before we left, so my family is somewhat used to me shutting them out when I'm working (or trying to). Re: work ethics: I guess it helps loving what you do -- although the beach is really inviting when it's pushing 35 degrees outside... Realizing that the reason why we're even here in the first place is due to the trust of my employer helps as well!
runejuhl | 10 years ago | on: Who's doing this to my internet?
Only once have I canceled a credit card before it expired, and that was after finding out that a popular hostel booking site let the hostel managers look up all credit card details, including the CVV number, for all bookings. I talked to the manager at the place we stayed for a few nights in Lima, Peru, and he told me that the site would only show the details once (or for a limited period), so they would always print the page. Of course they kept the printouts in a binder in the common area of the hostel...
I really don't understand why USA has such a big problem with credit card fraud, and how that problem became big enough that people would actually avoid paying online, with the exception of major chains/processors (Amazon, Paypal, etc).
Although, come to think of it, Denmark is a bit of an outlier. We have a national credit card, Dankort, that was conceived and implemented sometime in the 1980s (I'm a bit too young to remember the details...). It was written into law, and part of the law was that transactions should incur no costs on the user, which resulted in massive adoption, to the benefit of both the banks (who were proponents of the Dankort before its introduction) and the consumers.
runejuhl | 10 years ago | on: Ask HN: Share your favourite bash/zsh aliases
runejuhl | 11 years ago | on: A new way to lock your computers: just walk away
I remember using it at The Party in Sweden, circa 2006. A bit newer then :)
runejuhl | 12 years ago | on: This Tower Pulls Drinking Water Out of Thin Air
runejuhl | 12 years ago | on: New Linux version will reduce suspend and resume times
I initially bought a T440, but it died in BIOS on second boot, and after 2 motherboard changes and 1.5 months in Lenovo's own lab they were still unable to even put in the serial numbers (needed for the Windows license that came with it). In the end, and after much delay, the gave me a new one. I promptly gave it to an employee running Windows instead of even trying.
For my new, new laptop I chose a Dell XPS 13 (9333) Developer Edition. No Microsoft tax! I'm not an Ubuntu person, so I ditched the pre-installed (though not after booting it up and noticing that Dell wanted me to sign some EULA before continuing on to the desktop).
Instead I went with Debian. The monitor shows up as "Synaptics Large Touch Screen". Bluetooth and wireless works after installing non-free drivers. Suspend and resume works. It's fast.
There are only two problems. One is the irritating coil whine that the series exhibit. Sometimes it's there, sometimes it's not. Usually I can remove it by toggling the keyboard backlight, but it doesn't seem to matter if it's from on to off or the other way around. The second, and somewhat worse, is that keys seem to get stuck. Sometimes, and I haven't actually found out the cause, the keys seem to get stuck and repeat until another key is pressed. It happened in emacs a few days ago and was almost catastrophic (I do keep my backups, but still..).
The last issue is with Dell rather than the computer. It seems weird to offer a Developer Edition with decent drivers and a pre-installed Ubuntu, and then only offer their BIOS upgrades as a Windows and a DOS executable. I used a USB stick with FreeDOS to apply the update, but seriously, why couldn't they just give me a utility that works? My little sister, my wife and my mother-in-law all run Linux, and they'd probably be able to work a simple program that had a one-click BIOS upgrade button. Boot FreeDOS with Grub, apply the update, reboot. Why do I have to do this by myself?
runejuhl | 12 years ago | on: Before you Dual Boot – MS, OEMs and Linux
runejuhl | 12 years ago | on: Intro to Haskell for Erlangers
Bottom line? Works great.
runejuhl | 12 years ago | on: Backpacker stripped of tech gear at Auckland Airport
Maybe you've just been targeted because you're American, just like Brazil is fingerprinting US Americans[1] to pay back the amount of trouble foreigners often find themselves in when visiting USA?
[1]: http://en.wikipedia.org/wiki/US-VISIT#Similar_systems_in_oth...
runejuhl | 12 years ago | on: Named Pipes in Bash
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, stderr=3)
runejuhl | 12 years ago | on: Named Pipes in Bash
ls -al | tee >(cat) | gzip -crunejuhl | 12 years ago | on: Crap to stop doing on startup websites
I regularly send out emails when something is amiss, and getting a proper response AND getting the problem fixed is rare. Sadly.
runejuhl | 12 years ago | on: IE seems right, Chrome seems wrong
Initialize new password storage and use gpg-id for encryption. Multiple gpg-ids may be specified, in order to encrypt each password with multiple ids. This command must be run first before a password store can be used. If the specified gpg-id is different from the key used in any existing files, these files will be reencrypted to use the new id. Note that use of gpg-agent(1) is recommended so that the batch decryption does not require as much user intervention. If --path or -p is specified, along with an argument, a specific gpg-id or set of gpg-ids is assigned for that specific sub folder of the password store. If only one gpg-id is given, and it is an empty string, then the current .gpg-id file for the specified sub-folder (or root if unspecified) is removed.
-- https://git.zx2c4.com/password-store/about/
EDIT: Better formatting