Hacker Newsnew | past | comments | ask | show | jobs | submit | tlhunter's commentslogin

In this case keys are per-sensor and revokable. So surely if someone spends a lot of money and extracts a sensor key it can only get minimal use before revocation?

Haha, all good.

I could have sworn that the second posting was automatically collapsed into the first.


Those screenshots are hideous. What's with the kerning in the headings?


Nope


I have the same AMD 7040 Framework laptop and just had the keyboard fault explained in this thread where the "-", "0", and "P" keys stop working: https://community.frame.work/t/tracking-framework13-keyboard...

While it's nice to know that I can buy a $100 replacement keyboard (I'm about 6 months out of warranty) it's also frustrating that Framework wouldn't own up to what is obviously a manufacturing failure.


I like how the footnotes are all broken. Like the repairability footnote links to charging. Lots of money was spent making that website.


I’m willing to bet AI made that website and nobody bothered to verify.


Googlers earn top-tier salaries but don't verify their AI-generated stuff?

Maybe people really do deserve their layoffs.

The buck needs to stop with a human being.


The accuracy tracks with my experience as a Gemini user.


Lots of tokens...


I had a similar idea for take-home tests for software interviews. Run a bash script to commit all changes in a repo every 5 seconds. The candidate then submits a tarball of the git repo.

  #!/usr/bin/env bash
  while true; do
    git add -A
    if ! git diff --cached --quiet; then
      git commit -m "$(date --iso-8601=seconds)"
    fi
    sleep 5
  done


Just use jujitsu with the filesystem watcher snapshot enabled


I want something like this in a keyboard: a completely hidden drive that the OS cannot see until I type in a certain string of characters (password) to activate it with a separate string of characters to deactivate it.


That is actually what my company built. The primary purpose was for encrypted messaging, but it also acted as secrets store and password manager. The great thing about it being built into the keyboard is there is no chance for a rooted host to intercept passwords/messages etc.

https://www.anomie.tech/


I just want icons that I can click from my home screen (eg PWA).


Title should read "Web Browsers on PDAs", in case you're confused like I was.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: