Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
svisser
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
svisser
1y ago
The word "translated" isn't correct here, as the articles may not be translations of other articles.
2.
▲
by
svisser
4y ago
It's not exactly tolerated by Wikipedia community, see this discusssion: https://en.m.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost...
3.
▲
by
svisser
4y ago
Ironically, her husband's name is Robin.
4.
▲
by
svisser
5y ago
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 you visit, say,
5.
▲
by
svisser
8y ago
You should look into BDI agents and BDI programming languages.
6.
▲
by
svisser
8y ago
Being good at hacking doesn't mean they can write clean maintainable code (in a team).
7.
▲
by
svisser
9y ago
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 understood and implemented.
8.
▲
by
svisser
9y ago
For context, Alibaba uses their own fork of MySQL which is AliSQL: https://github.com/alibaba/AliSQL
9.
▲
by
svisser
9y ago
Do you specifically want it to be about Python scripts or also other languages?
10.
▲
by
svisser
9y ago
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 sufficient number of people understand and accept
11.
▲
by
svisser
9y ago
Unfortunate name if you happen to know Dutch.
12.
▲
by
svisser
9y ago
https://github.com/jelmer/dulwich
13.
▲
Video game trailer qualifies for an Oscar
(gamasutra.com)
1 points
by
svisser
9y ago
|
0 comments
14.
▲
by
svisser
9y ago
Earlier thread: https://news.ycombinator.com/item?id=9896369
15.
▲
by
svisser
9y ago
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 and other data types.
16.
▲
by
svisser
9y ago
Coincidentally a book was written a few decades ago called "Ringmakers of Saturn" which discusses the presence of alien life around Saturn as well.
17.
▲
by
svisser
10y ago
In Python you can do this: 1_000_000 https://www.python.org/dev/peps/pep-0515/
18.
▲
by
svisser
10y ago
I guess the real question is: "Why have foosball (table football) become so popular among management of software development companies?"
19.
▲
by
svisser
10y ago
"Divided by a common syntax" also describes the relationship between Python 2 and Python 3.
20.
▲
by
svisser
10y ago
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 market but it did grow to dominate
21.
▲
by
svisser
10y ago
> 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 ORM generate that SQL for anything beyond the basics.
22.
▲
by
svisser
10y ago
This can detect when a CVE vulnerability is fixed but how would you know the version number at which it was introduced?
23.
▲
by
svisser
10y ago
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 made first.
24.
▲
by
svisser
10y ago
- 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 proposal in a way that emphasises how those metrics will improve
25.
▲
by
svisser
10y ago
Even if you get paid more, you still spend time learning knowledge and skills which aren't easily transferable to your next employer. You can't get that time back so long-term it's probably better to develop software in a mor
26.
▲
by
svisser
10y ago
You've already identified that it may not get much traffic and it isn't monetizable with two big ad networks. It's worth experimenting with a few things but you may just need to move on to another project that has better chan
27.
▲
by
svisser
10y ago
Dropbox https://news.ycombinator.com/item?id=8863
28.
▲
by
svisser
10y ago
It is essential to balance work with play. So you should not feel bad to play video games from time to time. But if you're always doing things that involve a lot of thinking (work, study) it may be good to balance that with exercise or
29.
▲
by
svisser
10y ago
The changelog should be a document written by humans for humans. So you manually maintain the changelog while working on fixes / features and you add any remaining notes just prior to each release.
30.
▲
by
svisser
10y ago
You can automatically remove six from your codebase after you're Python 3.x only. So six can be a possible solution (provided you have automated tests).
More ›