Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jdudek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jdudek
2mo ago
This is what Siri should have been.
2.
▲
by
jdudek
6y ago
It’s a sane scripting language. It encouraged me to automate simple tasks, create handy functions etc. I don’t have to google the for loop syntax every time I need it.
3.
▲
by
jdudek
9y ago
Yes, switching networks can indeed cause users to receive different versions within the 3 hour window. In general we ship small, incremental changes that rarely even are visible to the user, so a small likelihood of serving inconsistent ver
4.
▲
by
jdudek
9y ago
Hey, blog post author here. Good question. We just tested with ab (ApacheBench) and consistently observed the difference between Lambda enabled and disabled. We wanted to be sure this system does not incur any significant overhead and that’
5.
▲
Building a BitTorrent client from scratch in Haskell (2015)
(blog.chaps.io)
3 points
by
jdudek
10y ago
|
0 comments
6.
▲
by
jdudek
10y ago
Here’s a similar write-up on building a BitTorrent client in Haskell: https://blog.chaps.io/2015/10/05/torrent-client-in-haskell-1...
7.
▲
Implementing baseline rhythm in CSS
(pilot.co)
4 points
by
jdudek
10y ago
|
0 comments
8.
▲
by
jdudek
10y ago
Yay, no more using single repo with orphan branches to save on number of repositories :-)
9.
▲
by
jdudek
10y ago
The story of this checklist has been covered in “The Checklist Manifesto” by Atul Gawande. It’s a great read on how diligence in work can literally save lives. We can advance medicine by breakthrough discoveries that push our knowledge furt
10.
▲
by
jdudek
10y ago
My recommendation: configure the shell prompt (add __git_ps1 to $PS1), this saves a ton of time and makes it much easier to understand what is going on. Especially recommended for beginners (but obviously not limited to).
11.
▲
by
jdudek
11y ago
> We could insert new list items into the existing DOM, but finding the right place to insert them is error-prone, and each insert will cause the browser to repaint the page, which is slow. I don’t think the last part is true. Browsers d
12.
▲
by
jdudek
11y ago
One can argue if it’s a misuse or not. It’s quite handy to have such utility classes that rely on !important and can be used in markup directly. I have plenty of those in my stylesheets. [1] http://davidtheclark.com/on-utili
13.
▲
by
jdudek
11y ago
I wrote a JavaScript-to-C compiler: https://github.com/jdudek/tatende-js . It supports a limited subset of the language—just enough to compile itself. It was my university project. It’s not really useful, but it was ext
14.
▲
by
jdudek
11y ago
Pardon my ignorance, but why is cross-compilation not an option in this case?
15.
▲
by
jdudek
11y ago
Do you happen to remember what was the idea of that approach alternative to Elm Architecture?
16.
▲
by
jdudek
11y ago
Elm is a much, much smaller community than React. You won’t find as many libraries and ready-made components in Elm as you would in React. On the other hand, when there is an Elm library for something, it’s often of very high quality.
17.
▲
by
jdudek
11y ago
Impressive that you can find such low quality article. Reads almost like it was written by a machine.
18.
▲
by
jdudek
12y ago
It is very safe. People are extremely friendly—for example, I was invited by strangers for a dinner a few times. The police is not corrupt. According to my guidebook, wild dogs and rabies are the biggest concern. Be prepared to see a lot of
19.
▲
by
jdudek
12y ago
This is quite similar to how we hire Ruby on Rails developers. We organise two-weeks long Bootcamp where we train people in Rails. At the end we offer some of them to join us as junior developers, with further training during next year. Tho
20.
▲
by
jdudek
12y ago
It’s been an interesting comparison. However, there are programming Bootcamps that are free of charge, like http://pilot.co/bootcamp (disclaimer: I work for Pilot). The ROI comparison is quite interesting in that case… :)
21.
▲
by
jdudek
13y ago
I don't think it is semantics, setting vertical margin: auto here has just no effect. It's worth noting that the last example with margin:auto can be used for centering within any div that has position: relative (there's noth