Live data from Hacker News

Viewing profile — tbensky

tbensky

HN member
Joined
Sat, Feb 08, 2020, 7:43 PM UTC
HN karma
110
Public activity
29 items

About tbensky

No profile information was provided.

Recent public activity

  1. story
    Show HN: I can't seem to text properly on an iPhone, so I built my own keyboard

    == The problem == I’ve never been able to text properly on a phone. I’ve tried with two thumbs, one thumb, and every other way I can think of. Nothing works for me. I can only seem…

  2. comment
    Comment #46311096

    https://www.youhere.org : "Want to know who showed up?" is the tag line. It's an app-based attendance service for teachers/coaches/band directors/conference organizers, etc. I'm a …

  3. comment
    Comment #46238770

    Hi! Thanks for trying it. The "slow sway" is part of the plan! It's so the oversized first row of a qwerty keyboard can show all possible letters on the top row. If it feels too mu…

  4. comment
    Comment #46235014

    I have a lot of trouble texting, independent of the issues here. I'm just clumsy and can't seem to do it in any productive way. I'm working on this keyboard substitute with larger …

  5. comment
    Comment #42291173

    One of my favorite retro projects in this real-time TRS-80 (Model I assembler and emulator that assembles and runs Z80, literally with each key press. Mind boggling how today's CPU…

  6. comment
    Comment #42103676

    Uni. prof here/shameless plug: I developed a general education class for college students about the 'history of navigation' which includes the science behind navigation and why clo…

  7. comment
    Comment #41229919

    I work on neural nets back in the mid 1980s, so I was somewhat familiar with their structure, backpropagation, squashing functions, etc. I wanted to get back into them, so I starte…

  8. comment
    Comment #41080484

    Take a look at the Finch robot: https://www.birdbraintechnologies.com/products/finch-robot-2... . Version 2.0 has really evolved and is quite nice.

  9. comment
    Comment #40186326

    Back during the pandemic, hardware-based contract tracers were an idea. I built one using the ESP32; see https://github.com/tbensky/npct . In a nutshell, everyone generates a (non-…

  10. comment
    Comment #38742520

    Back in the early days of Linux (~1993) or so, I was trying to convince my workgroup in grad. school that Linux was a nice alternative for running our numerical simulations (in C).…

  11. comment
    Comment #38423576

    XRF=x-ray fluorescence. You shoot X-rays into a metal, typically the gamma rays from an Am-241 source. This causes atoms in the metal to fluoresce their own gamma rays that are a (…

  12. comment
    Comment #38419025

    Hello and thanks for our interested. There's a paperback version here: https://www.amazon.com/Longitude-Time-Navigation-Tom-Bensky/... (same ed. as the Kindle version).

  13. comment
    Comment #38414512

    Happy to see this post on HN. As a college prof, I've spend many years studying the history of 1700s navigation and taking student groups to Greenwich to see and study H1 (H2, H3 a…

  14. comment
    Comment #34976387

    I remember using Turbo Lightning. It was incredible. You type a word in some DOS program, and when you hit the spacebar, a beep would sound if the word was spelled wrong. Back then…

  15. comment
    Comment #34657075

    Hi everyone. I see a lot of neat web-based IDEs on HN for simple coding, like EndBasic, EasyLang, etc. I always like trying these out, but feel like they all lack a reason to use t…

  16. story
  17. comment
    Comment #34234286

    I like the clpfd approach too: :- use_module(library(clpfd)). go(L) :- L = [Vixen, Rudolph, Prancer, Dasher, Comet, Dancer, Donder, Blitzen, Cupid], L ins 1..9, % Vixen should be b…

  18. comment
    Comment #34226877

    I also would like to echo the thank you to Markus. His Power of Prolog videos have taught me so much about Prolog. His recent one on DCGs is incredibly eye-opening.

  19. comment
    Comment #32883172

    Fun exercise in Prolog too: https://www.codebymath.com/index.php/welcome/lesson/prolog-d... .

  20. comment
    Comment #31885600

    In the book "The lost art of finding our way" the author claims a big boost to not getting lost is to (simply) pay more attention to an outing as it evolves. It is indeed difficult…

  21. story
  22. comment
    Comment #31645279

    I've been using Prolog on and off for 20+ years (I actually bought and used Turbo Prolog by Borland under MS-DOS). I have to confess though, I've never quite understood Prolog or w…

  23. comment
    Comment #31212892

    The Tau Prolog ( http://tau-prolog.org ) system (written in JS) is used here https://www.codebymath.com/index.php/welcome/lesson_menu#pro... to use Prolog as a way of teaching math…

  24. story
  25. comment
    Comment #23609946

    Yes, multi-threads of it...that would be scary!