Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jimis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jimis
3mo ago
If you use the default mode MDB_SYNC then it's reliable but can be slow for writes. For max write performance you need MDB_NOSYNC (IIRC that's what the official benchmarks use) but then the whole database can be unrecoverable in c
2.
▲
by
jimis
1y ago
So each enclosure hosts its own RAIDZ2. Have you tested if it can survive loss of USB connectivity? It can happen because of cable damage or movement, and also because of any failure in the enclosure's electronics.
3.
▲
by
jimis
1y ago
Each drive shows up as an external USB mass storage device?
4.
▲
by
jimis
1y ago
What is the systemd equivalent for `service crond stop` and later `service crond start`? In other words, I want to disable all jobs for some time (for benchmarking) and then bring them back up.
5.
▲
by
jimis
2y ago
> The DC-ROMA RISC-V Pad II starts at $149 for the 4GB RAM version and is already available for pre-order on the DeepComputing store. > If you get the 16GB RAM variant, the tab is compatible with the Android Open-Source Projec
6.
▲
by
jimis
2y ago
Who are the phone/tablet manufacturers that are friendliest to rooting or installing open-source Android clones? It's a pain to do that on my Samsung Galaxy devices... I'm looking to buy a (new) 10'' tablet for that
7.
▲
by
jimis
3y ago
It's not the same buying a new product from official supplier, to buying something old and/or used from an unknown entity on eBay.
8.
▲
by
jimis
3y ago
> bloat their io buffer size to several GiB, set the eviction priority to 1 How do you tweak these? I'm aware of dirty_writeback_centisecs and the likes, but you are most likely referring to something different.
9.
▲
by
jimis
4y ago
> after paying more money than it would cost to buy a basic laptop No need to be imprecise, unless you are trying to push some agenda. The cost is CHF 198, which is around USD 195.
10.
▲
by
jimis
4y ago
They are only slow to compress. They are as fast to decompress, or even faster sometimes. Source: I tested.
11.
▲
by
jimis
5y ago
JGit has advanced a lot, and is in use in software handling huge repositories like Gerrit code review system. Java has also had numerous advancements in the past 10 years. It would be interesting to measure git vs JGit performance today. It
12.
▲
by
jimis
5y ago
The main complaint still stands: the report provides very few details about the incomes and expenses. Out of almost 100 slides, I only see one, titled "Financial Disclosures". And it does not contain many disclosures.
13.
▲
by
jimis
5y ago
Their financial report appears to be quite opaque and closed, as opposed to the Linux project and community.
14.
▲
by
jimis
5y ago
Now that SSDs are ubiquitous, hard disk drive manufacturers should up their game: * 5.25'' drive which is taller (more platters) and wider (more sectors per platter) * Slow rotational speed to reduce consumption and vibrati
15.
▲
by
jimis
5y ago
Defaulting to root UID is not an understandable default. Systemd requiring polkit is a valid issue.
16.
▲
by
jimis
6y ago
I find this article hard to read. But I believe its point stands. In Rust: - You bubble up errors using `?` operator, - then you get a nice error message. - However the location of the error is lost, the more complex the program, th
17.
▲
by
jimis
6y ago
I had implemented it once in 2 lines of Python. some 25 years ago. If I can shake the rust maybe I'll be able to rederive it. Please do! I would love to see a concise and readable implementation in Python.
18.
▲
by
jimis
6y ago
Awesome to see you answering here! It's obvious that your little experiment has had the honour to be hammered many times by thousands of people, so I'm curious to hear your experience. Has it been running on a single node all thes
19.
▲
by
jimis
6y ago
I was looking for Twitter alternatives and found this one, which is old and stale but looks like a very interesting experiment! Quoting its frontpage: But what's wrong with Twitter? I'M GLAD YOU ASKED. There are two aspects
20.
▲
Blërg, a microblogging platform
(blerg.cc)
122 points
by
jimis
6y ago
|
67 comments
21.
▲
by
jimis
6y ago
Thanks for the link to OPAQUE. It looks indeed much better than SCRAM-SHA, I like how the draft underlines that "clients never disclose their password to the server, even during registration." Do you know if/when it is consid
22.
▲
by
jimis
6y ago
> If you use SCRAM-, you're committing your password storage to only* use that method for storing the plaintext. I consider this an advantage. I know how the password is stored, and if the service wants to update the storage, than i
23.
▲
by
jimis
6y ago
I would personally want to see the opposite: disable PLAIN or LOGIN or HTTP basic auth methods or plaintext HTML password-entry forms, and never ever send a password without a digest challenge-response method, even over TLS . Of course fir
24.
▲
by
jimis
6y ago
Aeskulap was the best one, I used it successfully a couple of years ago, despite the home page making it look like abandonware. http://www.nongnu.org/aeskulap/ Unfortunately it seems it's no longer available in Fe
25.
▲
by
jimis
7y ago
> (including features like undo) Can you please elaborate on this?
26.
▲
by
jimis
8y ago
Don't you have the right to remain silent and not answer?
27.
▲
by
jimis
8y ago
LMDB is a very good choice for many well-known reasons. I don't need to expand here, the advantages are well documented, and more and more projects are choosing LMDB. However LMDB does not solve all problems, and can be a bad choice fo
28.
▲
by
jimis
8y ago
Isn't this from the paper "all filesystems are not created equal"? [1] If you search the tables for "sqlite-wal" you will see that it shows zero vulnerabilities. [1] https://www.usenix.org/system
29.
▲
by
jimis
8y ago
Agreed for the read workloads, I have the same experience. It was designed primarily for an LDAP directory after all, an application that is very read-heavy.
30.
▲
by
jimis
8y ago
Section 4: "using a 512GB Samsung 830 SSD and an ext4 partition. The actual drive characteristics should not matter because the test datasets still fit entirely in RAM and are all using asynchronous writes"
More ›