Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pjungwir
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
pjungwir
9d ago
I was wondering last night: are any of the fundamental forces "blocked" by an intervening object? I assume not, since there is nothing like that in the equations. But that is kind of interesting, since sometimes you hear talk of h
2.
▲
TQuel Paper: Implementing Temporal Operators in Postgres
(illuminatedcomputing.com)
1 points
by
pjungwir
2mo ago
|
0 comments
3.
▲
by
pjungwir
2mo ago
When I was still much more skeptical of AI, I asked ChatGPT to write me a proof of the Goldbach Conjecture. Of course it didn't, but it gave me a several-screens-long research program for how one might get there, with a few alternate p
4.
▲
by
pjungwir
3mo ago
I think yes. You're saying that the invoice is generated from other data in separate tables, and it should be immutable even if that data changes. So today you are copying everything used by the invoice. That's exactly why I start
5.
▲
by
pjungwir
3mo ago
In the Postgres version, you can use a rangetype or multirangetype over any base type (integers, inets, frammishes, etc). This is a generalization of SQL:2011, where PERIODs have to be on date/timestamp/timestamptz columns. I have
6.
▲
by
pjungwir
3mo ago
For application time, everything lives in one table (although you could partition it). The biggest performance hit, I suspect, will come from GiST indexes instead of B-Trees. Some general GiST improvements are on my TODO list, and I learned
7.
▲
by
pjungwir
3mo ago
Hey I worked on this! Thank you to everyone here saying they are excited about it. I often hear doubts that anyone wants this. Perhaps that's why vendors have been so slow to add it. And thank you 'bonesmoses for writing about it!
8.
▲
My Claude Code Setup
(illuminatedcomputing.com)
11 points
by
pjungwir
3mo ago
|
1 comments
9.
▲
by
pjungwir
3mo ago
Yes, I su to the user. Typically I have it run a tmux session for each "project". That makes it easy to get more windows without su'ing over and over. Also its tmux sessions all get a yellow status bar (in ~claude/.tmux.
10.
▲
by
pjungwir
3mo ago
I know there are VM solutions, but I've been happy with a separate OS user (named `claude`). He has similar dotfiles to mine, but no secrets. My own home directory is 0700. He has his own ssh key that I added to my github profile, but
11.
▲
Autonomous Software Maintenance Has Arrived
(tembo.io)
2 points
by
pjungwir
1y ago
|
0 comments
12.
▲
by
pjungwir
1y ago
Does this scheme give a way to progressively load slices of an array? What I want is something like this: ["foo", "bar", "$1"] And then we can consume this by resolving the Promise for $1 and splatting
13.
▲
by
pjungwir
2y ago
I've seen this a lot when someone wants to add "workflow automation" or "scripting" to their app. The most success I'd had is embedding either Lua or Javascript (preferably Lua) with objects/functions from
14.
▲
Solving bison shift/reduce conflicts in Postgres
(illuminatedcomputing.com)
1 points
by
pjungwir
2y ago
|
0 comments
15.
▲
by
pjungwir
2y ago
I've used [mmdc]( https://github.com/mermaid-js/mermaid-cli ) to generate mermaid images from a Makefile. It looks like it is implemented with puppeteer, so perhaps it doesn't quite fit your request. But if you
16.
▲
by
pjungwir
2y ago
SEEKING WORK - Portland, OR or Remote I'm a full-stack developer with 20+ years experience. My specialties are deep Postgres consulting, web development in Rails/Django, and devops with Kubernetes, AWS, Azure, Terraform, Ansible,
17.
▲
by
pjungwir
2y ago
Nero isn't from the the late Roman Empire either.
18.
▲
by
pjungwir
2y ago
Great article! I'm looking forward to reading the rest of the series. I noticed a couple details that seem wrong: - You are passing `context` to `log_then_get` and `get`, but you never use it. Perhaps that is left over from a previous
19.
▲
Debugging the Sprinkler System
(illuminatedcomputing.com)
3 points
by
pjungwir
2y ago
|
0 comments
20.
▲
by
pjungwir
2y ago
How did JFrog know this github token was so powerful, compared to all the other ones I'm sure their scanner detects? What caused a human to get involved?
21.
▲
by
pjungwir
2y ago
If you add contact info to your profile, I will reach out. Or feel free to send me a note.
22.
▲
by
pjungwir
2y ago
Calagator has been dead for years, and I don't understand why. Way before the pandemic: agreed. Most of what I see there now is business networking or people selling something. But there are still things happening, e.g.: - pdxpug (Post
23.
▲
by
pjungwir
2y ago
Indeed, if you read The Goal or The Phoenix Project , they call this "slack". There is a whole theory about why slack matters.
24.
▲
by
pjungwir
2y ago
Oh this is very helpful! When I read Turing's paper some years ago, this really confused me. The best sense I could make was that "circle-free" means "halts". But in popular explanations, writers often equate "
25.
▲
by
pjungwir
2y ago
> Entire C++ servers with hundreds of lines of code can be built from scratch in a minute or two tops. Hundreds, huh? Is this a typo? It makes me wonder if the whole comment is facetious. Or do C++ programmers just have very low expectat
26.
▲
by
pjungwir
2y ago
I just finished reading Kernighan & Pike's The Unix Programming Environment this weekend, and it has a lot of awk. I read it more as a history book (it was published 40 years ago!), but the awk parts were a highlight, second only
27.
▲
by
pjungwir
2y ago
> I've personally also used identity theft protection services since as far back as the 90's now, simply to know when actions such as credit enquiries appear against my name. I've always thought companies offer those for u
28.
▲
by
pjungwir
3y ago
NASA is covering this on twitch right now: https://www.twitch.tv/nasa
29.
▲
by
pjungwir
3y ago
I think it would be cool if stdout worked something like the clipboard, where you have different representations, and when an application copies something from the clipboard it selects the representation it wants. I'm not sure how to a
30.
▲
by
pjungwir
3y ago
Not exactly what you asked for, but you should look up Chef (not the devops tool). It was part of an MIT Mystery Hunt one year. You could certainly write the recipes with a royal style.
More ›