HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mfarstad

no profile record

Submissions

Focus: A simple and fast text editor written in Jai

github.com
3 points·by mfarstad·قبل 3 سنوات·3 comments

Show HN: Jackdeez – the EZ way to configure jackd via dbus

github.com
1 points·by mfarstad·قبل 4 سنوات·0 comments

Ask HN: Reduce Packet Latency in SOM

1 points·by mfarstad·قبل 4 سنوات·0 comments

comments

mfarstad
·قبل 3 سنوات·discuss
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 pretty and powerful
mfarstad
·قبل 3 سنوات·discuss
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 if people still like benefits of Go then yeah honestly a rewrite from scratch might be better. Its not that hard just takes a while - query entire DB into data structure and then write serialization routines. The UI portion is just bubbletea and gum.
mfarstad
·قبل 3 سنوات·discuss
Pure Golang as well, so there's no CGO. Can just make a binary for whatever target Golang supports which is the bees knees.
mfarstad
·قبل 3 سنوات·discuss
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 full rewrite.
mfarstad
·قبل 3 سنوات·discuss
Don't use a Mac, but would add to readme if someone had the wherewithal

https://github.com/mathaou/termdbms/issues/8
mfarstad
·قبل 3 سنوات·discuss
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.
mfarstad
·قبل 3 سنوات·discuss
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 used SQLite everywhere so it made my job easier.

I'm way better at Golang now too so I would really like to do a better job with the project but yeah, no bandwidth.
mfarstad
·قبل 3 سنوات·discuss
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, JavaFX

  - Backend: Golang, Node.js, AWS, Azure, MySQL, PostgreSQL, SQLite
  
  - Mobile: Flutter
  
  - O/S + Arch: Linux, Windows, MacOS, x86, ARM32/64
  
  - Technologies: WebRTC, RTC, ICE, FFMPEG, Jackd, ALSA, FreeRTOS, Yocto, STM32, Raspberry Pi, and Websockets.
Full-stack developer capable with entire software stack from MCU to web front end. 10+ YOE. Fast + capable learner with knack for breaking down complexity into manageable sections. Capable of writing fast, small, and portable software for a variety of targets and use cases. Rate: $40 / Hr

Website: https://farsidesolutions.com

Availability: Up to 30 hours per week

LinkedIn: https://www.linkedin.com/in/matthewfarstad/

Github: https://github.com/mathaou

Email: [email protected]

Upwork: https://www.upwork.com/workwith/matthewf19
mfarstad
·قبل 3 سنوات·discuss
Not sure. Compiler is x86 + LLVM right now so I don't know if anyone's built a Jai binary for Silicon yet.
mfarstad
·قبل 3 سنوات·discuss
Kind of early but the UX has been insane. Incredibly responsive feel, intuitive commands, and just generally a warm fuzzy feeling.
mfarstad
·قبل 4 سنوات·discuss
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 of everything so if your business needs don't fit any of those nicely I still might be able to help out.

Email: [email protected] https://linkedin.com/in/matthewfarstad
mfarstad
·قبل 4 سنوات·discuss
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 things

real tragedy is that they didn't use cutting edge web7.0 tech for their front end smh
mfarstad
·قبل 4 سنوات·discuss
I'll plug the book "Dealers of Lightning" for those who want to read more.
mfarstad
·قبل 4 سنوات·discuss
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 single cells, querying, and viewing in a headless environment.
mfarstad
·قبل 4 سنوات·discuss
looks pretty and I think its pretty easy to use. Didn't look at what anyone else had done, tho.
mfarstad
·قبل 4 سنوات·discuss
One of my favorite TUI frameworks. I made https://github.com/mathaou/termdbms with it. A very pleasant experience.
mfarstad
·قبل 4 سنوات·discuss
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 the major scale, and pretty much any other mode in which those chords naturally occur. The most important tones are the major 7th, which is one semitone away from the root and has a strong desire to resolve up, and the perfect 5th, which is a very stable sound that wants to fall up a fourth or down a fifth to the root. As such, the third can be major, minor, omitted, or replaced and the function of the chord remains pretty much unchanged. This is called modal interchange, since we are borrowing from a different mode for the root, in this case any mode other than Ionian (major). Mode changes the strong and weak cadences, however, so be mindful your alteration doesn't make a progression fall apart.

My favorite is ii7, iio7, and Imaj7. Another topic thats fun is tritone substitution, but that would make this a borderline blog post.

o in this context is a diminished chord, which also means that 7 is double flat (bb) because theory.

It can get crazier, there's tons of YouTube videos that explain it better. But
mfarstad
·قبل 4 سنوات·discuss
I'll plug https://github.com/mathaou/termdbms for people who need a terminal based SQLite management solution
mfarstad
·قبل 4 سنوات·discuss
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 gratifying and things become more intuitive. Victor Wooten had a ted talk on the subject.

Learn by mimicking, then learn structure after you've already had fun just making some noise.
mfarstad
·قبل 4 سنوات·discuss
I made https://github.com/mathaou/termdbms with charm libraries and I highly recommend it. Very, very slick and easy to get started.