Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adregan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
adregan
14d ago
I think that’s why it stuck with me.
2.
▲
by
adregan
21d ago
At some point, after watching this video[0], I was never able to watch a movie with Tim Curry and not think about Haskell. 0: https://youtu.be/LnX3B9oaKzw?t=3m6s
3.
▲
by
adregan
29d ago
I think you'll find your workflow is still required. `git history split` is really only focused on turning a commit into 2 commits, so if you wanted multiple, you would need to run the command multiple times. Add to that, it's pat
4.
▲
by
adregan
1mo ago
I'd love to, but I keep/cut my grass on the longer side and my dog was eating so much of the clippings (and then throwing it up) when I mulched that I chose to compost far away from where she could get it.
5.
▲
by
adregan
1mo ago
I have a small yard and I'm not optimizing for the fewest moves, I'm optimizing for both the longest continuous lines (because I think they look nicest) and the shortest distance to carry the clippings at the end. I have a differe
6.
▲
by
adregan
2mo ago
I can’t tell if this is sarcasm. If not, I doubt some typesetter in the 19th century (or earlier) was so drunk with power when setting out the lead type to make the 3-em dash. EDIT: Additionally, unicode primarily exists to encode the typog
7.
▲
by
adregan
3mo ago
It’s a famous “Yogi-ism”[0] > On why he no longer went to Ruggeri's, a St. Louis restaurant: "Nobody goes there anymore. It's too crowded.” 0: https://en.wikipedia.org/wiki/Yogi_Berra
8.
▲
by
adregan
4mo ago
My issue with DDG AI result is that sometimes I would accidentally hit the "more" button to expand the result and it would begin a painfully slow crawl of text that pushed the results I was actually interested in further and furth
9.
▲
by
adregan
4mo ago
A decade ago I was working with an intern who wasn’t allowed access to push to any branch. As I wanted him to get experience with the development cycle, I set up a bare repo in a shared Dropbox folder and had him push code there. Aside from
10.
▲
by
adregan
5mo ago
I apologize for taking the conversation off course as it wasn’t my intention, and I also thank you for providing examples of Dijkstra‘a writing. In asking for a recommendation, I was admitting a great blind spot, so you needn’t be breathles
11.
▲
by
adregan
5mo ago
I suppose the thing that stuck in my craw is what I perceived as a personal slight: > Your writings made me wonder in which discipline you got your doctor’s degree. It’s ambiguous, so I can give the benefit of the doubt. However, if inte
12.
▲
by
adregan
5mo ago
APL is the only language I've ever dreamt about writing (as in: I could see the characters); I'd dreamt about programming in the past, but those dreams were usually what I would categorized as a nightmare—desperately trying to fix
13.
▲
by
adregan
5mo ago
Where are these jobs that onboard non-APLers? Asking for a friend ;)
14.
▲
by
adregan
5mo ago
Excited for the new release! Though looks like `git history split` won't yet replace my typical workflow: $ git rebase -i // with e on commit in question $ git reset HEAD~ $ git add -p As I can't edit th
15.
▲
by
adregan
5mo ago
I’m not really understanding the notion that these people are so sincere. Perhaps we have different definitions of sincerity. To my eye, the entire fascination of unsafely injecting peptides in a desire to change your being is largely the o
16.
▲
by
adregan
5mo ago
I typically prefix my commit messages with the ticket number to make it easier to spot the commits to drop.
17.
▲
by
adregan
5mo ago
You head to the farthest branch in the chain, fetch the latest main, and run `git rebase --update-refs main` (I prefer interactive mode myself) and then force push all of the branches from start to the end. 1: https://git-scm.com
18.
▲
by
adregan
6mo ago
Is that by convention or is there a good reason that it’s so CPU bound? I don’t have experience with CAD, so I’m not sure if it’s due to entrenched solutions or something else.
19.
▲
by
adregan
7mo ago
Have you asked them to compile it to BEAM bytecode directly?
20.
▲
by
adregan
7mo ago
In the section on security: > One large enterprise employee commented that they were deliberately slow with AI tech, keeping about a quarter behind the leading edge. “We’re not in the business of avoiding all risks, but we do need to man
21.
▲
by
adregan
7mo ago
Last 2 positions I’ve had haven’t had 401k matching and the health insurance costs are eye watering. I might consider an improvement in both to be worth a fair bit.
22.
▲
by
adregan
7mo ago
How are folks navigating the sheer rate of inflation in the last 5 years? In job listings, I’ve seen salaries for Senior or Staff remain about the same as they were (thought usually edging a little lower), but adjusted for inflation, they a
23.
▲
by
adregan
8mo ago
For pines, not great. Timber farming was so heavily encourage for so many years that there is a glut and prices have stayed about the same in real dollars for decades. Solar panel leases are so long (50 years on top of the decade to interco
24.
▲
by
adregan
8mo ago
> This question may be naive, but why is the agricultural industry so subsidized? I believe this is the same tune we hear in other industries: it’s the effect of the consolidation of companies which provide the inputs (seed and chemicals
25.
▲
by
adregan
8mo ago
When I was a young urbanite, I might not have believed you if you told me that one day I would gain great pleasure in discovering large blooms of Dog vomit slime mold in the garden, but here we are. Slime molds are really amazing; large pat
26.
▲
by
adregan
9mo ago
I suppose I’m pointing it out to highlight the trade offs with any of these solutions. What is unsaid is that we need to sequester CO2 for hundreds of years—often far beyond the lifespan of the trees. Trees are short term storage, and somet
27.
▲
by
adregan
9mo ago
One little appreciated fact is that trees also respirate CO2 when they are cracking their stored sugars produced via photosynthesis. So they don’t sequester all of the CO2 that they consume.
28.
▲
by
adregan
9mo ago
The main commercial use is enhanced oil recovery—shooting it into old wells to extract more oil (super ironic if captured from the air). One application I think is neat is that it’s a pretty robust refrigerant in a heat pump application.
29.
▲
by
adregan
11mo ago
The gp's comment wasn't made regarding the look of the operator in its ascii representation `|>` but about the vertical misalignment. Typically you align a pipeline like so: df |> rbind(other_df) |> selec
30.
▲
by
adregan
11mo ago
One neat thing about the referenced chapter on macros from Practical Common Lisp is that it's chapters 7 and 8 of a 30+ chapter book. You're only learning about variables in the chapter before and then macros. I like to think ab
More ›