HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ubidefeo

no profile record

comments

ubidefeo
·8 tháng trước·discuss
if you need a 4/4 clicker metronome I crafted this one :) https://strudel.cc/hNV6sevsZERY
ubidefeo
·8 tháng trước·discuss
love how you change the style as it plays. the custom font is a nice touch :)
ubidefeo
·8 tháng trước·discuss
I have submitted a talk for FOSDEM26 on Live Coding Music and Hardware with Strudel and MicroPython. Hope to get in :)
ubidefeo
·5 năm trước·discuss
I appreciate it, mate. I'm planning a (shorter) video on gasket priming, which many underestimate :)
ubidefeo
·5 năm trước·discuss
thank you
ubidefeo
·5 năm trước·discuss
Still true. Why do you say "not anymore"?
ubidefeo
·5 năm trước·discuss
You can totally do everything with arduino-cli. I even use it inside of Python/Shell scripts to run operations
ubidefeo
·5 năm trước·discuss
IDE 1.x.x is all Java IDE 2.x.x is Theia/Electron (Typescript)
ubidefeo
·5 năm trước·discuss
you cannot have full intellisense on Arduino project because of how the pre-processing works and generates headers and forward declarations. IDE 2.0 contains a Language Server developed from scratch to handle this, and every platform supported by ClangD works. Even using the Arduino plugin for VS Code won't offer proper completion, hinting and jump-to-definition
ubidefeo
·5 năm trước·discuss
>Yes, this script probably wouldn't be cross-platform, but I dare say that there's more than 20 kilobytes of platform-specific code in the current BalenaEtcher app already.

I can do what BalenaEtcher needs to be done in a shell, but how many can/want to? When you say "probably wouldn't be cross-platform" you have already given a reason for this to exist. "20KB of platform-specific code", you clearly know what you're talking about. You should write cross-platform applications.