For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | more pridkett's commentsregister

I moved all my setup to Ansible about five years ago. It’s been awesome, especially as it makes it trivial to replicate changes to new machines. Installed a new package? Run the playbook again. Changed a script? Run the playbook again.

Sure, there are edge cases I hit because I have some older machines, but for the most part, it’s awesome. I’m up and running on new Macs within a coffee break of getting terminal access.


This is, quite possibly, one of the best nerd sniping comments I’ve seen.

Two thoughts come to mind, one not serious, one serious.

1. I can’t imagine having to align the counters on all those tapes.

2. I’m guessing this would really only work for sequential reading and writing. In some ways that makes it more fun as the latency would be that much worse.


Because the ones running Docker in production aren’t paying the license fees they make you pay to use Docker Desktop.


Ditto. I bought them because I travel a lot for work and TVs at hotels are always a mess when it comes to HDMI in. I use them on maybe 1 of 4 flights I’m on (usually on SteamDeck with XR plug-in in Decky), and rarely at the hotels.

The only time they were really helpful for me was one flight when I had to work on some sensitive content and the person next to me was obviously trying to shoulder surf me.

Maybe it would be more productive if I had a newer iPhone with USB -C or the XReal One glasses. But having to use all the dongles to get to go from iPhone to lightning/HDMI adapter to HDMI to USB-C cable to original XReal Beam (which is way underpowered), to USB-C to glasses, that’s a ton of cables. And some forget, you’ve now got to pair your AirPods with the Beam! Ughh. It’s a little better with the Beam Pro. It’s faster and generally a good experience, but it’s still another device and still doesn’t have a good way to stream 3D content from Plex/NAS. Ugh.

That being said, when I put in the effort, the picture is very nice.


The iPhone sucks with most if not all AR glasses solutions. Most flagship Android devices just need a single cord. Apple made their choices, and it sucks.


Newer iPhones and the XReal One glasses are just fine and in part with the admittedly mediocre experience of Android devices.

Let’s not pretend that Nebula on Android is good. I’ve got a Beam Pro. It also is not great.

SteamDeck is really the best experience I’ve found.


Or, the manufacturers will lose patience with slow adoption, the mess that is widevine DRM (what? Your TV isn’t based on Android? No, you can’t have DRM!), and customers really not caring because basically none of the broadcasts make the visual picture substantially better right now, so there is no incentive to move.

That’s what happened to LG [0]. They dropped ATSC 3.0 tuners. I’m sure this cost them precisely 0 sales as the industry incompetence destroys the broadcast industry.

[0]: https://www.theverge.com/2023/9/30/23897460/lg-drops-atsc-3-...


I live in an area that is on the edge of coverage and has lots of hills. On ATSC 1.0, CBS is hard to pick up. Frequently unwatchable - which means unreliable for sports. I picked up an HDHomerun Flex 4K a few years ago. Basically the same week that ATSC 3.0 went live.

For a few weeks it was glorious. I had no problem picking up CBS (it was broadcast from the same antenna as ATSC 1.0 - so it was the modulation that was helping out). And then, after a little over a month. Whack! No more CBS. They turned on DRM. They are still the only network that in my area with DRM. Ughh.

Under the previous administration I filled a few issues about this from a public safety perspective - I live in with the FCC an area with unreliable power. During severe weather, we often lose Internet and power (which knocks out cable TV too). Requiring working internet to watch TV to monitor the progress of a tornado in your area seems stupid and dangerous. Unfortunately, nothing happened then regarding the issue and given the way that Brendan Carr is taking the FCC, I don’t think there will be any progress on this.


I have an older HDHomerun - it's great! Most of the 3.0 stations in my area are already encrypted so I haven't bothered to upgrade


I’ve had a couple of the original, the prime, extend, and now the Flex 4K. They’ve all been terrific devices. The extend was a little wonky because transcoding goes wonky on bad signals, but generally great.

They’re all a huge improvement over older cards like the pcHDTV or the really old Hauppauge WinTV PVR 250 that I fought with for Freevo and MythTV so long ago. The switch to Channels was a huge quality of life improvement too.


>During severe weather, we often lose Internet and power (which knocks out cable TV too). Requiring working internet to watch TV to monitor the progress of a tornado in your area seems stupid and dangerous.

Just listen to radio?


Radio can work, but again, I’m on the edge of reception areas and the hills make picking up FM and AM inconsistent.

In the event of a truly severe weather event (the ones where they hit the alert to make every cell phone go off), the visuals provided by television are hugely helpful.


Deaf?


1Password makes this fairly easy. I’m sure other tools can too. But if you’ve got a tool, you just don’t need to think about it. As long as 1Password doesn’t get LastPass’d - although their architecture should prevent that.


You can have the best of both worlds - use atuin and fzf.

I use fish shell, so you'll have to forgive any fishisms.

First, when you start atuin, don't bind to ctrl-r, instead manually bind it to something else. I use ctrl-t. This brings up the "standard" atuin interface which you can use to get the more detailed history - in particular the command inspector can be super helpful as is the ability to limit scope of history searches.

Next, bind ctrl-r to something like this: `commandline -r (atuin history list --print0 -f "{time} | {command}" | fzf --read0 --delimiter="|" --accept-nth 2 | sed 's/^ *//')`

In fish-speak, that's saying replace the command line with a command that fzf selects from your atuin history (which has been pretty printed to show the time of the command, but that won't end up on the command line).

Probably 95% of the time I'm using my new ctrl-r which searches atuin history using fzf. The other 5% of the time I'm looking for a command that I know I've ran in a particular directory, or using the atuin history to remove problematic entries from my history.


I've considered this, but I'm running on a potato, and fetching the whole atuin history seems to take a while:

    $ time atuin history list --print0 -f "{time} | {command}" > /dev/null
    
    real 0m1.849s
(for some reason the built-in atuin search command doesn't take so long to show up? It might only fetch the last few entries from the db first... Eh, actually `atuin search` without argument which lists roughly the same thing run in less than half the time (0.85s), but -i is still another order of magnitude faster)

Anyway, thanks - I'll fiddle with all this :)


...i just use both atuin and fzf.fish [1] and bind them both to another key.

[1] https://github.com/PatrickF1/fzf.fish/


Repomix can take care of this for you. I pack it, cat the file to my clipboard with pbcopy, and just paste it into the prompt.

https://github.com/yamadashy/repomix


I tried the web demo (https://repomix.com/) and it seems to generate unnecessarily complex "packs" for no reason, probably hurts LLM performance too. Why is there "Usage Guidelines" and "File Format" explanations in this, when it's supposed to just be the code "packed"? Better to just have the contents+filename, it'll infer that its directory structure and everything else.


While possibly being strange defaults, both of those are options. Remove the file summary and directory structure, both featured on the UI, and on the CLI tool, and voila, it's in your "better" state. There are also additional compression options beyond those two tweaks.


Growing up we don’t have sidewalks on most of the roads around school, but they were mostly low volume residential roads.

What we did have was the sixth grade kids acting as the school safety patrol. Those kids would be dismissed 5-10 minutes early, walk in pairs to pick up these bright orange flags, and then fan out around the school to a number of intersections where they were trained in how to be a crossing guard.

It made it safer for even the littlest kids (I walked to school by myself for half day kindergarten in the 80s) both at the crossing and along the roads because you had kids watching kids.

Today my kids’ school has one adult they hire to work about 90 minutes in the morning and afternoon to watch one intersection at the middle school and one at the elementary school. Would be much easier to have kids do it.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You