Viewing profile — tmpfs
tmpfs
HN member- Joined
- Tue, Jan 26, 2016, 2:21 AM UTC
- HN karma
- 306
- Public activity
- 111 items
- HN profile
- View on Hacker News ↗
About tmpfs
Recent public activity
-
comment
Comment #48844415
You have completely misused and re-purposed this term. The common interpretation is that the software will continue to function without an internet connection which is not the case…
-
comment
Comment #48770360
I think local-first password managers are the way forward. Big tech companies already have way too much power and having them mediate our most important data is a bad precedent to …
-
comment
Comment #47109809
I had an almost identical experience about 20 years ago too. I imagine they are still just as bad. I think it is highly likely the wealth of the PayPal mafia founders is partly der…
-
comment
Comment #47022425
You should look at the native messaging API, it does what you need for bi-ditectional communication between extension and local app. https://developer.mozilla.org/en-US/docs/Mozill…
-
comment
Comment #46918573
We care about this porblem and are actively working on it, like the OP we also settled on shamirs secret sharing with a time lock mechanism. However, there is still the issue of th…
-
comment
Comment #45986988
This is a very cool experiment, even if the board doesn't end up being that practical (the antenna hack is going to be an ongoing issue I think) your documentation looks great at a…
-
comment
Comment #45342369
I am totally sold on local first apps. I think the recent enshitification of many services (which is also inevitable for the new wave of AI services) plus the inherent privacy risk…
-
comment
Comment #45272167
Agreed, more than time to revisit. I have stopped using npm entirely because of their cavalier attitude to security. Code signing could and should have been implemented years ago. …
-
comment
Comment #45062384
I disagree, I think most of these opinions I see about CSS are from people that haven't taken the time to learn it and particularly to understand the cascade. Many years ago I did …
-
comment
Comment #45055995
Hey, I went to take a look at Obscura and I like the ideas but I can't find the source code. You are making some bold claims but without the source I can't verify those claims. Any…
-
comment
Comment #45010182
This is nonsense. By your logic me and the majority of people using Signal are criminals. As the other commenter mentioned please provide proof for these hyperbolic claims.
-
comment
Comment #44692758
I have used this as well as many of the other lower-level db drivers (which don't check your SQL at compile time) and I can say I much prefer the latter. My issues with SQLx when I…
-
comment
Comment #44067933
Interesting as I was researching this recently and certainly not impressed with the quality of the Readability implementations in various languages. Although Readability.js was cle…
-
comment
Comment #43978122
This is very interesting, are there any examples of interacting with LLMs? If the queries are compiled and loaded into the database ahead of time the pattern of asking an LLM to ge…
-
comment
Comment #43765093
As somebody with a wooden house and the feeling to learn carpentry and spend less time programming I think this is brilliant. Combining minimal design with a hacker and DIY ethos i…
-
comment
Comment #43600817
Good article but a minor nitpick is that port zero is not strictly an invalid port as it's often used to allow the OS to pick an available port at random.
-
comment
Comment #43441387
The problem is that the requirements can be vastly different. A collaborative editor is very different to say syncing encrypted blobs. Perhaps there is a one size fits all but I do…
-
comment
Comment #43385915
Really hope this project succeeds as somebody heavily invested in a Flutter app with a Rust backend Dioxus could be great for us so we will continue to follow closely. Flutters hot…
-
comment
Comment #43304908
That's the exact reason it's open source, so it would still be possible to access your data in such an event. We clearly see things differently but I think using computers to make …
-
comment
Comment #43299426
I don't have the time to look deeper into it right now as I am quite happy with my current setup but if you do want to make an ascinema recording here is a little tool I wrote to h…
-
comment
Comment #43299305
Please try our solution[1] It's truly local first and will work fine in an airgapped situation. It's also designed to be self-hostable[2], is open source [3] and the API is well do…
-
comment
Comment #43285121
Yes, a screenshot would be good to get a visual on this. I have done a simple shell using Rustyline and Clap and this could be something I might be interested in but it's hard to s…
-
comment
Comment #43010967
I suspect that it's perfectly valid to name a column "from" or any other SQL keyword so allowing a trailing comma would make the grammar ambiguous. Personally I agree with the sent…
-
comment
Comment #42397123
I decided to try this recently on my first browser extension and so far the experience has been good. Sometimes the websocket connection for the hot reload dies but apart from that…
-
comment
Comment #41943047
We have been working on a open-source, cross-platform alternative called SOS[1]. The source code is on github[2] and includes a self-hostable server for syncing. It is well documen…