Viewing profile — svisser
svisser
HN member- Joined
- Mon, Jun 04, 2012, 7:27 PM UTC
- HN karma
- 389
- Public activity
- 150 items
- HN profile
- View on Hacker News ↗
About svisser
No profile information was provided.
Recent public activity
-
comment
Comment #44031957
The word "translated" isn't correct here, as the articles may not be translations of other articles.
-
comment
Comment #34107726
It's not exactly tolerated by Wikipedia community, see this discusssion: https://en.m.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost...
-
comment
Comment #30801135
Ironically, her husband's name is Robin.
-
comment
Comment #29463344
Wikipedia itself is also working on a new UI: https://www.mediawiki.org/wiki/Reading/Web/Desktop_Improveme... The English Wikipedia isn't one of the "early adopter wikis" but if yo…
-
comment
Comment #16960881
You should look into BDI agents and BDI programming languages.
-
comment
Comment #16641616
Being good at hacking doesn't mean they can write clean maintainable code (in a team).
-
comment
Comment #16259809
It may be because it's the vault codebase, a tool for secrets management, encryption as a service, and privileged access management. One would hope that such a codebase is well und…
-
comment
Comment #15366569
For context, Alibaba uses their own fork of MySQL which is AliSQL: https://github.com/alibaba/AliSQL
-
comment
Comment #15240057
Do you specifically want it to be about Python scripts or also other languages?
-
comment
Comment #15212032
The opening sentence of a linked article sums it up quite well: "If nobody understands a mathematical proof, does it count?" The abc conjecture may be solved today but only when a …
-
comment
Comment #14840872
Unfortunate name if you happen to know Dutch.
-
comment
Comment #14739406
https://github.com/jelmer/dulwich
- story
-
comment
Comment #14530411
Earlier thread: https://news.ycombinator.com/item?id=9896369
-
comment
Comment #14477521
For those looking to validate dictionaries / JSON responses in Python, the voluptuous library works quite well: http://github.com/alecthomas/voluptuous . It also works for lists an…
- comment
-
comment
Comment #14111059
Coincidentally a book was written a few decades ago called "Ringmakers of Saturn" which discusses the presence of alien life around Saturn as well.
-
comment
Comment #13812955
In Python you can do this: 1_000_000 https://www.python.org/dev/peps/pep-0515/
-
comment
Comment #13273511
I guess the real question is: "Why have foosball (table football) become so popular among management of software development companies?"
-
comment
Comment #13175468
"Divided by a common syntax" also describes the relationship between Python 2 and Python 3.
-
comment
Comment #13032253
Not necessarily. There is even an argument that you want to be "the last" on the market. For example, Google is the last "search engine" - it wasn't the first search engine on the …
-
comment
Comment #12873357
> In the long run, for readability and maintainability, ORMs win most of the time. It depends. Anyone working on that code now needs to learn the ORM, the SQL and how to let the OR…
-
comment
Comment #12805360
This can detect when a CVE vulnerability is fixed but how would you know the version number at which it was introduced?
-
comment
Comment #12619755
Would adding structure help in managing the work better? It can become difficult to convince management of hiring (paying) more people when there are improvements that should be ma…
-
comment
Comment #12619731
- Determine who you need to convince on this matter - Find out what metrics they care about (time lost, money lost, potentially employees lost, clients lost). - Formulate your prop…