Viewing profile — vaughands
vaughands
HN member- Joined
- Mon, Jun 17, 2013, 6:56 PM UTC
- HN karma
- 157
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About vaughands
No profile information was provided.
Recent public activity
-
comment
Comment #49138083
Thanks for the fun read.
-
comment
Comment #48986922
I think you're underselling this. Sunshine can't do any resolution on Linux. That's huge. :)
-
comment
Comment #48612461
It's impressive but it seems like they cut out a ton of the grinding to level up the Charizard to brute force through the game. While this is no small feat, it looks like Claude wa…
-
comment
Comment #47713966
I see a lot of hate for Google in this thread but at least one thing they do well: it's really easy to fix. Takeout actually works. You can just download your photos and leave. As …
-
comment
Comment #46826463
This is a social network. Did I miss something?
-
comment
Comment #46694833
The author posted this on a vibe coding subreddit, so I'd be willing to wager some AI deep research with manual clean up.
-
comment
Comment #46656411
It's vogue on HN to sometimes criticize critically so I want to try and be as constructive as possible: I work for one of these companies. I also have pay bills to pay. I'd like to…
-
comment
Comment #46656365
This post seems to be haphazardly proposing that big tech will inevitably make everyone's lives miserable. And by working for them, you are enabling this. It offers no constructive…
- story
-
comment
Comment #44341702
Seriously, what is the benefit to the US here? I can't understand how this benefits the country at all.
-
story
Ask HN: From the trenches, are apps more secure than web apps?
I read a questionable, uncited source on Reddit (I know...) earlier today where a posted was complaining that some large banking application inside of Canada did not support featur…
-
comment
Comment #36470869
Thank you for your efforts! These days Proton makes a lot of this unnecessary. I hope Trails games will continue to at least function on Linux. :)
-
comment
Comment #36465979
It's more common to have to guess in blackbox / proprietary software, like games.
-
comment
Comment #36465947
A quick and dirty way to do this is run the program through `strace` and find out what syscall it issues to read it. I had to do this to figure out where Cold Steel was reading sav…
-
comment
Comment #36117298
Yep, in terms of just getting storage back I just simply run `ncdu` once a year and go for it.
-
comment
Comment #36117071
I kind of like digging through the downloads folder every year or two though and seeing all the things I had done and explored. I copy anything useful to a NAS and then delete the …
-
comment
Comment #35132030
This clip is unfortunately not available in Canada.
-
comment
Comment #34393715
Just a small note: it is not possible to unDRM books published post 2023 at this time. Amazon has changed their DRM scheme.
- comment
-
comment
Comment #32226878
It's likely someone's 20% project.
-
comment
Comment #31881139
Refactoring those services sucks though if the data model changes. :(
-
story
Ask HN: Are there AST aware templating programs / snippets?
When writing tests and some Angular code, I often have to write some boilerplate (import X, create a Y to do Y, add a function, implement an interface) One such example is this: ht…