Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jbergknoff
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Chromecasts Bricked by Expired Certificate
(old.reddit.com)
6 points
by
jbergknoff
2y ago
|
1 comments
2.
▲
by
jbergknoff
2y ago
> 10. The FOSS axiom "More Eyes On The Code" works, but only if the "eyes" are educated. One thing that could help with this is if somebody points an LLM at all these foundational repositories, prompted with "doe
3.
▲
by
jbergknoff
3y ago
Yeah, I found it very interesting how McCullough (Masters of Rome) idolizes Caesar and holds Cicero in contempt, and Harris is exactly the opposite.
4.
▲
by
jbergknoff
3y ago
AM/PM is bad, but I have a GE microwave which requires you to also set _the date_ when you're setting the clock. How could somebody think that was a good idea? :)
5.
▲
Wolfram ChatGPT Plugin Manifest
(wolframalpha.com)
9 points
by
jbergknoff
3y ago
|
0 comments
6.
▲
by
jbergknoff
4y ago
Packages had an incident two days ago, also: https://www.githubstatus.com/incidents/sn4m3hkqr4vz . I noticed it when a Terraform provider download was failing, citing a 404 from objects.githubusercontent.com.
7.
▲
by
jbergknoff
4y ago
> The easiest practice to implement for peak Git efficiency is to stick to a subset of commands This has been my experience as well. Great article, thanks! I've been using essentially this same subset of commands for many years, and
8.
▲
by
jbergknoff
4y ago
Yes, there are threshold cryptography schemes with "distributed key generation" [1] in which the parties end up holding shares but the full secret is never known to any party. Then, to your point about "the only time they key
9.
▲
by
jbergknoff
4y ago
If I've already reviewed a PR and the author makes further changes, I definitely prefer to review an add-on commit. If the history is rewritten/rebased, then IME the entire PR needs to be re-reviewed from scratch. If we're ta
10.
▲
by
jbergknoff
6y ago
I'm a big fan of using containers to distribute and run tools. It's an underappreciated use case. I wrote about its benefits (and drawbacks) a few months ago: https://jonathan.bergknoff.com/journal/run-more-st
11.
▲
by
jbergknoff
6y ago
I recently got an external monitor for my work Macbook. I plugged it in and soon found out that closing the laptop doesn't put it to sleep anymore. I can kind of see why somebody would want this behavior in some situations. I can'
12.
▲
Amazon Sidewalk
(amazon.com)
2 points
by
jbergknoff
6y ago
|
0 comments
13.
▲
Solving Tom's Data Onion
(thosewhowork.com)
2 points
by
jbergknoff
6y ago
|
0 comments
14.
▲
by
jbergknoff
6y ago
Great work on the book, and thank you for writing about the self-publishing process [1]. I'm in the process of writing a book, and your writing has addressed several things that have been on my mind. [1] Especially https://w
15.
▲
by
jbergknoff
6y ago
Thanks for that feedback! I'll update the readme.
16.
▲
by
jbergknoff
6y ago
Hi, I'm the author. Thanks for taking a look. This is basically a tool to help manage a "Dockerfile" repo (along the lines of https://github.com/jessfraz/dockerfiles ), where you build any tools you want
17.
▲
Show HN: Dockerfiler: declarative management of images built from Dockerfiles
(github.com)
35 points
by
jbergknoff
6y ago
|
49 comments
18.
▲
by
jbergknoff
6y ago
Yeah, I'm seeing the same. The branch reflects the new commit, but the PR open for that branch does not show it.
19.
▲
Terraform Pain Points
(jonathan.bergknoff.com)
2 points
by
jbergknoff
6y ago
|
0 comments
20.
▲
Terraform Pain Points
(jonathan.bergknoff.com)
7 points
by
jbergknoff
6y ago
|
1 comments
21.
▲
by
jbergknoff
6y ago
On the contrary: Docker is currently the best way, bar none, of distributing tools like this one to developers. Kudos to the Super Linter developers for doing this right. I wrote an article a while ago arguing this point: https://
22.
▲
by
jbergknoff
6y ago
Indeed. I went through it all about three years ago and learned a ton (starting from essentially "I have a table saw but I don't know what the miter slots are for"). For people interested in this stuff who haven't seen
23.
▲
by
jbergknoff
6y ago
Many great examples here, and my wife and I do many of the same things, but it's not always this easy. If your child is receptive to these things, like the children in the article, that's great. Our younger one is receptive and ou
24.
▲
by
jbergknoff
6y ago
In other words, it becomes the concern of the person shipping the code, rather than the concern of the person trying to run the code. That's exactly how it should be.
25.
▲
by
jbergknoff
6y ago
> https://covid19.healthdata.org/united-states-of-america/texa... Am I missing something? It doesn't look like this has any data on hospitalizations. The graphs are all based on "projected" data.
26.
▲
by
jbergknoff
6y ago
I have a really hard time parsing `unless`. Whenever I encounter it in Ruby or CoffeeScript code, it takes me 10-30 seconds to stop and understand what's happening with the code. Generally, postfix conditionals are a bad idea because t
27.
▲
by
jbergknoff
6y ago
If I create a file in my project named requests.py, then a sibling file's `import requests` starts importing that file, instead of the library. Maybe name conflicts are "basically fixed" in the sense that there are ways to av
28.
▲
by
jbergknoff
6y ago
This is amazing! I'd be interested in more details about capturing the IR signal, both by the invasive method and the "operate an LED in reverse" method. At one point I thought about trying to do something similar with my old
29.
▲
by
jbergknoff
6y ago
I think anything that treats paths on disks/library names as string literals would be workable. So, for instance, the stuff from the importlib standard library would probably be good enough if it was a top level/global construct t
30.
▲
by
jbergknoff
6y ago
> One of my favorite Python features is the way that the files and directories your application is made of map one-to-one with how you import and use them in code. Funny to see this stated explicitly in this way. In my opinion, this is o
More ›