Viewing profile — stevefolta
stevefolta
HN member- Joined
- Sun, Jun 28, 2015, 10:40 PM UTC
- HN karma
- 149
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About stevefolta
No profile information was provided.
Recent public activity
-
comment
Comment #49086561
Someone turned me on to this recently, but mainly it ended up getting me back into Timeguessr. (I'm much better at Timeguessr.)
-
comment
Comment #48621986
"If you have a procedure with ten parameters, you probably missed some." -- Alan Perlis
-
comment
Comment #48067758
Looks like a new 1.3 release is coming very soon. I love QBE, but it does have its limitations: - It handles the ABIs for passing and returning structures in registers, but only wi…
-
comment
Comment #47525150
There's also my own "KX" ( https://codeberg.org/stevefolta/kx >), a very similar project. Mere looks like it wants to be more serious in the long term.
-
comment
Comment #46596715
Oh, it _does_ have string interpolation, my bad. Sadly, not by default -- you still have to go back and add an "f" before the string once you've started typing it and then realize …
-
comment
Comment #46593241
Nice! Compiles in 2s on my unexceptional hardware. But it lacks my other main desiderata in a new language: string interpolation and kebab-case.
-
comment
Comment #46436463
Hooray! Personally, I'm hoping this'll lead to support for the GPU on Spacemit SoCs.
-
comment
Comment #46399038
I’ve often heard “Fontucky” for Fontana CA.
-
comment
Comment #45814088
In synthesizers, diodes are used in oscillators to shape triangle waves into sine waves.
-
comment
Comment #45775025
Hainbach's video on the collection: https://www.youtube.com/watch?v=WxYGxpXBEos&t=2024s >
-
comment
Comment #45629206
This video says latency is two samples: https://www.youtube.com/watch?v=TzEoYlaj9u8&t=110s >.
-
comment
Comment #45625013
Once you cut through all the verbiage, this is just a re-invention of Woosh ( https://woosh.sourceforge.net/ ).
-
comment
Comment #44801572
But if that's what they want, they may be driving out the exact wrong subset of their devs.
-
comment
Comment #44685487
Another interesting one is Scroll, a scrolling-tiling fork of Sway: https://github.com/dawsers/scroll/
-
comment
Comment #44430008
I still have one of these that I bought back in its heyday, but it doesn't work. I suspect it just needs new belts.
-
comment
Comment #44294160
No it can't. Not for RISC-V/musl, so I'm sure that must be true for other platforms too.
-
comment
Comment #44130277
The downside of QBE is that it doesn't have a way to generate debug symbols. But I still love and use it.
-
comment
Comment #43346535
Oh, perfect, thanks! I've been using Niri for less than a week, hadn't got to using named workspaces yet, and missed the bit in the docs where it says they can be empty.
-
comment
Comment #43345703
The one caveat -- and it's a big one -- is that Niri numbers workspaces dynamically, and won't let you have an empty workspace (except temporarily).
-
comment
Comment #43336575
> In the ENIAC the form of the [sic] that [program] storage (decimal) was quite different to that of the data that ENIAC operated on (binary). Huh? ENIAC was a decimal machine all …
-
comment
Comment #42986155
Depends on your definition of "a good name". It seems like yours includes "must be a short English word", but doesn't include things like "is easily web-searchable" and "doesn't co…
-
comment
Comment #42541950
> ...nobody really should be using either of them. What's wrong with poll(), at least for smaller values of nfds? And what should one use instead when writing POSIX-compatible port…
-
comment
Comment #41462047
What is nongnu.org, and what is its relationship to gnu.org?
-
comment
Comment #41260189
Yeah, Rust is the language for people who think C++ is not complex (or hostile) _enough_.
-
comment
Comment #41019528
Yeah, it seems odd that it has PowerPC but not RISC-V.