HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cdcarter

no profile record

comments

cdcarter
·2 個月前·discuss
Can you share some credible sources on "schools banning calculus"? Googling seems to primarily show up Quora and indeed HN discussions, and no actual policy proposal or news article.
cdcarter
·2 個月前·discuss
Check out the Adafruit Fruit Jam, its got pretty much everything you need.
cdcarter
·2 個月前·discuss
Most US insurance has very strict guidelines about what is diagnostic vs preventative for a colonoscopy. And its almost certianly diagnostic.
cdcarter
·3 個月前·discuss
The plugin directly adapts code from GNU Grep, so they MUST release it under the GPL, as far as I understand.
cdcarter
·3 個月前·discuss
All you really need is a copy of "The Unix Programming Environment", where you can implement `hoc` in a couple hours.
cdcarter
·3 個月前·discuss
What do you mean by that? bad support for what?
cdcarter
·4 個月前·discuss
Swift too, in 6.3!
cdcarter
·4 個月前·discuss
The blog started publishing in 2017. Why do you think this?
cdcarter
·4 個月前·discuss
That is what raincole is asking about. Do you have a source for this, in the Uk context?
cdcarter
·4 個月前·discuss
As of very recently, the entire stdlib (i.e. "Foundation") is open source and available on all platforms Swift targets. For a while, the Linux builds had a much smaller/limited version of Foundation, but it's fully supported now.
cdcarter
·4 個月前·discuss
I was looking for something that allows easy access to direct memory, with a syntax thats a little easier to explain than C. Frankly, zig was not actually a real viable option based on that syntax requirement but I still wanted to explore it.

Nim really is clean and simple.
cdcarter
·4 個月前·discuss
If it weren't for the 11k process fork bomb, I wonder how much longer it would have taken for folks to notice and cut this off.
cdcarter
·4 個月前·discuss
I spent last week (with Opus, of course) porting the xv6-riscv teaching operating system to a bunch of different languages. Zig, Nim, LISP, and Swift.

The improvements in embedded Swift have definitely made it one of the most enjoyable/productive languages to work on the OS. I feel like I can build useful abstractions that wrap raw memory access and make the userland code feel very neat.

On the other hand, the compilation times are SO bad, that I'm really focusing on the Nim port anyway.
cdcarter
·4 個月前·discuss
That would be the "hardwired" option.
cdcarter
·4 個月前·discuss
I don't think beyond tastes that crazy, but I have to jump in to support this bean burger. These guys are the real deal.
cdcarter
·4 個月前·discuss
80% of my home voice assistant requests really need no response other than an affirmative sound effect.
cdcarter
·4 個月前·discuss
Even a PCMCIA slot would help! ;)
cdcarter
·7 個月前·discuss
I vibe coded an app to track my movie watches, at https://moviesonthe.computer.

I really enjoy the ability to get started quickly with a known idea like “make a single user letterboxd clone” with a system prompt that explains my preferred tech stack. From there it’s relatively easy to start going in and being the tastemaker for the project.

I think people being able to build their own bespoke apps is a huge super power. Unfortunately I don’t think the tools today do a good job of teaching you how to think if you aren’t already a software engineer. Sonnet rarely grasps for an abstraction.
cdcarter
·2 年前·discuss
Huge shout out to Small Computer Central/Steven Cousins. I have four or five machines designed by him, with various main boards and backplanes. The parts are all tested working, and the build instructions are comprehensive. It’s a very enjoyable project to go from a pile of parts to connecting to the UART and blinking some LEDs.
cdcarter
·3 年前·discuss
If you're in an environment where you're able to use Chrome, you can go to the kebab menu and select "Install Visual Studio Code", which will install and open the workspace as a "Progressive Web App". It will have its own dock/menu bar icon, you can ctrl/cmd-tab to it, and all keyboard shortcuts work natively.

Unfortunately, at least on Mac OS, you can't exit Chrome entirely or the PWA will exit too.