Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drkrab
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
28 ms
·
1.
▲
by
drkrab
5mo ago
Since the cpu always accesses a full cache line (64 bytes) at a time, you might as well search the entire cache line (it’s practically free once the data is on-cpu). So I’d like to try a ‘binary’ search that tests all the values in the ‘mid
2.
▲
by
drkrab
7mo ago
In Denmark there are no payphones. Like none. The copper network is being decommissioned.
3.
▲
by
drkrab
7mo ago
Way cool! When can I buy one?
4.
▲
DHS Face-Scanning App Pulls from 1.2B‑Image Database
(bloomberg.com)
11 points
by
drkrab
8mo ago
|
0 comments
5.
▲
by
drkrab
8mo ago
I’m surprised how many places in the world measure rain in percentage chance. Must be a metropolitan concept. Here in Denmark, weather reports estimate mm/hr - the amount of rain. Maybe it’s our agricultural inheritance?
6.
▲
by
drkrab
1y ago
“Any sufficiently complicated concurrent program in another language contains an ad hoc informally-specified bug-ridden slow implementation of half of Erlang.” – Virding’s first rule of programming
7.
▲
by
drkrab
1y ago
Interesting. When you give a third-party access to your GitHub repositories, you also have to trust that the third-party implements all of GitHub’s security policies. This must be very hard to actually assume.
8.
▲
by
drkrab
2y ago
Unfortunately that’s the case because large US-based companies can leverage their existing global sales / marketing / governance setup to rationalize very high exit valuations. In the EU we don’t have the large software shops that
9.
▲
by
drkrab
2y ago
Copenhagen’s sewage system was built in the 1850s and it was indeed considered to build a two-pronged solution. There was much resistance against this because it would eliminate a whole industry of “night men” (poop collectors), as well as
10.
▲
by
drkrab
3y ago
Coroutines are great in a single threaded environment. But if you mix them with threads - even behind the scenes - there will be dragons. Erlang solves that problem with proper light weight isolated processes.
11.
▲
by
drkrab
4y ago
Yep
12.
▲
by
drkrab
5y ago
Thanks for all the talks Martin https://youtu.be/qI_g07C_Q5I
13.
▲
by
drkrab
5y ago
Further context: Joe Armstrong and Alan Kay interview. https://youtu.be/fhOHn9TClXY
14.
▲
by
drkrab
6y ago
In a modern JIT with dynamic decompilation you can do these things in place, because the compiler essentially has global knowledge. The only real issue is to define the semantics (and then implement it of course). Objective-C is AOT compile
15.
▲
by
drkrab
6y ago
It’s easier when you write your application in Elixir or Erlang. Those are practically DSLs for state machines that also double as general purpose programming languages.
16.
▲
by
drkrab
6y ago
Even in Denmark where the political system is much more cooperative than in the US, politics is still a “dirty job” full of spin and personal sacrifice, exposure etc. As a result many good people would never put it on themselves to enter po
17.
▲
by
drkrab
6y ago
Looks like Garmin also payed https://www.bleepingcomputer.com/news/security/confirmed-gar...
18.
▲
Finite State Machines in Erlang
(learnyousomeerlang.com)
3 points
by
drkrab
6y ago
|
0 comments
19.
▲
by
drkrab
7y ago
Netflix only uses amazon for the “control plane” - ie the “web app” you’re navigating when using the Netflix app. The actual delivery of media happens via their own CDN (of bare-metal servers.)
20.
▲
by
drkrab
8y ago
How is elastic (the company) going to make a business going forward? I would expect that selling these enterprise add-ons (or similar ones) is a significant part of their revenue.
21.
▲
by
drkrab
8y ago
Reminds me of this classic https://youtu.be/pQHX-SjgQvQ
22.
▲
by
drkrab
8y ago
There is also a lot of good stuff here: https://www.youtube.com/user/GotoConferences
23.
▲
by
drkrab
9y ago
GDPR applies to anyone processing personal data about a subject who is in the EU. His or her citizenship does not matter. So you can just go to Europe and make your claim from there. https://gdpr-info.eu/art-3-gdpr/
24.
▲
What is cloud native?
(medium.com)
2 points
by
drkrab
9y ago
|
0 comments
25.
▲
by
drkrab
10y ago
LLVM IR is a generalized assembly language whereas JVM byte code is quite specific to the Java language, i.e., it deals with objects and classes. This causes all kinds of troubles for someone wanting to translate other languages to the JVM.
26.
▲
by
drkrab
10y ago
Can someone please put the file colornet.t7 on the torrent network or a high-volume service somewhere? I'm probably not the only having a hard time downloading that file.
27.
▲
by
drkrab
11y ago
In Denmark, it was 42% for all of 2015; https://en.m.wikipedia.org/wiki/Wind_power_in_Denmark
28.
▲
Wind turbines in Denmark reached record level in 2014
(energinet.dk)
102 points
by
drkrab
11y ago
|
76 comments
29.
▲
by
drkrab
11y ago
It seems to me that Dart would be a more obvious choice should Google choose to push a new application development language for the Android platform. It's closer to JavaScript and has more GUI/visually-oriented libraries. Plus,
30.
▲
by
drkrab
11y ago
Indeed, it would be nice to have an EFL: Elixir Flavoured Lisp. (Lazy) Streams and clojure'ish protocols (lispy virtual methods) makes a big difference in abstraction. Erlang as it is, supports ADTs but not object abstraction (i.e. di
More ›