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

arusahni

no profile record

投稿

AWS spurs Catch-22, ending PostgreSQL 13 support for RDS

theregister.com
1 ポイント·投稿者 arusahni·4 か月前·0 コメント

PEP 827 – Type Manipulation

peps.python.org
4 ポイント·投稿者 arusahni·4 か月前·0 コメント

Can you trust LastPass in 2026? Inside the quest to rebuild its security culture

zdnet.com
3 ポイント·投稿者 arusahni·5 か月前·1 コメント

コメント

arusahni
·18 日前·議論
They're now owned by infamously-litigious Microsoft.
arusahni
·19 日前·議論
It requires more precision than Swype, but GBoard supports multi-word word deletion if you swipe back originating from the backspace key. You get some haptic feedback, and can scrub to adjust the selected boundary.

Unfortunately some of those Swype nicities are patented [1], so other keyboards can't use them.

[1]: https://patents.google.com/patent/US7098896B2/en
arusahni
·先月·議論
> We still use GitHub Actions but our monthly bill is now flat because we pay for a server.

Caveat here being that GitHub is exploring charging a usage-based fee for self-hosted GitHub Action runners [1]. While they've halted it for now, it's something worth being aware of as you assess your costs. This is probably a drop in the bucket compared to the order of magnitude savings you've described.

[1]: https://github.blog/changelog/2025-12-16-coming-soon-simpler...
arusahni
·先月·議論
Oh nice! I guess they're back to features after finishing tackling their availability issues [1].

[1]: https://github.blog/news-insights/company-news/an-update-on-...
arusahni
·先月·議論
A "Steam for Movies" service (as expressed in an ancestor comment) is basically that, though. One doesn't own their Steam games.
arusahni
·2 か月前·議論
In a society where women are being prosecuted for medical procedures, menstrual data becomes very risky to have handed over.
arusahni
·2 か月前·議論
As do his sprites.
arusahni
·2 か月前·議論
My favorite is when someone discovers they haven't yet granted Zoom screensharing permission, and that they need to exit the call to re-launch the application with the permission granted.
arusahni
·5 か月前·議論
I use this alias:

    prune-local = "!git fetch -p && for branch in $(git branch -vv | awk '/: gone]/{if ($1!=\"\*\") print $1}'); do git branch -d $branch; done"
1. Fetch the latest from my remote, removing any remote tracking branches that no longer exist

2. Enumerate local branches, selecting each that has been marked as no longer having a remote version (ignoring the current branch)

3. Delete the local branch safely
arusahni
·5 か月前·議論
Yes. You can also continue to use SDDM.
arusahni
·7 か月前·議論
As others have said there are challenges with the core assumption that something can similultaneously be open source and restricted from being used in AI training.

That being said, here's a repo of popular licenses that have been modified to restrict such uses: https://github.com/non-ai-licenses/non-ai-licenses

IANAL, so I can't speak to how effective or enforceable any of those are.
arusahni
·7 か月前·議論
The sorting for the "Duration" column appears to be lexicographical, not numeric.
arusahni
·8 か月前·議論
Agreed.

I joined a Zed hackathon at RustConf 2024 where I built the "Open in split" functionality from the file fuzzy picker. A member of the engineering team who was floating around helping folks had us exclusively work through the included collaboration features. It was a great tour of the editor, and did not feel tacked on.
arusahni
·9 か月前·議論
There are two additional recent ones mentioned in the article:

> On Oct. 15, the Post heralded the military's push for a new generation of smaller nuclear reactors. "No 'microreactor' currently operates in the United States, but it's a worthy gamble that could provide benefits far beyond its military applications," the Post wrote in its editorial.

> A year ago, Amazon bought a stake in X-energy to develop small nuclear reactors to power its data centers. And through his own private investment fund, Bezos has a stake in a Canadian venture seeking nuclear fusion technology.

and

> Three days after the nuclear power editorial, the Post weighed in on the need for local authorities in Washington, D.C., to speed the approval of the use of self-driving cars in the nation's capital. The editorial was headlined: "Why D.C. is stalling on self-driving cars: Safety is a phony excuse for slamming the brakes on autonomous vehicles."

> Fewer than three weeks before, the Amazon-owned autonomous car company Zoox had announced D.C. was to be its next market.

Edit to respond to your edit: these are the opinion pages, not reporting.
arusahni
·9 か月前·議論
The PSF and several other organizations that provide public package registries wrote an open letter [1] announcing a joint effort to make this situation more sustainable. I'll be interested to see where it goes.

[1]: https://openssf.org/blog/2025/09/23/open-infrastructure-is-n...
arusahni
·10 か月前·議論
Works for me. Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0
arusahni
·10 か月前·議論
From the tail end of the blog post:

> The technology that underpins this initial version of secure backups will also serve as the foundation for more secure backup options in the near future. Our future plans include letting you save a secure backup archive to the location of your choosing, alongside features that let you transfer your encrypted message history between Android, iOS, and Desktop devices.
arusahni
·昨年·議論
Do you have your terminfo set up properly? I used to experience bad glitching when working with vertical splits, but it went away once I applied this. https://wezfurlong.org/wezterm/config/lua/config/term.html
arusahni
·2 年前·議論
I'd suggest piping your epub through kepubify [1] before transferring it to your e-reader.

[1]: https://pgaskin.net/kepubify/
arusahni
·6 年前·議論
I wrote a browser extension that interacted with a password manager.

I receive almost-weekly messages from folks offering to buy my extension.