Viewing profile — irth
irth
HN member- Joined
- Sun, Nov 09, 2014, 9:55 PM UTC
- HN karma
- 74
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About irth
window.location='https://www.youtube.com/watch?v=fC7oUOUEEi4'
Recent public activity
-
comment
Comment #40671145
let me know if you have any suggestions. i’ll probably try to make it more self contained (e.g. make it possible to install the script into PATH from the extension itself) and even…
-
comment
Comment #40615288
I implemented something like this as a Raycast extension[0]. Demo attached[1]. [0] https://github.com/irth/dmenu_raycast [1] https://akko-cdn.hackrc.dev/media/e34cdc7683fece5260124…
-
comment
Comment #40607096
re 2: an added benefit of not using actual macOS spaces is that it seems (at least from my limited usage) to be much more reliable than yabai (not blaming yabai here, of course). I…
-
comment
Comment #40607051
There's a clone of dmenu - https://github.com/oNaiPs/dmenu-mac , but it doesn't integrate with Spotlight or similar.
-
comment
Comment #40607047
ah, right! Apparently I didn't read your first comment properly, sorry about that.
-
comment
Comment #40600505
you can get windows-style alt-tab with https://alt-tab-macos.netlify.app/
- story
- comment
-
comment
Comment #30913397
I wonder what's inside the Pine64 docks. https://pine64.com/product/pinebook-pro-usb-c-docking-deck/ I'm currently using the PinePhone USB-C dock with my Macbook but I don't think …
-
comment
Comment #30776727
That corporate spyware won’t steal your credit card. I’d rather have my data stolen than money
-
comment
Comment #30071865
Pretty cool! I do have a bit of a problem with forgetting that I was productive and assuming I am just not doing anything meaningful everyday. I also came across the idea of a "don…
- story
-
comment
Comment #24556714
You don't need it to run DOS binaries on DOS.
-
comment
Comment #21770486
it's a read only compressed file system so I am not so sure about that
-
comment
Comment #19851180
To be honest, WSL translated Linux syscall to NT the same way that it translates Win32 calls to NT. NT has its own API and has a thing called "personalities" which they used to imp…
-
comment
Comment #19745572
It runs client side, though
-
comment
Comment #19651567
also, VS Code has those features, but is an extensible editor and not an IDE so you don't get them out of the box but that's by design
-
comment
Comment #19590034
Depending on how it's used in the Java code, it might be fine to replace it with an empty string.
- comment
-
comment
Comment #19584529
I think they meant the other way - accessing the editor/IDE remotely? edit: or even not necessarily remotely - just a way to have the same setup everywhere you go
-
comment
Comment #19568143
Keep in mind that "thot" is nowadays being used as an acronym[1] that you might want to avoid being associated with. [1] https://www.urbandictionary.com/define.php?term=Thot
-
comment
Comment #19363067
I think AwesomeWM allows that
-
comment
Comment #19310456
I used to do 120G/month when I had a limit that high, in Poland, for around 8$/month (I was able to use 2G and 3G and everything in between, too, but most of the time I was on 4G)
-
comment
Comment #19183375
Oh, this one's pretty cool. Makes me wanna do a similar thing for another website that's as nice looking.
-
comment
Comment #19180741
> Gopher is not HTML Gopher can easily serve HTML content (and any other content type, too) I made a Gopher HackerNews proxy a few years ago, you can see it in action by running ly…