HN user

huskyr

3,029 karma

Mail me at hay at haykranen dot nl

Visit me at http://www.haykranen.nl

Posts59
Comments425
View on HN
hay.github.io 5y ago

Dataknead: Fluent conversion between data formats like JSON, XML and CSV

huskyr
3pts0
www.haykranen.nl 5y ago

How to know which Micro USB cables have data (and which ones can only charge)

huskyr
1pts0
www.haykranen.nl 7y ago

The Booking.com Travel Agency

huskyr
2pts0
www.haykranen.nl 8y ago

How software developers really spend their day

huskyr
3pts0
medium.com 8y ago

Why I will not be speaking at ReactiveConf

huskyr
6pts0
xkcd.com 9y ago

XKCD: Here to Help

huskyr
13pts0
arxiv.org 9y ago

Emergent Gravity and the Dark Universe

huskyr
10pts1
www.haykranen.nl 9y ago

iOS 10 promises better video handling in Safari, but doesn’t deliver

huskyr
1pts0
people.eecs.berkeley.edu 9y ago

Generative Visual Manipulation on the Natural Image Manifold

huskyr
77pts8
www.haykranen.nl 10y ago

Stapes.js 1.0.0

huskyr
1pts0
developer.apple.com 10y ago

iOS 10 allows inline and autoplay video in Safari

huskyr
1pts0
nypost.com 10y ago

Twitter talks to Yahoo about merger

huskyr
2pts0
hay.github.io 10y ago

Inline looping video on iPhone Safari

huskyr
1pts0
www.themodularbody.com 10y ago

Humans as an open system: the modular body

huskyr
3pts1
www.volkskrant.nl 10y ago

Show HN: Donald Trump Votewiser

huskyr
2pts2
www.volkskrant.nl 10y ago

Show HN: Kanye West Tweet Generator

huskyr
1pts0
motherboard.vice.com 10y ago

Stealing crypto keys from an offline laptop in another room

huskyr
1pts0
static1.volkskrant.nl 10y ago

Show HN: Memory with cat gifs

huskyr
11pts1
www.haykranen.nl 10y ago

What i do after a fresh Mac OS X install

huskyr
2pts0
static1.volkskrant.nl 10y ago

Show HN: Drone videostory about climate change in Bangladesh

huskyr
1pts0
twitter.com 10y ago

Facebook blocks links to Gmail.com in chat?

huskyr
3pts0
swedensimulator.com 10y ago

Sweden Simulator in VR

huskyr
2pts0
www.haykranen.nl 10y ago

Tackling video and audio on the mobile web

huskyr
1pts0
www.haykranen.nl 11y ago

A proposal for a perfect CMS

huskyr
5pts2
www.mozilla.org 11y ago

Firefox is coming to iOS

huskyr
2pts0
support.google.com 11y ago

Google Calendar discontinues SMS notifications

huskyr
3pts0
www.haykranen.nl 11y ago

Help a coder, even if you can’t code

huskyr
2pts0
static1.volkskrant.nl 11y ago

Show HN: Slideshow with 9000 Instagram selfies

huskyr
2pts0
chrome.google.com 11y ago

Show HN: Chrome Extension that replaces people on Google Analytics with cats

huskyr
13pts4
www.erasmusprijs.org 11y ago

Wikipedia wins prestigious Erasmus prize

huskyr
3pts0

Can affirm Art-net is supereasy to implement indeed. One thing you shouldn't skimp on is the DMX controller. I've used DMX to USB controllers in the past, but those have lots of driver issues. The better ones operate over Ethernet and you can just use UDP. I've been using a Showtec box, but i'm sure there are other alternatives as well.

Next time I get a chance to organise an online conference, I'll steal from Jamie's playbook and invert the model. Viz. ask for pre-recorded talks, distributed to attendees just prior to the conference, with curated live chat + demo sessions with the speaker(s) about the talk. Make the Hallway Track as big and boisterous and charming as possible.

Agreed. This is so much better than having to watch live talks of people stumbling with their camera setup causing the Q&A to be canceled because of that.

I doubt many developers will get on a WP Engine fork of WordPress. Maybe if they funded an independent non-profit foundation that would take care of a fork that could work, but you still need the traction of the community to make it a success.

I think the only reasonable course of action for Automattic would be for Mullenweg to step down and for them to make a mea culpa, but i doubt that will happen. Given that half of the web runs on WordPress, i wonder how many people will actually move away from WP as a CMS. Maybe if there is a succesful community fork.

That looks awful. Unfortunately you could probably write a very similair article about many other corporate or governmental websites. E.g, applying for an ESTA felt like registering for some kind of scam. Or the systems to let friends and family park for a reduced fee in many municipalities also seem to be designed by people who hate humanity in general.

Surprised to see a project i made twelve(!) years ago on the front page today. Just to make it clear: this was most definitely a joke, and not an AI at all. It's just random words thrown together, which was kind of the point i was trying to make about some Java developers naming their classes ;)

This seems like a nice release. It would be even nicer if they would summarize the major new features with some examples and short summaries instead of linking to PEP's and Github issues. I don't think many people have the time to read all of those to get a gist of the new features and changes.

I'm not sure how conflict resolution is done with Obsidian, but i have used both Dropbox and iCloud and with both i never had any sync issues in the last year that i've used Obsidian. Before Obsidian i used NvAlt which gave me sync issues all the time.

One thing i like about pyenv that isn't very well documented is the fact that you can easily install the latest release from a specific version by using the :latest suffix. For example:

pyenv install 3.8:latest

Will install the latest 3.8 Python version.