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

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.


I'm a fan of Manuskript on Linux. It's similar but has more features and, IMO, looks better: https://www.theologeek.ch/manuskript/


> 'm a fan of Manuskript on Linux. It's similar but has more features and, IMO, looks better: https://www.theologeek.ch/manuskript/

It's hard to tell about "looks better": the link for "screenshots" takes you to the #team anchor on the page, which is actually the "latest news" section.

The "How to use" link in the download for 0.17 takes you to https://sourceforge.net/u/gedakc/profile/

This does not inspire confidence :-/


I managed to find some screenshot in the github readme:

https://github.com/olivierkes/manuskript#manuskript


Cheese Paper is written in rust. That's reason enough to give it a try. Manuskript may have more features if you need them, but it's written in python+js, and has a more obtuse file format.

There's also novelWriter which is also python but at least it uses pyqt.


Better documentation (well, actually, more like documentation at all), 100+ contributors, 10 years of contributions.

There's a lot of general hand-waving about its featureset and whatnot - and an odd jab about non-English support - but no explanation of how non-English language support is lacking in other projects and why hers is better. And am I really supposed to believe that her project has better non-English support than than something that has 100+ contributors over ten years?


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

Search: