Viewing profile — osinix
osinix
HN member- Joined
- Mon, Jul 13, 2026, 4:00 AM UTC
- HN karma
- 9
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About osinix
Recent public activity
-
comment
Comment #49174257
Having a crowded and sloppy environment, is not a good way to go. When you log in to your account, you should not source a bunch of environment files by default. It is always a goo…
-
comment
Comment #49101094
I have some experience with different databases and system designs. In one of my last projects I used SQLite. However, I used only one dedicated process for writing and other proce…
-
comment
Comment #49089146
This is the right practice. Why put the burden on the server? It is the job of client to remember, not the server. Server is there to serve requests, not do the remembering. That i…
-
comment
Comment #49027288
This is the same old good way from database world. A db client never touches the disk, but sends requests to a server who owns it. Same in your product. Keys are separated from age…
-
comment
Comment #48995858
You can use old school way. You can have a tape backup, ssd, or a device that is not connected to the network constantly. Copy there and unplug the device.
-
comment
Comment #48981656
The backups got wiped together with the systems, so they were reachable from same network. A backup the attacker can reach is not a backup. Good they had an offline copy, but a sys…
-
comment
Comment #48952906
[flagged]