Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
avinassh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
avinassh
4mo ago
TIL electrobun. How does it compare against electron?
2.
▲
Bun's problem may be developing in the open
(00f.net)
1 points
by
avinassh
4mo ago
|
0 comments
3.
▲
by
avinassh
4mo ago
I'd love to learn how the database is built and the sync works
4.
▲
SQLite prefixes its temp files with `etilqs_`
(avi.im)
3 points
by
avinassh
5mo ago
|
0 comments
5.
▲
Towards a Disaggregated Agent Filesystem on Object Storage
(penberg.org)
1 points
by
avinassh
8mo ago
|
0 comments
6.
▲
by
avinassh
10mo ago
previous Show HN post submitted by the author (109 comments) - https://news.ycombinator.com/item?id=41224689
7.
▲
Fermyon Joins Akamai
(fermyon.com)
14 points
by
avinassh
10mo ago
|
0 comments
8.
▲
by
avinassh
11mo ago
> You can shard your SQLite tables into multiple database files and query across all of them from a single connection. You mean using ATTACH statement, right? If you use WAL mode, then you cannot get transaction safety / ACID with A
9.
▲
by
avinassh
11mo ago
how does collaboration works for SQLite, since the db is embedded?
10.
▲
by
avinassh
1y ago
I have an old 2019 MBP, now I am tempted to try Pop on it. Does the external displays work?
11.
▲
by
avinassh
1y ago
> I've been working on something similar... although with slightly larger scope (intended to be used within containers/sandboxes) https://github.com/andrewbaxter/passworth > stored in encrypted sqlite3
12.
▲
Setsum – order agnostic, additive, subtractive checksum
(avi.im)
4 points
by
avinassh
1y ago
|
1 comments
13.
▲
by
avinassh
1y ago
any opinion on how does this compare with ente?
14.
▲
by
avinassh
1y ago
I find this interesting. This is probably the first time I am seeing a large-ish project ban AI outright
15.
▲
Gotosocial: We will not accept changes created with the aid of "AI"
(codeberg.org)
4 points
by
avinassh
1y ago
|
1 comments
16.
▲
by
avinassh
1y ago
Does substack let you add canonical URLs for the post? Otherwise won't you penalised by search engines for duplicated content?
17.
▲
Everything Is a []U8
(openmymind.net)
2 points
by
avinassh
1y ago
|
0 comments
18.
▲
Oldest recorded transaction
(avi.im)
182 points
by
avinassh
1y ago
|
106 comments
19.
▲
Tufte CSS
(edwardtufte.github.io)
207 points
by
avinassh
1y ago
|
48 comments
20.
▲
by
avinassh
1y ago
This is cool! The code base is small to follow easily and also TIL ggez. In the single player mode, the computer is not so intelligent. So initially i just kept winning without understanding what was happening.
21.
▲
by
avinassh
1y ago
Is it possible to create a filter that can work over a complex join operation? That's what IVM systems like Noria can do. With application + cache, the application stores the final result in the cache. So, with these new IVM systems, y
22.
▲
Replacing a cache service with a database
(avi.im)
81 points
by
avinassh
1y ago
|
66 comments
23.
▲
by
avinassh
1y ago
> I don't think WAL can ever really have a durable transaction; it is essentially based on leaving a transaction open until it gets "check-pointed" or actually committed to the database file why not? if you use synchronous
24.
▲
by
avinassh
1y ago
I wrote the first article, and I thought documentation is clear, but then I saw comment by Hipp which got confused me: > If you switch to WAL mode, the default behavior is that transactions are durable across application crashes (or SIGK
25.
▲
by
avinassh
1y ago
> am now always looking for more ways to include this for inline-documentation. same lol. here is a blog post of mine where I used them - https://avi.im/blag/2024/disaggregated-storage I had to convert them to
26.
▲
by
avinassh
1y ago
hey, I just tested and `NORMAL` is default: $ sqlite3 test.db SQLite version 3.43.2 2023-10-10 13:08:14 Enter ".help" for usage hints. sqlite> PRAGMA journal_mode=wal; wal sqlite> PRAGMA synchr
27.
▲
A Conceptual Model for Storage Unification
(jack-vanlightly.com)
27 points
by
avinassh
1y ago
|
3 comments
28.
▲
L2AW Theorem
(law-theorem.com)
2 points
by
avinassh
1y ago
|
0 comments
29.
▲
by
avinassh
1y ago
This looks great! I hope you will be able to get back to it
30.
▲
by
avinassh
1y ago
I don’t want to use JavaScript /TS but I want to make games for the web. Are there any nice framework which lets me write in Rust, it compiles to WASM for web?
More ›