Viewing profile — presto8
presto8
HN member- Joined
- Fri, Apr 16, 2010, 12:29 AM UTC
- HN karma
- 257
- Public activity
- 140 items
- HN profile
- View on Hacker News ↗
About presto8
Please contact me at me@prestonhunt.com
Recent public activity
-
comment
Comment #49097726
I love KOReader on Android, but unfortunately it requires granting permission to manage all files on the device. I would prefer if it used the approach most apps use, which is to s…
-
comment
Comment #48243466
Won't that be impossible as long as VPN is viable?
-
comment
Comment #47943811
> Public transit like buses and lightrail are significantly more efficient per person than personal vehicles. I would be interested to see a study on that. I see many buses driving…
-
comment
Comment #46848725
> But FLOSS software is mainly made by developers. Who [...] are awful at UX Doesn't UX depend on the target user and product? To take vi or emacs as examples, they have incredibly…
-
comment
Comment #46596163
The Fed's interest rate goal (which is half of their dual mandate) is 2%.
-
comment
Comment #46542926
> There are still several 2% cards that don’t require Apple Pay, although I don’t know of any with no foreign exchange fee other than maybe the Fidelity one. The Bread American Exp…
-
comment
Comment #46219921
I have a very similar setup, but using gnus, mbsync, notmuch, and afew. All mail stays on the servers (including a self-hosted dovecot server on my home network). I manage about 10…
-
comment
Comment #45791808
+1 for emacs-bedrock! It helped me get started with reasonable defaults out-of-box. From there, I started adjusting it to my own needs.
-
comment
Comment #45498780
Discovered Windows 10 IoT Enterprise LTSC edition recently. It's great! It is supposed to get security updates through 2032. It doesn't have Cortana, OneDrive, CoPilot, Edge, etc. …
-
comment
Comment #45262996
Overly-anthropomorphised dialog boxes (such as pop-up offers on web sites, not so much on operating system controls) bug me in the same way. Instead of "Yes, please" and "No, thank…
-
comment
Comment #44791782
With NIIT, it's an additional 3.8% on top of that (for the highest income filers). So 23.8%. https://www.irs.gov/newsroom/questions-and-answers-on-the-ne...
-
comment
Comment #44057784
gnus (on emacs) is pretty good. But it may require an entire lifestyle change :) The beauty of gnus is that it's elisp all the way down. So if you don't like something, it's most l…
-
comment
Comment #43932617
> My point is less about where the money goes and more about not subsidizing cheap Chinese shipping. FWIW, most of the packages I've bought from AliExpress over the last 6 months h…
-
comment
Comment #43763981
> Just to get the numbers right: [0] there is a $25 minimum, that becomes $50 June 1st, on all packages below or at $800. Things are changing very quickly, so it's hard to keep up.…
-
comment
Comment #43746217
> On the one hand the guy in OP article didn’t have documentation and he illegally crossed the border, so what do you do as ICE? The guy claims he is a US citizen, but I bet you a …
-
comment
Comment #43728068
Did my taxes with taxes.cashapp.com this year. I recommend it. It's free to file both federal and state. It handled my complex tax return, including rental income with depreciation…
-
comment
Comment #43712241
I like darktable as a Lightroom alternative.
-
comment
Comment #43694607
Many B2B transactions are tax-exempt but it's complicated. And gets really complicated once international transactions are considered. And also whether the company has a physical n…
-
comment
Comment #43693628
Because VAT is collected at the border on imports, some people (wrongly) consider VATs a tariff. Considering that VAT is rebated on exports, VATs are trade neutral. Sales tax as im…
-
comment
Comment #43405288
This bookmarklet will show the RSS feed URL in an alert window: Original Source: https://webapps.stackexchange.com/a/116549 javascript: (() => { for (var arrScripts = document.getE…
-
comment
Comment #43347358
Would alttab meet your needs? I've been using it with xmonad and it works well. https://github.com/sagb/alttab
-
comment
Comment #43328411
> Tesla is still up compared to where it was a year ago. $TSLA was $222 on 2020-12-29. Since Tesla does not pay a dividend, one could have made a lot more money investing in Treasu…
-
comment
Comment #41929790
Fidelity Cash Management has a 4.5% yield (which is also state-tax free for those in states with income tax, which could be a boost of up to 0.5% for some).
-
comment
Comment #40658324
I've been wearing the same N95 duckbill for about 3 years now. It is getting a bit dirty but structurally it's fine. I don't wear it every day though, only in what I deem high-risk…
-
comment
Comment #39190157
Does virt-install automatically download the ISOs? When I try it, I get the following message: $ virt-install --name alma9 --memory 1536 --vcpus 1 --disk path=$PWD/alma9.img,size=2…