HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dhbradshaw

no profile record

Submissions

Show HN: Tiny TUI for disk usage exploration

github.com
4 points·by dhbradshaw·il y a 3 mois·7 comments

Computer-Less Evening Experiment

dhbradshaw.substack.com
1 points·by dhbradshaw·il y a 4 mois·0 comments

comments

dhbradshaw
·le mois dernier·discuss
I think evals are the key here. If your fable system fails them, it's a bad system for your use case. If not, compare cost with other systems that also succeed.
dhbradshaw
·il y a 2 mois·discuss
To me this doesn't seem like a disaster but just the kind of thing that happens as you role out a service and expose it to new challenges.

Presumably they haven't had the chance to do a lot of flood training but now they have that chance.

The huge advantage they have over people in general is that ideally if they figure this out then it will stay figured out. Then they can slowly role out and watch for the next hitches from new situations.
dhbradshaw
·il y a 3 mois·discuss
I hadn't even thought about these -- inspecting and deleting from the TUI makes a lot of sense.
dhbradshaw
·il y a 3 mois·discuss
Thank you!

Good question. I haven't done any work yet to make this fast so it might not be too quick...
dhbradshaw
·il y a 3 mois·discuss
My kids and I have been playing this for about 20 years. It's worked on Linux, Mac and Windows and has never stopped working.

In the meantime so many other favorite games have disappeared or become obsolete.

There's no absolute reason great games can't be as immortal as chess. Maybe Wesnoth can be.
dhbradshaw
·il y a 3 mois·discuss
A couple of months back I was looking for a fun quick project and also was having space issues on my Mac.

So github copilot and I wrote a little disk usage exploration tool in rust with very few dependencies.

It's called "syz" and I pronounce it "size" since it's all about exploring disk usage and figuring out what to trim.

Someone I respect started using it and reached out saying he liked it so I figured I'd dust it off and share it here!

After `cargo install syz`, use the `syz` command to enter the interactive cli starting at the current directory. Then use arrow keys to navigate directories and compare their recursive sizes.
dhbradshaw
·il y a 3 mois·discuss
My son just started using 2B on his Android. I mentioned that it was an impressively compact model and next thing I knew he had figured out how to use it on his inexpensive 2024 Motorolla and was using it to practice reading and writing in foreign languages.
dhbradshaw
·il y a 3 mois·discuss
Don't love touchscreens that much.

But I did love my Toshiba Satellite. It was like writing on paper!

Down with capacitive screens and long live Active Digitizers!
dhbradshaw
·il y a 3 mois·discuss
Had a broken key on my m2 air that I couldn't easily fix. Took it to an Apple store and a tech worked on it for a bit and came back with it fixed.

No charge. I was pretty grateful!
dhbradshaw
·il y a 4 mois·discuss
- making new friends does take a massive amount of time

I think the solution to this is to enjoy the journey. There's not a line that someone needs to cross before you can enjoy spending time with them. Just reach out and learn and enjoy people from the beginning.
dhbradshaw
·il y a 5 mois·discuss
I really like this passage:

>It is always the case that there are benefits available from relinquishing core civil liberties: allowing infringements on free speech may reduce false claims and hateful ideas; allowing searches and seizures without warrants will likely help the police catch more criminals, and do so more quickly; giving up privacy may, in fact, enhance security.

> But the core premise of the West generally, and the U.S. in particular, is that those trade-offs are never worthwhile. Americans still all learn and are taught to admire the iconic (if not apocryphal) 1775 words of Patrick Henry, which came to define the core ethos of the Revolutionary War and American Founding: “Give me liberty or give me death.” It is hard to express in more definitive terms on which side of that liberty-versus-security trade-off the U.S. was intended to fall.
dhbradshaw
·il y a 5 mois·discuss
I've been building a flutter django app around sharing and using checklists.

I use it myself by iterating on checklists and then tracking my usage of them and recently added orgs for privately shared checklists.

So it's easy to create an org around a shared task and then create a run through that task and track.

https://checkipe.com
dhbradshaw
·il y a 6 mois·discuss
I've been working on a task tracking app called Checkipe (https://checkipe.com but right now it's invite only for me and family members).

It's been fun to use it as I bring it to life.

A Django backend and flutter front end makes for a pretty powerful and adaptable pair.
dhbradshaw
·il y a 6 mois·discuss
Often on HN the comments are a better read than the original article.

This time the article is so good -- clear, funny, succinct, accurate -- that it's a better read than the comments.
dhbradshaw
·il y a 8 mois·discuss
Project Euler was what I used to get comfortable with my two main languages -- first python and then rust.

I loved to solve it and then look through all the different solutions and find pretty ideas and idioms.
dhbradshaw
·il y a 9 mois·discuss
Sounds like we need either a viable alternative or a next thing.

The next thing will probably be AR glasses and we could use some alternatives to Meta and Google and Apple.
dhbradshaw
·il y a 6 ans·discuss
This law looks like a hack to try to smooth over negative effects from the root issue.

The root issue is that health insurance is tied to employment, which reduces human freedom and distorts the economy in diverse ways.

Solve the root issue and many things become less complicated.
dhbradshaw
·il y a 8 ans·discuss
Very interesting.

I put up a few different sights on a droplet and have been preparing to make a switch over to Heroku exactly for the sake of the managed postgres.

Maybe I won't have to!