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

floathub

345 カルマ登録 10 年前
Cofounder of Modiot Labs & FloatHub | modiot.com | floathub.com

[ my public key: https://keybase.io/floathub; my proof: https://keybase.io/floathub/sigs/qGN3TTQyNa8m9BSRQT732uRjNJdv2Y67rjpkx4tXHFI ]

投稿

Show HN: Using the secure enclave in a pass/password-store iOS client

sepass.modiot.com
2 ポイント·投稿者 floathub·5 日前·1 コメント

What's so special about Emacs? [video]

youtube.com
20 ポイント·投稿者 floathub·2 か月前·2 コメント

Private AI Document Analysis (even in the browser)

pdflayout.ai
1 ポイント·投稿者 floathub·3 か月前·0 コメント

Olympics Champ Norway prohibits competitive sports < 12

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

コメント

floathub
·16 時間前·議論
Came across this recently, which I find is a good and short intro to Emacs for people who don't use it:

https://www.youtube.com/watch?v=mJZDmO5yOxE
floathub
·5 日前·議論
Hi HN. We use YubiKeys on desktops/laptops with pass/password-store, and have been fiddling with various ways to get them to work on our phones and tablets for a long time. Sort of dawned on us that since the Apple secure enclave gives the same sort of "non-extractable" protection as a YubiKey does, we could just use that. Paired with touch/face-id, seems like a pretty good YubiKey alternative for a mobile app. Since we could not find an iOS password-store client that uses the secure enclave, we wrote one.

Bit of a fiddly setup process (see https://github.com/modiotlabs/sepass#using-the-app), but otherwise we're finding it very useful.

Really appreciate any feedback on this, especially potential vulnerabilities or weak approaches we are taking. We are not full-time cryptography/security experts, so would particularly like to see a hearty critique of how we've gone about this from anyone who is.
floathub
·2 か月前·議論
Thanks.

Not the original author, but I agree completely with the sentiment that it is good way to get across what's special about Emacs in a relatively short amount of time.
floathub
·2 か月前·議論
It's wild to me Time Machine works on your network. Are you just doing "first backups" over and over again, or have you somehow achieved the very rare state where Time Machine can run for, say, a week at a time without falling over?

Sorry, this is snarky and off topic, but I'm nostalgic for the days when Time Machine "just worked".
floathub
·3 か月前·議論
And then in vim you can spawn a shell to run ... oh, never mind.
floathub
·3 か月前·議論
Free software has never mattered more.

All the infrastructure that runs the whole AI-over-the-internet juggernaut is essentially all open source.

Heck, even Claude Code would be far less useful without grep, diff, git, head, etc., etc., etc. And one can easily see a day where something like a local sort Claude Code talking to Open Weight and Open Source models is the core dev tool.
floathub
·4 か月前·議論
The power generated from Niagara river stations was traveling on an international "grid" between Canada and the US in the late 1890s.
floathub
·4 か月前·議論
Man, how could they not wait 2.5 weeks until April 1 !!!
floathub
·4 か月前·議論
Emacs will solve this too:

https://github.com/tanrax/org-social

:-)
floathub
·7 か月前·議論
This may help, it has an example pizauth config (scroll down to "Authenticating with pass and pizauth"):

https://stuff.sigvaldason.com/email.html
floathub
·7 か月前·議論
This another similar resource with some additional stuff about using mu4e-org:

https://stuff.sigvaldason.com/email.html
floathub
·7 か月前·議論
The "watch" method is so awesome:

    mpv https://live0.emacsconf.org/gen.webm
floathub
·8 か月前·議論
I used Emacs for several years before I discovered "project" (it's built in). If you're navigating dired trees or similar to find files or grep for strings in groups of files, this is like magic:

C-x p f (find any file in the current "project", e.g. git repo)

C-x p v (grep the whole project super fast)

It's embarrassing how long it took me to realize it was there all along. :-)
floathub
·昨年·議論
The answer, as always is Emacs :-)

With mu4e (an Emacs package), you can have lightning fast searching across multiple mail accounts. And with a bit of work (https://stuff.sigvaldason.com/email.html) it will happily interoperate with Microsoft Exchange systems that require the OATH2 dance.