Viewing profile — bjonnh
bjonnh
HN member- Joined
- Mon, Jan 27, 2020, 3:03 PM UTC
- HN karma
- 51
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About bjonnh
No profile information was provided.
Recent public activity
-
comment
Comment #23333283
This is cool! Did you document the format or is it really limited to what we see on the front page?
-
comment
Comment #23322327
This didn't got enough attention, there are still companies marketing their own binary obfuscated ones.
-
comment
Comment #23322284
And theyade a huge emphasis on protecting privacy.
-
comment
Comment #23322280
The French stopcovid released everything for theirs, client, server, protocols. https://gitlab.inria.fr/stopcovid19
-
comment
Comment #23311249
Flask (Python) for super simple stuff with no db (I have a custom ldap user and groups manager for example) with semantic ui frontend and crude html. Ktor in kotlin for any API thi…
- story
-
comment
Comment #23230408
Bioinformaticians use Python,R,Java,Julia,Groovy,Js and more (I use kotlin and python mostly but that's in a niche of bioinformatics I don't touch genes nor proteins)... Same as in…
-
comment
Comment #23230366
I wonder how the jvm (be it with kotlin, java,...) would behave on these algorithms.
-
comment
Comment #23203917
What happens when network drops? Do you have a chance to merge conflicts? Or one version wins?
-
comment
Comment #23203914
That looks nice, however for those interested, only the plugins are opensource and usage is not free. The good thing is that it shows what is possible.
-
comment
Comment #23200066
I wish we would have the equivalent of the language servers but for collaborative editing. That way you could edit with one user in emacs, one in vscode, one in intellij etc.
-
comment
Comment #23200011
I could find one source here with such a ranking (didn't dig in their method though): https://ideas.repec.org/top/top.inst.nbcites.html
-
comment
Comment #23179195
The throughout is fast but nvme drives have much more latency than RAM.
-
comment
Comment #23179152
Memory initialization is really slow. On servers there is that, plus the fact that you usually don't want to do a fast ram check like you can afford on a laptop. Add to that initia…
-
comment
Comment #23178946
Absolutely. And it is already the case, look closely at movies, TV shows, podcasts...
-
comment
Comment #23142956
Yes I've been using it offline with the electron app and on my phone as an offline website. It works really well that way. The advantage of the electron version is that for local f…
-
comment
Comment #23138026
Could someone familiar with how those systems are made explain how time and ordering of events work in these?
-
comment
Comment #23138004
So what would work better? Video proposals of an excerpt of the talk in front of a webcam? If you make sure the jury isn't biased why not (they could also be biased with written pr…
-
comment
Comment #23122267
+1 I've been using makefiles more and more. And the nice thing is, if you don't have hidden dependencies you can just do a make -jn and get parallelism.
-
comment
Comment #23026658
This was an entertaining read and well explained.
-
comment
Comment #23019110
I3 supports compositing, I used it to have semi transparent floating windows (heresy for a tiling wm isn't it) and it also greatly improved some stuff such as smooth scrolling that…
-
comment
Comment #23019065
It is still installing Bluetooth support, ansible, terraform and all kind of things. Maybe you could group these so they can be disabled individually. I guess the notion of "useles…
- story
-
comment
Comment #22979017
Some jobs are not just about getting enough money to retire, they can also be about making the world a better place (or sometimes just believing that's the case), just living a pas…
-
comment
Comment #22849488
How would one merge updates from all those offline clients?