HackerTrans
トップ新着トレンドコメント過去質問紹介求人

presto8

no profile record

コメント

presto8
·2 か月前·議論
Won't that be impossible as long as VPN is viable?
presto8
·3 か月前·議論
> 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 around with zero or one passengers on them. If a bus is full, the efficiency would be off the charts. But for a city like Portland, that only happens during commute times. The rest of the time, the buses are driving around empty.
presto8
·5 か月前·議論
> 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 steep learning curves, but I think many of their users would consider their UXes to be very good.

The hard UX challenge is making a product that can satisfy novice users and power users at the same time. Here I agree that developers most likely have a tendency to develop for their own tastes.

IMO, products like Outlook used to good at satisfying most people out-of-the-box, but have become less good with recent releases.
presto8
·6 か月前·議論
The Fed's interest rate goal (which is half of their dual mandate) is 2%.
presto8
·6 か月前·議論
> 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 Express is a 2% card and no FTF. Fidelity is still the best overall card, but sometimes the AmEx can be nice.
presto8
·7 か月前·議論
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 email accounts with very little effort. It's easy to get extremely customized behavior by overriding defaults with elisp. Previously I was using Thunderbird, but I feel my emacs setup is much more productive.
presto8
·8 か月前·議論
+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.
presto8
·9 か月前·議論
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. (Which is a good thing IMO.) Nor does it require a cloud account to use.
presto8
·10 か月前·議論
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 you" buttons, I would prefer simply "Yes" and "No". I'm giving orders to a machine not talking to a person!
presto8
·11 か月前·議論
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...
presto8
·昨年·議論
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 likely configurable.
presto8
·昨年·議論
> 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 have been delivered by private couriers (like OnTrac for packages from China or UPS for packages from the US).

I have a hunch that AliExpress hasn't been using USPS shipping for a while now.
presto8
·昨年·議論
> 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. But I believe this was revised on April 9th to $100 dollars a package from HK or PRC on May 2, and $200 a package starting June 1.

https://www.whitehouse.gov/presidential-actions/2025/04/modi...

> (b) increase the per postal item containing goods duty in section 2(c)(ii) of Executive Order 14256, as modified by the Executive Order dated April 8, 2025, that is in effect on or after 12:01 a.m. eastern daylight time on May 2, 2025, and before 12:01 a.m. eastern daylight time on June 1, 2025, from 75 dollars to 100 dollars; and

> (c) increase the per postal item containing goods duty in section 2(c)(ii) of Executive Order 14256, as modified by the Executive Order dated April 8, 2025, that is in effect on or after 12:01 a.m. eastern daylight time on June 1, 2025, from 150 dollars to 200 dollars.
presto8
·昨年·議論
> 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 lot of illegal immigrants without documentation claim they are a US citizen as well.

For what it's worth, OP article says that the court documents claim he admitted to entering the country illegal. Guy himself denies this.

> Court documents say a Border Patrol agent arrested Hermosillo “at or near Nogales, Arizona, without proper immigration documents” and that Hermosillo admitted to illegally entering the U.S.

> Hermosillo and his girlfriend, who have a 9-month-old child together, live in Albuquerque, New Mexico, and are visiting family in Tucson. He says he has never been to Nogales.
presto8
·昨年·議論
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, RSUs, ESPP, section 1256 contracts, etc. And it can import last year's info from a TurboTax or other PDF.

Oh and it comes with 1-year of free audit defense as well.

I'm not sure what their long-term business stategy is, but I would rather pay them than TurboTax. I find Intuit's political lobbying distasteful.
presto8
·昨年·議論
I like darktable as a Lightroom alternative.
presto8
·昨年·議論
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 nexus in the place the product is being purchased. All in all, I think it would be simpler if the US adopted VAT. But that seems very unlikely.
presto8
·昨年·議論
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 implemented in the US is not as tax efficient as VAT due to the impact of sales taxation on intermediate transactions during manufacturing. VAT only taxes the incrementally the value added at each transaction) whereas sales tax applies to the entire value at each stage.
presto8
·昨年·議論
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.getElementsByTagName('script'), i = 0; i < arrScripts.length; i++) {
        if (arrScripts[i].textContent.indexOf('externalId') != -1) {
            var channelId = arrScripts[i].textContent.match(/\"externalId\"\s*\:\s*\"(.*?)\"/)[1];
            var channelRss = 'https://www.youtube.com/feeds/videos.xml?channel_id=' + channelId;
            var channelTitle = document.title.match(/\(?\d*\)?\s?(.*?)\s\-\sYouTube/)[1];
            alert('The rss feed of the channel \'' + channelTitle + '\' is:\n' + channelRss);
            break;
        }
    }

    })();
presto8
·昨年·議論
Would alttab meet your needs? I've been using it with xmonad and it works well. https://github.com/sagb/alttab