HackerTrans
TopNewTrendsCommentsPastAskShowJobs

floathub

345 karmajoined 10 lat temu
Cofounder of Modiot Labs & FloatHub | modiot.com | floathub.com

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

Submissions

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

sepass.modiot.com
2 points·by floathub·5 dni temu·1 comments

What's so special about Emacs? [video]

youtube.com
20 points·by floathub·2 miesiące temu·2 comments

Private AI Document Analysis (even in the browser)

pdflayout.ai
1 points·by floathub·3 miesiące temu·0 comments

Olympics Champ Norway prohibits competitive sports < 12

theguardian.com
1 points·by floathub·4 miesiące temu·0 comments

comments

floathub
·20 godzin temu·discuss
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 dni temu·discuss
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 miesiące temu·discuss
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 miesiące temu·discuss
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 miesiące temu·discuss
And then in vim you can spawn a shell to run ... oh, never mind.
floathub
·3 miesiące temu·discuss
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 miesiące temu·discuss
The power generated from Niagara river stations was traveling on an international "grid" between Canada and the US in the late 1890s.
floathub
·4 miesiące temu·discuss
Man, how could they not wait 2.5 weeks until April 1 !!!
floathub
·4 miesiące temu·discuss
Emacs will solve this too:

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

:-)
floathub
·7 miesięcy temu·discuss
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 miesięcy temu·discuss
This another similar resource with some additional stuff about using mu4e-org:

https://stuff.sigvaldason.com/email.html
floathub
·7 miesięcy temu·discuss
The "watch" method is so awesome:

    mpv https://live0.emacsconf.org/gen.webm
floathub
·8 miesięcy temu·discuss
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
·w zeszłym roku·discuss
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.