HN user

eddyg

2,153 karma
Posts30
Comments519
View on HN
news.ycombinator.com 13d ago

Ask HN: HN Algolia API returns 400 for queries with points in numericFilters

eddyg
1pts2
dimillian.medium.com 5mo ago

The Tipping Point: The collective awakening to agentic programming

eddyg
2pts1
prontopic.com 5mo ago

ProntoPic: AI Real Estate Photo Enhancement

eddyg
1pts0
twitter.com 4y ago

Posture Pal helps you improve your posture with AirPods

eddyg
2pts0
github.com 5y ago

CodeTour: VS Code extension to record and play guided walkthroughs of codebases

eddyg
381pts55
github.com 5y ago

lookatme: An interactive, extensible, terminal-based markdown presentation tool

eddyg
4pts0
github.com 6y ago

Sealed Secrets (even in public repos) for Kubernetes

eddyg
11pts0
www.gnu.org 6y ago

Google's software mistreats or harms the user

eddyg
336pts269
lightbus.org 6y ago

Python message bus/task queue that communicates with services in other languages

eddyg
1pts0
github.com 7y ago

Sloth – Mac app that shows all open files and sockets in use

eddyg
549pts108
whotracks.me 7y ago

The Top 1000 Most Prevalent Trackers on the Web

eddyg
3pts0
www.charlesproxy.com 8y ago

Charles Proxy now available on iOS

eddyg
252pts108
github.com 8y ago

Jmc: A fast and elegant open-source macOS media organizer written in Swift

eddyg
2pts0
www.rgj.com 8y ago

A rare look inside Apple’s expanding Reno data center

eddyg
1pts0
www.ft.com 8y ago

How the iPhone earned its security record

eddyg
1pts0
codegolf.stackexchange.com 8y ago

Building a Working Game of Tetris in Conway's Game of Life

eddyg
8pts2
www.lamborghini.com 8y ago

Yes, http://lamborghini/ is a valid URL

eddyg
6pts8
qz.com 9y ago

Custos is using Bitcoin to turn digital pirates against each other

eddyg
63pts61
www.crossing.us 9y ago

Enter a pair of names to see if any intersections in the US match those names

eddyg
164pts93
phys.org 9y ago

WOW mystery signal from space finally explained

eddyg
5pts0
www.apple.com 9y ago

JFK Centennial Celebration: Lessons in Leadership

eddyg
2pts0
www.youtube.com 9y ago

Recreating the “Asteroids” graphics with a single-beam laser projector [video]

eddyg
97pts16
developer.apple.com 10y ago

iOS 10 Human Interface Guidelines

eddyg
1pts0
github.com 10y ago

A Unix-to-HTML5-Canvas screencasting system

eddyg
8pts0
temporaryservices.org 10y ago

Prisoners' Inventions

eddyg
19pts4
help.pingdom.com 10y ago

Changes to the Pingdom Free plan

eddyg
1pts0
www.jetitup.com 11y ago

Stats, maps and infographics about your time in the air

eddyg
1pts0
feedpress.it 12y ago

FeedPress Goes Premium Only

eddyg
1pts0
www.networkworld.com 12y ago

RSA security attack demo deep-fries Apple Mac components

eddyg
2pts0
www.youtube.com 12y ago

Main Road|Post's VFX reel 2013: "Stalingrad"

eddyg
1pts0

If you’re gonna capitalize the “D” you should also capitalize the “G” (since it’s the first letter of his last name…)

Mythical Man Month 2 months ago

I do something similar, but tell the agent to write a recipe into a justfile. Then it can run `just` and get a self-documenting list of all the tooling for the project (just build, just test, etc.)

From the GitHub COO on April 3rd:

    Platform activity is surging. There were 1 billion commits in 2025.
    Now, it's 275 million per week, on pace for 14 billion this year if
    growth remains linear (spoiler: it won't.)

    GitHub Actions has grown from 500M minutes/week in 2023 to 1B minutes/week
    in 2025, and now 2.1B minutes so far this week.

    So we're pushing incredibly hard on more CPUs, scaling services, and
    strengthening GitHub’s core features.
https://x.com/kdaigle/status/2040164759836778878

They also had a recent blog post about availability: https://github.blog/news-insights/company-news/an-update-on-...

I don't envy the scaling issues the GitHub engineers are facing! #HugOps

Telemetry (if it’s truly telemetry) is nowhere close to “tracking”. People conflate the two all the time. One can provide useful, anonymous metrics (e.g. “user enabled feature X”) without doing anything but incrementing the counter for “feature X”.

The “Firefox Problem” is that all the power users disable telemetry, so all the “cool” features that power users like (but never get used by “regular people”) get ignored or removed instead of improved because, according to the metrics, “nobody uses them”.

^X^E in bash takes your current prompt and moves it to your $EDITOR.

for zsh:

  autoload edit-command-line
  zle -N edit-command-line
  bindkey '^X^E' edit-command-line

Jira excels when there is a Jira governance committee comprised of people who actually understand data flow and are the only ones with admin privileges.

Too often some manager asks for (and is given) admin access and starts “improving” things.

Sure, anybody can create custom fields and screens and slap together a janky “workflow”, but well-oiled Jira Ops prevent an explosion of custom fields, they curate the create, browse and edit screens of each issue type to only show the fields that are important at that stage, use custom screens on workflow transitions along with validators and conditions to help ensure an issue is always in a reasonable state, etc. Then users don’t complain about the tooling.

But Jira governance takes time, effort, discussions with stakeholders, etc. And without it Jira gets a bad rap.

The scale of growth they’re dealing with is insane.

“There were 1 billion commits in 2025. Now, it's 275 million per week, on pace for 14 billion this year if growth remains linear (spoiler: it won't.)

GitHub Actions has grown from 500M minutes/week in 2023 to 1B minutes/week in 2025, and now 2.1B minutes so far this week.”

Source: GitHub COO on April 3, 2026. https://x.com/kdaigle/status/2040164759836778878

I'd like something like this for week-long+ road trips.

The day before we leave on a trip, I manually use 10-day forecasts from something like weather.com to help figure out what to pack and see if it's worth making scheduling adjustment. I'd like to know what the forecasted weather will be in each of the planned stops. High/low temperature and weather for each stop (we might be at a stop for many hours, so the weather can change), plus forecasts for any "overnight" cities, so we know what to expect while at the hotel/campground/etc.: at arrival time, the overnight conditions, and in the morning at expected departure time.

I'm more concerned about weather during planned stops than "weather on the way".

Something that integrates with https://furkot.com (the best road-trip planning tool ever!) would be great!

Jira (hasn’t been JIRA for a long time) is great when you have proper Jira governance in place, with admins who say “no, you can’t have a new custom field, use this one with a new context”, configure good workflow transitions with validators and conditions, design appropriate create, view and edit screens (instead of using the same one for three separate operations), etc. The problem is always crappy administration, not Jira. Jira can be fantastic when properly managed.

Ghostty 1.3.0 5 months ago

Does Ghostty have iTerm's native tmux integration feature yet?⁽¹⁾ That is a killer feature these days.

Other things in iTerm that I've come to rely on:

- Instant Replay

- Scrollback timestamps

- Scrollback annotations

- Completion from anything in scrollback (Cmd-;)

- Global search across all tabs

- Automatic profile switching (via shell integration) when ssh'ing to different machines

- Keyboard-based select/copy mode (to avoid having to select with the mouse)

I'm sure I'm missing other stuff, but these things make it hard to switch from iTerm (which has always been a powerhouse for me!)

⁽¹⁾ https://iterm2.com/documentation-tmux-integration.html