Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dvektor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Absolute Beginner's Guide to Databasemaxxing
(pthorpe92.dev)
2 points
by
dvektor
6mo ago
|
0 comments
2.
▲
by
dvektor
1y ago
Absolutely love this article, couldn't agree with this more.
3.
▲
Discovering Programming at the Darkest Point in My Life
(h5law.com)
28 points
by
dvektor
1y ago
|
9 comments
4.
▲
by
dvektor
1y ago
Yes unfortunately for a long time my whole life revolved around 'drug culture', and so did of all my 'friends' and my entire social circle. I certainly cannot act like I did not deserve to come to prison, and it's d
5.
▲
by
dvektor
1y ago
Thanks Gavin! Really appreciate the support.
6.
▲
Working on databases from prison
(turso.tech)
849 points
by
dvektor
1y ago
|
534 comments
7.
▲
by
dvektor
1y ago
There is definitely a need for this, great idea! Looks like there is a TLS cert issue on the public instance, but I'll be sure to check back in a couple days and check it out.
8.
▲
by
dvektor
1y ago
I asked someone else what they use for rust. Normally I get by well enough with good structured tracing but lately that hasn't been cutting it.
9.
▲
by
dvektor
1y ago
Yeah the whole 'git repo = helm chart' just does not feel great at all. As we all know, the only thing worse is not using helm and having to deal with writing all those service, pv, pvc, ingress yaml files individually :)
10.
▲
by
dvektor
1y ago
Fantastic post, definitely could relate to quite a bit of that.
11.
▲
by
dvektor
1y ago
Very cool! I have been using LLDB quite a bit lately so I am eager to try this out. The state of debuggers dev experience really hasn't caught up to what things like Cargo have done for build systems, so I am glad to see people working
12.
▲
by
dvektor
1y ago
Congrats OP. also: microsoft teams is an unholy abomination
13.
▲
by
dvektor
1y ago
Reminds me of the scene in Silicon Valley where they team are excited to hear a VC interested in the details so they are explaining the technology on the whiteboard to the "investors" who were a team of engineers eager to copy the
14.
▲
by
dvektor
1y ago
I store my secrets in gpg encrypted files and inject them into my environment in my shell rc file. AWS_SECRET_ACCESS_KEY=$(gpg -d ~/.secrets/aws/key.asc) type of deal. its annoying to put in a password every time i open a new
15.
▲
by
dvektor
1y ago
fun fact. in federal prisons (and some portion of state prisons), books of stamps are essentially $5 bills. It's common to see people with huge wads of stamps in their pockets much like you would with cash. a few years ago, it became m
16.
▲
by
dvektor
1y ago
Love to see someone writing about vtabs, I implemented vtab support for a rust reimplementation of sqlite so I've recently learned a tremendous amount about them. They are very powerful and probably under utilized.
17.
▲
by
dvektor
1y ago
Great read. Love those articles where you go in thinking that you have a pretty solid understanding of the topic and then proceed to learn much more than you thought you would.
18.
▲
by
dvektor
1y ago
at least we all know what apache is, what it does and doesn't do, when it's running and how to start/stop/remove it :) god knows what a microsoft webserver is doing.
19.
▲
by
dvektor
1y ago
Surprised no mentions of sqlite yet :) I've always associated Tcl with sqlite because of how much it is used in their test suite and how you can have a tcl interpreter as a virtual table. Very interesting and seemingly often overlooked
20.
▲
by
dvektor
1y ago
Am I the only one that detected sarcasm? (cool business)
21.
▲
by
dvektor
1y ago
Ouch, 13 days to triage that is crazy. I definitely wasn't in need of any more reasons not to use something like nextJS, but I'll add this to my list.
22.
▲
by
dvektor
2y ago
Love it :) Glad to hear there are others who appreciate things like this
23.
▲
by
dvektor
2y ago
Little did my guy know that he would be starting one of the more hackernews-ish arguments out there. "is terraform code?", and despite everyone knowing exactly what he means, everyone must try to prove him wrong because he didn&#x
24.
▲
by
dvektor
2y ago
You are welcome sir, I quite enjoyed digging into your implementation a bit. I have been absorbing as much as I can to better understand sqlite and its general ecosystem. Yup you are absolutely right. My thought was that my next post would
25.
▲
Calling Rust from Cursed Go
(pthorpe92.dev)
38 points
by
dvektor
2y ago
|
8 comments
26.
▲
by
dvektor
2y ago
Fortune favors the bold, and this is nothing short of that. I've really been enjoying contributing and watching the project continue to gain traction. Excited to see where this goes.
27.
▲
by
dvektor
2y ago
this might be the best use of llm's discovered to date
28.
▲
by
dvektor
2y ago
As much as I conceptually agree with everything in this article... git checkout -b {branch} is not leaving my muscle memory any time soon
29.
▲
by
dvektor
2y ago
I was actually glued to that page for a few days recently, it's a great write-up. io_uring is such a tremendous improvement over epoll, in both speed and user experience. With sqpoll, vectored ops and proper batching you can get some c
30.
▲
by
dvektor
2y ago
Database engineering, and container engines/runtimes. I've become absolutely bored out of my mind writing backends, web services, etc. For the past month I've been contributing to a sqlite rust rewrite, and I want to continue
More ›