Live data from Hacker News

Viewing profile — mfarstad

mfarstad

HN member
Joined
Tue, Sep 29, 2020, 12:24 PM UTC
HN karma
33
Public activity
32 items

About mfarstad

No profile information was provided.

Recent public activity

  1. comment
    Comment #38943993

    https://github.com/TaKO8Ki/gobang It doesn't have my favorite feature from mine which is "yo lemme just quick update this one field without writing SQL" I don't think but still pre…

  2. comment
    Comment #38943125

    I mean if anyone wants to take over feel free in a fork and I'll archive my repo. I've seen a rust database tui that looks nuts. Was developed around the same time I made mine. But…

  3. comment
    Comment #38861399

    Pure Golang as well, so there's no CGO. Can just make a binary for whatever target Golang supports which is the bees knees.

  4. comment
    Comment #38861386

    Yup I remember that was a bit annoying and tricky. I had a partial fix but there were edge cases that threw me off so I opted to just save something like that for whenever I do a f…

  5. comment
    Comment #38861381

    Don't use a Mac, but would add to readme if someone had the wherewithal https://github.com/mathaou/termdbms/issues/8

  6. comment
    Comment #38861374

    Nope. Very non-relational. Think of it as a way to easily view and traverse a table - maybe you need to edit a single cell or something quick.

  7. comment
    Comment #38861366

    How right you are lol. I'm the author. I do embedded C and other stuff heavily now that doesn't use SQLite in any way. Was able to write the thing in the first place because we use…

  8. comment
    Comment #37366264

    SEEKING WORK | REMOTE | EST USA - Languages: C/C++, C#/.NET, Rust, Python, Golang, Java, Dart, Bash, Javascript - Frontend: React/NextJS, Dash, Electron, Flutter, QT5+6, Tauri, Jav…

  9. comment
    Comment #35864800

    Not sure. Compiler is x86 + LLVM right now so I don't know if anyone's built a Jai binary for Silicon yet.

  10. comment
    Comment #35864492

    Kind of early but the UX has been insane. Incredibly responsive feel, intuitive commands, and just generally a warm fuzzy feeling.

  11. story
  12. story
    Show HN: Jackdeez – the EZ way to configure jackd via dbus

    I always thought that qjackctl was WAY overkill for most of my jackd needs. I made a utility with gum[1] to simplify the process. Supports connecting/disconnecting ports, configuri…

  13. story
    Ask HN: Reduce Packet Latency in SOM

    I have a relatively low power SOM with the goal of reducing packet latency to a server as much as possible. I'm using real time Linux techniques and tightly coded C, but are there …

  14. comment
    Comment #32312950

    SEEKING WORK | Remote (based in NC, USA) Full stack developer specializing in embedded Linux, desktop applications, anything related to IOT, and mobile apps. I've done a little bit…

  15. comment
    Comment #32069088

    idk the article also mentions they've been working on it for 20 years I wouldn't be surprised if they just got to a point that was good enough and then didn't want to mess with thi…

  16. comment
    Comment #31626319

    I'll plug the book "Dealers of Lightning" for those who want to read more.

  17. comment
    Comment #31475334

    Obligatory: https://github.com/mathaou/termdbms Granted I'm the author, but until I get around to rewriting it from the ground up, I really think it saves a lot of time for editing…

  18. comment
    Comment #31334332

    looks pretty and I think its pretty easy to use. Didn't look at what anyone else had done, tho.

  19. comment
    Comment #31329640

    One of my favorite TUI frameworks. I made https://github.com/mathaou/termdbms with it. A very pleasant experience.

  20. comment
    Comment #31215581

    Building off of this to talk about functional harmony (I recommend a book called modeology) Look up roman numeral notation for this next bit. A V-I is called a perfect cadence in t…

  21. comment
    Comment #31153542

    I'll plug https://github.com/mathaou/termdbms for people who need a terminal based SQLite management solution

  22. comment
    Comment #31145726

    Learning music is more like a language than a discipline in my experience. You can do it the engineers way, but if you follow the way babies learn speech then it becomes a lot more…

  23. comment
    Comment #31145350

    I made https://github.com/mathaou/termdbms with charm libraries and I highly recommend it. Very, very slick and easy to get started.

  24. comment
    Comment #31102063

    I just checked this out today, funnily enough. Most off-putting thing is how horrible the website is and how weird it is to get an actual .iso. Pure http link to an apache webserve…

  25. comment
    Comment #31020610

    I made a headless sqlite dbms (not nearly as feature rich as the real thing) for my own embedded development. It can show the values of any table, view specific cells, update cells…