Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Nican
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
Nican
2mo ago
I think the article is great as-is, showing how the initial architecture choices can have deep consequences.
2.
▲
by
Nican
5mo ago
I remember reading about how the major airlines now are more of a "bank that happens to have planes," due to the loyalty programs being worth significantly more than the airline. Delta Air Lines earned $8.2 billion from American E
3.
▲
by
Nican
5mo ago
This looks like yet another basic key value store. Benchmarking is a complicated problem, but FoundationDB claims 300,000 reads per second on a single core. TigerBeetle claims 100k-500k TPS on... Some kind of hardware? https://ap
4.
▲
by
Nican
6mo ago
I am trying to read this article on my phone without an ad blocker, and it is an impossible challenge. Ads keeps loading and unloading, causing the page to jump around, and lose track of what I was reading. The article is really interesting
5.
▲
by
Nican
10mo ago
This is a nice article, and I appreciate the examples. The next problem to solve is how to persist state on disk across two different accounts after a transfer has been done.
6.
▲
by
Nican
1y ago
Microsoft's blog post on Hyperlight got my attention a while ago: https://opensource.microsoft.com/blog/2025/02/11/hyperlight-... I am way out of my depth here, but can anyone make a comparison with
7.
▲
by
Nican
1y ago
Yeah. I read over that page, and everything seems sensible. The only part that is not well explained is that "FoundationDB has been tested with databases up to 100 TB".
8.
▲
by
Nican
1y ago
FoundationDB has been growing as my favorite database lately. Even though it is only key-value store. Out of curiosity: what are the scale limits of FoundationDB? What kind of issues would it start to have? For example, being able to store
9.
▲
by
Nican
2y ago
Transactional consistency / ACID guarantees. Before you execute the query, you should be able to query any of the data, and after you execute the query, none of the data should be available. The mechanisms to make a transactional datab
10.
▲
by
Nican
2y ago
Yes. SQL is a form of API, and it carries all the same challenges. -> Permission control, making sure that the user of API can not see data they are not supposed to. -> Auditability. Verify that the API is being used correctly. ->
11.
▲
by
Nican
2y ago
This looks like a good use case for ScyllaDB with Compression and TTL. It is pretty simple to setup a single-node instance. If you rather have something in-process and writes to disk, to avoid extra infrastructure, I would also recommend Ro
12.
▲
by
Nican
2y ago
As usual, there is a spectrum of data safety vs. performance. Redis is at the "very fast, but unsafe" side of the scale. ScyllaDB for me is in the middle of being high performance key-value store, but not really supporting transa
13.
▲
by
Nican
3y ago
I have been out of the loop with Java. Is Virtual Threads the answer to asynchronous I/O? (Much like Go/C# async/node.js?) That looks like an interesting solution to support asynchronous I/O without breaking all the APIs
14.
▲
by
Nican
3y ago
> the SQL syntax for selecting a few records is much more verbose than head -n or tail -n I use DBeaver to inspect SQLite files, and to also work with Postgres databases. I kind of miss MySQL Workbench, but MySQL is pretty dead to me. A
15.
▲
by
Nican
3y ago
I am happy using CockroachDB. The performance is not as good, since all your database writes require a 2 out of 3 quorum. But managing the database with the CockroachDB is pretty simple, since it can perform a rolling upgrade with no downti
16.
▲
by
Nican
3y ago
I first came to learn about the complexity of character sets by finding out that SQL Server's default characterset is 2 bytes per character. I eventually came across Scott's video. UTF-8 encoding is only as new as SQL Server 2019.
17.
▲
by
Nican
3y ago
Careful not to repeat what the University of Minnesota did to the Linux kernel, when willing submitting security bugs to write out a paper about trust.
18.
▲
by
Nican
3y ago
I thought of the same thing, so I am trying to find information on the documentation about things that CockroachDB does very well: 1. Consistent backups/transactions. When a backup is made, is that a single point in time, or best-effor
19.
▲
by
Nican
3y ago
AI can make you more productive, but it does not make you a better programmer. I am still skeptical about the quality of Copilot, but it has given me good suggestions about how to complete a line, instead of me having to type it all out. Bu
20.
▲
by
Nican
3y ago
It would be interesting to have blog posts about the optimizations that were made.
21.
▲
by
Nican
3y ago
I do not have that particular problem, but may I recommend for you to look for books on the subject? A search on Audible for "overachiever" came up with this: https://www.audible.com/pd/The-Achievement-Trap-Au
22.
▲
by
Nican
3y ago
I am another person that still have problems opening up a tab, and trying to access social media, even though I know it is blocked on my computer. My solution involves a Pi-hole. You can set a cron job to enable or disable rules. Other solu
23.
▲
by
Nican
4y ago
I have been toying with the idea lately of using a transactional database (like SQL) to manage some of the very important queues. Using a transaction to retrieve an item from the queue, and locking the row using "SELECT FOR UPDATE"
24.
▲
by
Nican
4y ago
The answer here is non-trivial. I have since long stopped developing with PHP, but PHP has several run modes (And multiple runtimes like HHVM), that may bring different performance and concurrency characteristics. Last I remember, PHP still
25.
▲
by
Nican
4y ago
Why do you believe that PHP would cause issues that Nodejs would not?
26.
▲
by
Nican
4y ago
Both. StackOverflow official blog mentions they are mixing both Entity Framework and Dapper. [1] [2] Specially with larger projects, I generally find that ORMs can be good enough for 90% of your code. It also enforces strongly typed models,
27.
▲
by
Nican
4y ago
Thanks. My brain crossed wires between Z-Library and IPFS. I updated my post.
28.
▲
by
Nican
4y ago
I like reading about IPFS, but I do not really have the time to learn about it and get involved. Last I remember, Z-Library was having an issue scaling the DHS to handle the number of files [1]. Did those issues get resolved? How is it goin
29.
▲
by
Nican
4y ago
Can you tell me more about the Salesforce decision? Salesforce is one of those companies that I hear the name a lot, but seldom do I get to read insights about them.
30.
▲
by
Nican
4y ago
I have a friend that insists that "Mastodon is Twitter with HOAs", but I do not agree with it. I am writing my own blog post about Mastodon: https://bristle-tachometer-5db.notion.site/Yet-another-Masto... I person
More ›