HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cdcarter

no profile record

comments

cdcarter
·mês passado·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
·há 2 meses·discuss
Check out the Adafruit Fruit Jam, its got pretty much everything you need.
cdcarter
·há 2 meses·discuss
Most US insurance has very strict guidelines about what is diagnostic vs preventative for a colonoscopy. And its almost certianly diagnostic.
cdcarter
·há 3 meses·discuss
The plugin directly adapts code from GNU Grep, so they MUST release it under the GPL, as far as I understand.
cdcarter
·há 3 meses·discuss
All you really need is a copy of "The Unix Programming Environment", where you can implement `hoc` in a couple hours.
cdcarter
·há 3 meses·discuss
What do you mean by that? bad support for what?
cdcarter
·há 4 meses·discuss
Swift too, in 6.3!
cdcarter
·há 4 meses·discuss
The blog started publishing in 2017. Why do you think this?
cdcarter
·há 4 meses·discuss
That is what raincole is asking about. Do you have a source for this, in the Uk context?
cdcarter
·há 4 meses·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
·há 4 meses·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
·há 4 meses·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
·há 4 meses·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
·há 4 meses·discuss
That would be the "hardwired" option.
cdcarter
·há 4 meses·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
·há 4 meses·discuss
80% of my home voice assistant requests really need no response other than an affirmative sound effect.
cdcarter
·há 4 meses·discuss
Even a PCMCIA slot would help! ;)
cdcarter
·há 6 meses·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
·há 3 anos·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.