Viewing profile — mdup
mdup
HN member- Joined
- Thu, Aug 29, 2013, 3:44 PM UTC
- HN karma
- 278
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About mdup
Recent public activity
- story
-
comment
Comment #45093237
Proton | AI Engineer | Geneva, Paris, London, Barcelona, Prague, Taipei, EU Remote | Full time We recently launched Lumo, a privacy-friendly ChatGPT alternative, by the makers of P…
-
comment
Comment #43034450
I worked in phishing detection. This was a common pattern used by attackers, although .exe are blocked automatically most of the time, .html is the new malicious extension (often h…
- story
-
comment
Comment #33520983
It means the eigenvalues will only give you information about the system relatively to the center of that system. Before describing any system, it's up to you (your "convention") t…
-
comment
Comment #26089443
It's entirely a myth that unsafe is needed to get speed boosts in Rust. Usually, the standard library, as well as other crates, offer optimal performance without resorting to unsaf…
-
comment
Comment #20320411
Probably it was the false friend "hasard" which, in French, means: chance, randomness.
-
comment
Comment #13414817
In your example, your month of July would be paid. You're out of work the whole month yet your payslip is the same as any other month.
-
comment
Comment #13071724
Not the OP, but I have found the following useful: https://git-scm.com/book/en/v2/ scroll to Chapter 10 "Git Internals" (Direct link: https://git-scm.com/book/en/v2/Git-Internals-P…
-
comment
Comment #12478926
Genuine question: How do we know the organic compounds seen by Rosetta do not come from Earth and were not brought by Rosetta itself?
-
comment
Comment #12460607
Nitpicking: surjective functions do not relate to unicity of ouptuts; you'd rather talk about non-injective functions. I agree with your point, though. (surjective != non-injective…
- story
- story
-
comment
Comment #12129827
Recently I've tried an approach where I send two documents when asked for a CV: - a "classic" CV which describes education, skills, work experience, and "miscellaneous" projects (l…
-
comment
Comment #12116022
Nice demo! Feature request: I'd like to see the people talking, like display sentence of a random pair of agents, every 10 sec e.g. That way I would feel immersed into users discus…
- story
-
comment
Comment #11618721
Location: New York City (desired). Paris, France (current) Remote: No Willing to relocate: Yes, to NYC. Technologies: Machine Learning / Data Science. Python (sklearn), R, C++, Jav…
-
comment
Comment #11025414
One could argue that as a name, `go` is not optimal either, yet it seems the community has worked around it pretty well.
-
comment
Comment #10593634
I remember reading in another HN thread about insulins (too lazy to search it right now) that plenty of prototype insulins have been developed, but most of them could cause nasty d…
-
comment
Comment #10402593
Not advocating anything, but could C++ have been a good choice? You'd get top performance, small memory footprint, opt-in static linking, at the price of a less "fun" language and …
-
comment
Comment #10338453
How about Cap'n Proto? Their marketing is great, but I don't recall seeing many experiences with it, so I'm asking for feedbacks here.
-
comment
Comment #10320117
So, is it eff-leef or fleef ?
-
comment
Comment #10317152
1. For the mnemonic, "\v" turns on "very magic" where all possibly special characters will have their special meaning without prefixing them with "\". Now, "\V" is just the opposit…
-
comment
Comment #10317132
I use them all the time (I've switched them on by default in .vimrc) while editing C++ code. Extremely, extremely helpful to get the structure of a file at a glance. For example, i…
-
comment
Comment #10317109
By the way, in your specific example, "ct(" is not necessarily the most efficient, because most of the time a function name will be a nice alphanumeric string; hence you can use "c…