Viewing profile — krstf13
krstf13
HN member- Joined
- Mon, Apr 03, 2017, 8:43 AM UTC
- HN karma
- 54
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About krstf13
No profile information was provided.
Recent public activity
-
comment
Comment #37037971
Not to be rude. The live playground probably can’t run elixir/erlang code. And it most certainly cannot connect to a remote running node instance. It’s unfortunate, that the angle …
-
comment
Comment #37034375
While Livebook will mostly have an appeal for people already working with erlang/elixir, it does have a few features that are pretty nice. - it’s collaborative (think Google docs f…
-
comment
Comment #35040115
So? Laravel uses type hinting, ok. This has absolutely nothing to do with your previous post grossly misrepresenting a talk. You hadn’t even mentioned Laravel in it. Type hinting i…
-
comment
Comment #35039369
You’re misrepresenting what’s being said in this talk (the relevant part of the talk is around the 15 minute mark at : https://youtu.be/XzAupUHiryg ). The tldr was that they had pa…
-
comment
Comment #33654267
That’s very likely. In a past life I’ve done a bunch of auditing for m and a, apart the obvious nepotistic paid internships more often than not people thought to be unproductive we…
-
comment
Comment #32531044
He talked about it at length at the most recent elixir conf eu : https://youtu.be/Jf5Hsa1KOc8 .But it might never materialise.
-
comment
Comment #32156432
Wouldn’t storing the deleted data in an immutable storage, with time stamp, be much better for auditability ? I mean how could you audit deleted, restored and deleted again data wi…
-
comment
Comment #24559613
This is, so far, an excellent write up. The motivation section is great, it’s clear, acknowledges that the C version is probably fine and simply states the authors wanted to gain m…
-
comment
Comment #24239025
Also, you lie and move the goal posts. You really should say that you don’t wanna pay your employees. Fine by me, but be frank about it. I know I’ll be downvoted here, but the trut…
-
comment
Comment #24238780
Nope,that’s not correct. Even in English health insurance is not tax, unemployment insurance is not tax... And by the way what you call ‘charges’ is historically‘cotisations’ (fees…
-
comment
Comment #24236227
To add to what the parent wrote, depending on your situation (eg unemployment) when your creating your micro-company, you get a grace period (up to 2 years, I believe) during which…
-
comment
Comment #24234782
This is grossly inaccurate. What you're calling taxes, are fees that allow employee to get several benefits. Practically speaking, these are delayed salary. They include social sec…
-
comment
Comment #20093049
You can say publicly that a court decision was politically motivated. What matters is how it is said and somewhat by whom (a member of the government might be held to higher standa…
-
comment
Comment #20092955
This can’t be for real and isn’t. It is illegal to try to criticise a court decision in a way that is designed to impede the justice system and/or to interfere with the independenc…
-
comment
Comment #20092911
The article is misleading, it’s not what the law says. The law specifically forbids the use of personally identifiable data (ie judges and clerks name) to conduct statistical analy…
-
comment
Comment #20092846
This is not what the law says. In France, judgements are anonymized before being published, however the name of the judges and their teams are kept. The law says that the names of …
-
comment
Comment #18845777
I don’t think it’s a valid comparison though because market sizes aren’t the same and because viewing GDPR as a free speech is far from obvious (it actually requires yogi master li…
-
comment
Comment #18845206
EU is 500M people Saudi Arabia is 40M Also, GDPR doesn’t ‘almost definitely violates the first amendment’, GDPR wasn’t passed by Congress. A GDPR-like rule might violate the first …
-
comment
Comment #16331638
My understanding is that these new policies apply to videos, not paid for ads. Maybe these ads are actually an answer to these policies? What I find disturbing is that you could wa…
-
story
Ask HN: Are state sponsored ads on YouTube a new thing?
Over the past couple of days I was subjected to ads on youtube of a new kind - at least to me. None of those ads clearly displayed who ran them, and both were of political/diplomat…
-
comment
Comment #14438497
You should use HTML.parser and focus on the conversion to markdown. The way you parse HTML in the convert function is very inefficient and can easily produce incorrect results with…