Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
herge
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
herge
4y ago
I hit annoyances when using sqlite when dealing with some corner-cases. I wanted to implement a lock and share some small amount of data (who did what when) between two different linux users on the same machine. I figured "sqlite is be
2.
▲
by
herge
6y ago
> company luxury cars for the executives, a company home that they let the CEO live in, and executive compensation All those should be taxed like the equivalent of income for those executives, which is a higher rate than the corporate ta
3.
▲
by
herge
6y ago
Does anyone know of a good KeepassX client on iOS?
4.
▲
by
herge
7y ago
Provinces aren't states, but, for example, I live in a distinct nation to you (I assume, if you are under the "aegis of Britain" ;) There is no written constitution, but there are specific acts, charters and traditions that f
5.
▲
by
herge
7y ago
Because it is unconstitutional for the federal government to but into commercial law that is not under it's purview?
6.
▲
by
herge
7y ago
Yes, and slowly upgrade from bcrypt(sha1(password)) to just bcrypt(password) as uses reenter their password. Do the same when you finally upgrade from bcrypt to whatever is next. No harm in specifying the encryption 'state' in you
7.
▲
by
herge
7y ago
And if you really spend a lot of time in a python debugger, pudb ( https://pypi.org/project/pudb/ ) is a lot of fun. It includes a full curses debugger, it saves breakpoints between runs, can run any interpreter (ip
8.
▲
by
herge
7y ago
One complaint about buildbot is that if you get too creative, your buildmaster.cfg gets very hard to maintain, but if you stay very diligent, just having python (and being able to print or log whatevery is happening) makes debugging and hav
9.
▲
by
herge
8y ago
Maybe the spry takeaway is that you should write tests for things you want to make sure they will not break. Your UI being off by a pixel won't break your application, so if a test hangs on that, then it is not a good test. However, yo
10.
▲
by
herge
8y ago
> Audit FOSS and sell your audit guarantees in a contract Pay Redhat enough and they will do that. Although you will be limited in what you can use.
11.
▲
by
herge
8y ago
Really? There are no suburbs in Canada? There were sure a lot of poor neighborhoods in Montréal near the downtown core in the 60's and a lot of residential development on the South Shore and the West Island.
12.
▲
by
herge
8y ago
The VPN has as much a view in your traffic as your ISP or mobile carrier, for what it's worth.
13.
▲
by
herge
8y ago
Inflation won’t do anything to your fixed-rate debt, but hopefully it will increase your wages to make the debt easier to pay.
14.
▲
by
herge
9y ago
Then why not a contractor? If you trust nobody, at least you can protect yourself with a contact.
15.
▲
by
herge
9y ago
I am sure everyone has stories about how awful their HR department it, but if you do not trust HR, then who do you trust in your company? Your boss? Nobody? And, assuming you are a white collar worker (like a programmer) with a full-time p
16.
▲
by
herge
9y ago
Pandemic Legacy is a real gem. Me and my friends are having a great time playing it. Even if you have played pandemic to death, the twists at every month make each game distinct and encourages you to try different strategies and characters.
17.
▲
by
herge
9y ago
Also have a very quick search, which beats any server based wiki.
18.
▲
by
herge
9y ago
Berkley DB just stores byte arrays, so it is not 'typed' either.
19.
▲
by
herge
9y ago
I'd just write protobuf "blobs" or other serialization format n in an sqlite text column. If you need to query across the typed data, you could build an index in another column from the data in your protobuf blob.
20.
▲
by
herge
9y ago
It's paid out of unemployment insurance funds from the government.
21.
▲
by
herge
9y ago
I guess CDs were not a revenue source after all: "> If no OpenBSD CDs are going to be released, then probably it is better > to just send a donation to the OpenBSD foundation and/or to Theo de > Raadt. Vijay, that is
22.
▲
by
herge
10y ago
How's that working for reddit?
23.
▲
by
herge
10y ago
Maybe if you take a drink or two, you'll cheer up!
24.
▲
by
herge
10y ago
Well, the master password is complex enough to have to really guess at it, even if they had the raw keepass file. And I can change it regularly without affecting any other login. If someone does crack it, at least I have a handy database of
25.
▲
by
herge
10y ago
I keep a keepass file in dropbox, and Minikeepass/dropbox client on my phone. I memorize the keepass password, can access any password from my phone, but I can also access my dropbox/keepass file from any computer if I lose my pho
26.
▲
by
herge
10y ago
I do not know which feature I will miss the most whenever I have to use older versions of python, either the f-string interpolation or the underscores in numeric literals.
27.
▲
by
herge
10y ago
You can switch the capslock key for escape if you really miss it. It's under System Preferences > Keyboard > Modifier Keys.
28.
▲
by
herge
10y ago
Well, it's un-inhabited, so it's a lot easier to swap, as opposed to exclaves who usually have inhabitants who would not be too happy to switch nationality.
29.
▲
by
herge
10y ago
I use a site like http://lingojam.com/FancyTextGenerator to generate 𝖚𝖘𝖊𝖋𝖚𝖑 𝖙𝖊𝖘𝖙 𝖉𝖆𝖙𝖆. The only downside is that it has taught me that my favourite debugger is not unicode safe :(
30.
▲
by
herge
10y ago
Pro tip: Use non-ascii characters in your test data. Instead of John Smith, try Helmut Müller. This will make sure your code is unicode safe, and also make sure that external dependencies (hey, our spreadsheet library silently fails when a
More ›