Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
devnull3
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
151.
▲
by
devnull3
4y ago
Anecdotal experience: The people in my circle who are not in tech industry are having schadenfreude when it comes to tech layoffs. The sentiment is "look-at-these-high-earning-hotshots" ... who is laughing now? Extending to wider
152.
▲
by
devnull3
4y ago
For folks who do did not get the reference, here is THAT runout: https://www.youtube.com/watch?v=XxiyKWBPshg Not that watching this will greatly increase the understanding of the game who do not know cricket.. but still. (B
153.
▲
by
devnull3
4y ago
I think 12k is just the start. The overall number will higher.
154.
▲
by
devnull3
4y ago
How so? I don't know much about Dubai (from emmigration pov) other than the fact that its a low-tax destination.
155.
▲
by
devnull3
4y ago
As a high-earning & tax paying immigrant in UK, it seems it is much easier to come to UK illegally than by legal means. It is getting harder to get a PR. Cost of living, rise in taxes and degradation in Govt services (e.g NHS) really ha
156.
▲
by
devnull3
4y ago
https://archive.md/zPOUa
157.
▲
by
devnull3
4y ago
> is combined with oxygen to form carbon dioxide Isn't that some mass will be get converted to energy while burning? So the weight of the resultant CO2 will be less than the fuel burnt.
158.
▲
by
devnull3
4y ago
I have a naive question: When we use/burn non-renewable fuels (crude, wood, coal, etc) it will reduce the mass of earth over the period of time. At which point (if at all) it will affect gravitational force between earth & sun
159.
▲
by
devnull3
4y ago
I don't think so. Govt of India has been promoting Sanskrit (without much success) since many decades. There is/was even Sanskrit news. Now-a-days I can see "Weekly Sanskrit Magazine: Vaartavali" from national news Doord
160.
▲
by
devnull3
4y ago
> Brahmos Nitpick: It is actually amalgamation of Indian & Russian rivers. Brahmaputra (India) and Moskva (Russia)
161.
▲
by
devnull3
4y ago
There is a requirement where I need data which existed at timestamp T or version V. So even a WAL needs to be versioned.
162.
▲
by
devnull3
4y ago
This is a part of a larger system which requires versioning of data. So there is a requirement of reading the data as of timestamp T. The sqlite is supposed to be metadata of that large data. Since the larger data itself is versioned I need
163.
▲
by
devnull3
4y ago
In git, each version of the database will be a full copy. The git has to perform diff i.e. scan the database file. Imagine doing commits & creating snapshots very frequently. Have a look at https://github.com/sudeep9
164.
▲
by
devnull3
4y ago
Yes. But you need to have such a filesystem installed at the first place. Mojo can run on any filesystem which does not support snapshots/versions. This makes it portable not only across different fs but also across OS.
165.
▲
by
devnull3
4y ago
Noted. I have changed the license to MIT.
166.
▲
by
devnull3
4y ago
I have changed the license to MIT. Sorry for the wrong impression.
167.
▲
by
devnull3
4y ago
(I am the author) Some of the use-cases of mojo I could think of: 1. Rollbacking DDL changes (like create table, adding columns, etc) 2. (My use-case) Multiple readers-single writer. Readers read old versions. Writers do not block readers a
168.
▲
by
devnull3
4y ago
From what I know of litestream, it should be decoupled from VFS implementation. The versions/snapshots are not known to the database.
169.
▲
by
devnull3
4y ago
I think you can read the code. I knowingly made the repo public. You do not even have to login to github. I think it should be ok.
170.
▲
by
devnull3
4y ago
Not sure I understood your question fully, but if there are multiple versions, then read will be over multiple files but writes go to a single active version.
171.
▲
by
devnull3
4y ago
I am the author. Mojo is both an extension and a VFS implementation. > AFAIK only one VFS can be active at a time. You can specify VFS as a part of connect URI.
172.
▲
by
devnull3
4y ago
> is it some kind of a tease (I am the author). It's definitely not a tease. The license will change within a week (max 2). This is my first open source project. The purpose is to validate the approach. This has been a private proje
173.
▲
by
devnull3
4y ago
Only modified pages go into a version data file [1] [1] https://github.com/sudeep9/mojo/blob/main/design.md
174.
▲
Show HN: Versioning Filesystem for SQLite
(github.com)
110 points
by
devnull3
4y ago
|
40 comments
175.
▲
by
devnull3
4y ago
I can confirm that it does. I am working on it as I write this :). Technically, an extension and VFS are separate things. An extension when loads, allows you to register the VFS with the Sqlite. It can also register virtual tables as well.
176.
▲
by
devnull3
4y ago
It just so happens that I am working on a versioned file system for sqlite based on its VFS interface. Planning to release it in a week's time. It will be in pre-alpha stage and its more of a proof-of-concept. Having worked with FUSE i
177.
▲
Has the world become less colourful?
(twitter.com)
13 points
by
devnull3
4y ago
|
5 comments
178.
▲
by
devnull3
4y ago
> What would be a good use case of Rust than Golang If you can afford GC in your project go for Golang else Rust.
179.
▲
by
devnull3
4y ago
I don't know how much nuclear reactors have advanced. But I can understand the fear in the someone's back of their mind: What if something goes wrong? I see this risk = Fallout x Probability. Even though the proponents argue that
180.
▲
by
devnull3
4y ago
India consistently disappoints the most optimists and the pessimists about its potential.
More ›