Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
williamjackson
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
williamjackson
3mo ago
I do this too! But I call it `.local`
2.
▲
by
williamjackson
4mo ago
Coming to uv from pip, I fall back to uv pip list --outdated when I need that information.
3.
▲
by
williamjackson
5mo ago
I was really hoping for a gif or two!
4.
▲
by
williamjackson
8mo ago
At sufficient scale, Dependabot’s analysis will time out before completing, effectively rate-limiting the number of PRs it can generate. This natural throttling prevents notification fatigue while maintaining the appearance of active
5.
▲
by
williamjackson
8mo ago
Thank you for expressing my thoughts as well. The article seems to be full of contradictory “advice”. Use a dependency cooldown, okay … but don’t commit your lockfile so you are always running the latest transitive deps? That’s nuts.
6.
▲
by
williamjackson
11mo ago
I was surprised, then not really surprised, when I found out this week that Tailscale's native file sharing feature, Taildrive, is implemented as a WebDAV server in the network. https://tailscale.com/kb/1369/t
7.
▲
by
williamjackson
1y ago
https://devblogs.microsoft.com/oldnewthing/20030808-00/?p=42...
8.
▲
by
williamjackson
1y ago
I don’t like writing YAML. I like writing Python. So I write Python that generates YAML config files. JSON is in the standard library but YAML isn’t. So I generate JSON and name the file “file.yaml”. GitHub Actions, Dependabot, and Docker C
9.
▲
by
williamjackson
1y ago
And it only took 20 years!
10.
▲
by
williamjackson
1y ago
Access to contacts for iOS apps is no longer all or nothing. You can grant an app access to only specific contacts. This is what I do for WhatsApp. Also, I know in the past I used WhatsApp without contacts access. It just showed phone numbe
11.
▲
by
williamjackson
2y ago
https://github.com/python/cpython/issues/86904
12.
▲
by
williamjackson
2y ago
I run an instance of FreshRSS [0] and access it from a browser, but I also use NetNewsWire [1] as a client on platforms where it is available. [0] https://freshrss.org/ [1] https://netnewswire.com/
13.
▲
by
williamjackson
2y ago
I use Flask a lot too. I generally just add keyword arguments to url_for() to automatically add querystrings to URLs.
14.
▲
by
williamjackson
2y ago
The fact that this is not a manual reimplementation, but a "transpilation" of the psql source from C to JavaScript, makes this super interesting to me. From the Postgres master branch (17devel), we take exec_command_d, exec_
15.
▲
by
williamjackson
3y ago
In my mind, "move in a straight line due east" can be interpreted as "for as long as you are moving, your movement should be due east". In that case, your latitude will never change. In the northern hemisphere, you will
16.
▲
by
williamjackson
3y ago
I’ve been an admin at https://rainwave.cc for about 15 years now. One of the unique (I think) features we have allows listeners to influence what plays next on the radio. While the current song is playing, we run a three-candida
17.
▲
by
williamjackson
3y ago
If you give your thumb an absolute value of 5 (or 50, depending on the hand) you can finger count in base 10 all the way to 99!
18.
▲
by
williamjackson
3y ago
https://github.com/simonw/llm
19.
▲
by
williamjackson
3y ago
As a kid I always wondered where the name “Maxwell’s Maniac” came from. https://gamicus.fandom.com/wiki/Maxwell%27s_Maniac
20.
▲
by
williamjackson
3y ago
This is a (fantastic!) project by Simon Willison, co-creator of the Django framework and creator of Datasette. If you are wondering why the collection is so small, it would appear from the commit history that Simon only adds museums that he
21.
▲
by
williamjackson
3y ago
Honest question: if I want to apply IaC to my views, is there a better tool than dbt to take care of that for me? I have never used dbt before, only read about it.
22.
▲
by
williamjackson
4y ago
If anyone knows of a tool that can sync both ways between Google Calendar and a CalDAV server, I'd love to know about it.
23.
▲
derekantrican/GAS-ICS-Sync: A Google Apps Script for syncing ICS/ICAL files
(github.com)
2 points
by
williamjackson
4y ago
|
2 comments
24.
▲
by
williamjackson
4y ago
I guess it depends on which “tech” specifically you care about. The jump from an iPhone 7 to the 3rd gen SE will probably feel amazing, considering it has the same SoC as all the iPhone 13 models. Sure, the SE doesn’t have the nice camera s
25.
▲
by
williamjackson
4y ago
The iPhone SE, described in the article, has Touch ID.
26.
▲
by
williamjackson
4y ago
PLANT landed on Earth Day as a result of changes made to the word list after Wordle was acquired. You can compare the word lists from before and after the acquisition and see that some words were removed completely, but others were moved to
27.
▲
by
williamjackson
4y ago
Every time KeePassXC comes up, I think about when I tried to switch from KeePass in 2020 and wrote myself the following notes: * Does not have global hotkey to show window * Does not have {PICKFIELD} auto-type placeholder I hop
28.
▲
Seeing Green
(daringfireball.net)
2 points
by
williamjackson
5y ago
|
0 comments
29.
▲
by
williamjackson
5y ago
You have eloquently elaborated on a truth I came to realize many years ago: Cooking well (from a recipe) is the art of having enough experience to know what unwritten assumptions the recipe author has made.
30.
▲
End of support for Python 2.7 in AWS Lambda
(aws.amazon.com)
1 points
by
williamjackson
5y ago
|
0 comments
More ›