HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fdgdd

no profile record

comments

fdgdd
·지난달·discuss
It looks like this is just for Microsoft's Windows. I used to use TrackIR when I gamed on that. I missed that functionality when I moved to game on Linux. That is, until LookPilot (https://lookpilot.app/, it's on Steam, too) arrived. Webcam tracking is good because you don't need to wear a headset, but not so good in a dark room.
fdgdd
·4개월 전·discuss
I don't know about it changing your characters, but you can search for a string verbatim by pressing ctrl-r at the start of the search pattern, like this:

  /<ctrl-r>~?
fdgdd
·6개월 전·discuss
Exodus (https://github.com/intoli/exodus) used to be good for this but is giving me a Python error these days.
fdgdd
·10개월 전·discuss
Try https://addons.mozilla.org/en-GB/firefox/addon/feed-preview/
fdgdd
·3년 전·discuss
Open With, although it's no longer maintained: https://addons.mozilla.org/en-GB/firefox/addon/open-with/
fdgdd
·3년 전·discuss
Reminded me of Osmos: https://www.osmos-game.com/
fdgdd
·4년 전·discuss
I think this was changed in grep 2.6:

https://git.savannah.gnu.org/cgit/grep.git/commit/?h=v2.10&i...

https://savannah.gnu.org/bugs/?14472

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=181378
fdgdd
·4년 전·discuss
"Manage Exceptions…"
fdgdd
·5년 전·discuss
And here's the uBlock Origin version:

  news.ycombinator.com##tr[class="athing comtr"]:has(a[href="user?id=usernamehere"])
fdgdd
·5년 전·discuss
sc-im (https://github.com/andmarti1424/sc-im/)? It might have too many or too few features, depending on your point of view.
fdgdd
·5년 전·discuss
Nitter (https://github.com/zedeus/nitter) provides RSS for Twitter.
fdgdd
·5년 전·discuss
Yes — https://www.youtube.com/feeds/videos.xml?channel_id=…

You could also just put the channel URL into your RSS/Atom reader and it might convert it automatically.
fdgdd
·5년 전·discuss
Maybe you can make use of its userContent.css support (http://kb.mozillazine.org/index.php?title=UserContent.css). I use it to force word wrap on pre blocks.
fdgdd
·5년 전·discuss
There's no need for extensions or userscript for this with Firefox. In ~/.mozilla/firefox/<profile>/chrome/userContent.css:

  @-moz-document domain("news.ycombinator.com") {
      .hnuser { font-size: 20px }
  }
You'll have to restart Firefox for it to come into effect.