HackerTrans
TopNewTrendsCommentsPastAskShowJobs

arusahni

no profile record

Submissions

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

theregister.com
1 points·by arusahni·4 เดือนที่ผ่านมา·0 comments

PEP 827 – Type Manipulation

peps.python.org
4 points·by arusahni·4 เดือนที่ผ่านมา·0 comments

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

zdnet.com
3 points·by arusahni·5 เดือนที่ผ่านมา·1 comments

comments

arusahni
·16 วันที่ผ่านมา·discuss
They're now owned by infamously-litigious Microsoft.
arusahni
·17 วันที่ผ่านมา·discuss
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
·เดือนที่แล้ว·discuss
> 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
·เดือนที่แล้ว·discuss
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
·เดือนที่แล้ว·discuss
A "Steam for Movies" service (as expressed in an ancestor comment) is basically that, though. One doesn't own their Steam games.
arusahni
·2 เดือนที่ผ่านมา·discuss
In a society where women are being prosecuted for medical procedures, menstrual data becomes very risky to have handed over.
arusahni
·2 เดือนที่ผ่านมา·discuss
As do his sprites.
arusahni
·2 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
Yes. You can also continue to use SDDM.
arusahni
·6 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
The sorting for the "Duration" column appears to be lexicographical, not numeric.
arusahni
·8 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
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 เดือนที่ผ่านมา·discuss
Works for me. Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0
arusahni
·10 เดือนที่ผ่านมา·discuss
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
·ปีที่แล้ว·discuss
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
·6 ปีที่แล้ว·discuss
I wrote a browser extension that interacted with a password manager.

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