Readit News logoReadit News
mikestaas commented on Show HN: I was curious about spherical helix, ended up making this visualization   visualrambling.space/movi... · Posted by u/damarberlari
mostlyk · 9 days ago
This is super nice to view, could you share how you made it? I want to make something similar for Rotation Matrices
mikestaas · 9 days ago
AnimeJS, and possibly Three.js
mikestaas commented on The rising returns to R&D: Ideas are not getting harder to find   papers.ssrn.com/sol3/pape... · Posted by u/surprisetalk
jaggederest · 10 days ago
There used to be the halfbakery. I guess there still is. https://www.halfbakery.com/
mikestaas · 10 days ago
There's a blast from the past!
mikestaas commented on Claudia – Desktop companion for Claude code   claudiacode.com/... · Posted by u/zerealshadowban
unethical_ban · 12 days ago
I still can't figure out how to set up a completely free, completely private/no-accounts method of connecting an IDE to LM Studio. I thought it would be "Continue" extension for VS Code, but even for local LM integration it insists I sign-in to their service before continuing.
mikestaas · 12 days ago
Roo code in vs code, and qwen coder in lm studio is a decent local only combo.
mikestaas commented on So what's the difference between plotted and printed artwork?   lostpixels.io/writings/th... · Posted by u/cosiiine
coldcode · 16 days ago
I only make art designed to be printed on 10-12 color large format inkjet printers. Making plotter art is not inherently better or worse that printing, it's just a different type of art. I love what people do with plotters, but I just prefer doing printed versions, since what I make is often not possible with a plotter, as I deal in pixels (up to 200+ megapixels), and plotters deal in vectors. It's like Photoshop vs Illustrator, the don't compete as much as specialize in different things. https://andrewwulf.com if interested.
mikestaas · 16 days ago
Good stuff! Those would make nice textiles too.
mikestaas commented on Never write your own date parsing library   zachleat.com/web/adventur... · Posted by u/ulrischa
ozim · a month ago
I think there is missing point in this discussion.

Most of the time you build something else.

Like if you build a todo app and have to deal with scheduling you don’t spend time making date library because it’s not your goal. But people would do that.

Heck most developers instead of starting blog on a blog platform start writing code for their own blogging engine.

mikestaas commented on CARA – High precision robot dog using rope   aaedmusa.com/projects/car... · Posted by u/hakonjdjohnsen
mikestaas · a month ago
> Programming takes the cake for what is both my most and least favourite part of any build. Nothing quite makes you pull out your hair and ask yourself, 'What the heck have I gotten into?' Like spending weeks programming a robot that just won't work. Eventually though, you fix that one line of code that makes all the difference. And then it's smooth sailing. Well, kind of.

I feel this deeply, also this whole video is quality content.

mikestaas commented on We built an air-gapped Jira alternative for regulated industries   plane.so/blog/everything-... · Posted by u/viharkurama
IshKebab · a month ago
> Then I realized all those who complained was using JIRA Cloud and we were using on-prem, and it all made sense.

Even Atlassian doesn't use Jira cloud. Btw it's not "JIRA".

mikestaas · a month ago
Atlassian very much do use Jira cloud. Source: I worked there for 10 years. Not apologising for it's performance however.
mikestaas commented on Clashes between web and X11 colors in the CSS color scheme   en.wikipedia.org/wiki/X11... · Posted by u/mmoogle
hnlmorg · a month ago
As touched on in the article, the beauty of colour names would be that they’re celebrated for the machine.

#124356 might look different on one monitor or workstation compared to another.

Having colour names which are calibrated for the device makes a lot of sense. Assuming those colour names are actually calibrated, which as the article also mentions, so often wasn’t the case.

As an aside, this is a big problem in DTP where your display should match the page. However you obviously wouldn’t use colour names in that specific industry because you’re dealing with a vastly greater range of colours and shades.

mikestaas · a month ago
In desktop publishing or other graphic arts where you are sending your files to pre-press for physical printing you would use CMYK or Pantone (for spot colours) + paper grade.
mikestaas commented on Show HN: Bedrock – An 8-bit computing system for running programs anywhere   benbridle.com/projects/be... · Posted by u/benbridle
vincent-manis · a month ago
This is the latest in a very honourable tradition. My first encounter with it was with Martin Richards's BCPL system in 1972. The compiler generated a hypothetical ISA called OCODE, from which backends generated pretty good native code for Titan-2 and System/360, among others. One of those backends generated INTCODE, which was an extremely reduced ISA, for which an interpreter could be easily written (I wrote one in Fortran). Richards also provided the BCPL compiler and runtime library in INTCODE, so you could quickly have BCPL running interpretively. Then you could use this interpretive version to bootstrap a native-code backend implementation. Put this all together, and you now have a very easy compiler port.

Wirth's Pascal-P compiler of 1974(?) used the same idea, also in aid of a highly portable compiler. I have never been able to find out whether this was an independent invention, or whether Wirth was influenced by Richards's work.

Of course, the JVM and CLR are descendents of this, but they build a very complex structure on the basic idea. Writing an implementation of one of these virtual machines is not for the faint of heart.

So I think Bedrock can be very useful as a compiler target, if nothing else. However, I must agree with some of the other commenters that the 64KiB address space makes it very much of a niche tool. Come up with a 32-bit variant that's not much more complicated, and I think you have a winner.

mikestaas · a month ago
Wouldn't the 32-bit variant just be WebAssembly?
mikestaas commented on Blind to Disruption – The CEOs Who Missed the Future   steveblank.com/2025/07/08... · Posted by u/ArmageddonIt
nyarlathotep_ · 2 months ago
There was an excellent thread(s? I think) about Nokia around these parts a few months back that covered this in detail by various commentators (perhaps you were one of them).

Wish I'd bookmarked them; some great reading in those

u/mikestaas

KarmaCake day23June 22, 2025
About
father, geek, tinkerer, senior software engineer with 25 years experience, passionate about webassembly
View Original