HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cdcarter

no profile record

コメント

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