Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hydroxideOH-
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hydroxideOH-
8mo ago
Hey Joey! My Covid-era Principal internship feels like a fever dream now lol but I appreciated the support back then. Hope you're doing well too!
2.
▲
by
hydroxideOH-
8mo ago
Bluesky allows you to hide replies to your own post ( https://bsky.social/about/blog/08-28-2024-anti-toxicity-feat... ), and these hidden replies are exposed in API data as well. So I filter out any posts in that hi
3.
▲
I added a Bluesky comment section to my blog
(micahcantor.com)
301 points
by
hydroxideOH-
8mo ago
|
105 comments
4.
▲
by
hydroxideOH-
8mo ago
I recently rebuilt my site with Parcel + React Server Components. RSC are designed to solve many of the same problems that Astro does. And Parcel is “just” a bundler and not a framework, so it has less magic and gives you more control. htt
5.
▲
I rebuilt my blog with React Server Components
(micahcantor.com)
1 points
by
hydroxideOH-
9mo ago
|
0 comments
6.
▲
by
hydroxideOH-
1y ago
Well my employer chooses to use GitHub so I don’t have a choice there. And it’s vendor lock-in VSCode but that’s already my primary editor so it means there’s no need to learn another tool just for code review.
7.
▲
by
hydroxideOH-
1y ago
I use the GitHub Pull Request extension in VSCode to do the same thing (reviewing code locally in my editor). It works pretty well, and you can add/review comments directly in the editor.
8.
▲
by
hydroxideOH-
1y ago
Sure, but with that argument I think you could say most people in software engineering are self taught. If you want to get a job as a SWE you probably need to learn a lot outside of the classes for a typical CS degree. But I don’t think tha
9.
▲
by
hydroxideOH-
1y ago
Linus Torvalds given as an example of self-taught engineers yet he has a masters degree in CS. Higher education isn’t just about what you learn, it’s about learning how to study and learn.
10.
▲
by
hydroxideOH-
1y ago
It should already be possible to run CAMLBOY on WASM because of the new WASM backend of js_of_ocaml (wasm_of_ocaml).
11.
▲
by
hydroxideOH-
2y ago
Masters of fine arts in literature or creative writing.
12.
▲
by
hydroxideOH-
2y ago
I disagree. In Rust, traits are used all over for dynamic dispatch, the defining feature of object-oriented programming. Moreover, all three languages support structural pattern matching (borrowed from functional programming) as a core cont
13.
▲
Programming Beyond Paradigms
(micahcantor.com)
76 points
by
hydroxideOH-
2y ago
|
65 comments
14.
▲
by
hydroxideOH-
3y ago
Are there a lot of people who live alone in a small apartment that are willing and able to buy a $3500 headset? I feel like this entire thread has a blind spot to the fact that this device is very much a luxury item. A 55-inch TV is ~$300.
15.
▲
by
hydroxideOH-
3y ago
For those interested in this topic, I worked on improving dead code elimination in js_of_ocaml [1], a compiler from OCaml to JavaScript. The problem is more difficult in that case because of the indirection of OCaml's higher-order modu
16.
▲
My programming language feature wishlist
(micahcantor.com)
3 points
by
hydroxideOH-
3y ago
|
0 comments
17.
▲
Synthesizing the Boring Parts With GHC: A Research Progress Report
(micahcantor.com)
1 points
by
hydroxideOH-
4y ago
|
0 comments
18.
▲
Monad Confusion and the Blurry Line Between Data and Computation
(micahcantor.com)
1 points
by
hydroxideOH-
4y ago
|
0 comments
19.
▲
by
hydroxideOH-
4y ago
Clojure looks an feels more like a Scheme than Common Lisp
20.
▲
Compiling a Subset of JavaScript to ARM Assembly in Haskell
(micahcantor.com)
4 points
by
hydroxideOH-
4y ago
|
0 comments
21.
▲
by
hydroxideOH-
5y ago
Thanks! I do like that theme and I only made a few tweaks to it with some of the code styling and the header. And I'd definitely recommend it, programming in FP languages has been a bit of an addiction for me.
22.
▲
by
hydroxideOH-
5y ago
We actually use a collection of notes written by faculty rather than a book. But the course is much more in the style of HTDP than it is in SICP, we don't cover anything about compilers/interpreters, for instance, but the class fo
23.
▲
by
hydroxideOH-
5y ago
Thank you!
24.
▲
Why learn Racket? A student's perspective
(micahcantor.com)
129 points
by
hydroxideOH-
5y ago
|
52 comments
25.
▲
by
hydroxideOH-
5y ago
Or I could type -> and get on with my life.
26.
▲
The good and bad of Typed Racket
(micahcantor.com)
7 points
by
hydroxideOH-
5y ago
|
0 comments
27.
▲
by
hydroxideOH-
5y ago
Pretty cool. I didn't know there were groups using Haskell at NASA.
28.
▲
Crafting Interpreters in Typed Racket
(micahcantor.com)
5 points
by
hydroxideOH-
5y ago
|
0 comments
29.
▲
by
hydroxideOH-
5y ago
This is hilarious and accurate, at least fron my impression, though thankfully not experience, of talking with people who worked with a COBOL codebase at a large insurance company. At that company, they said 10 years ago that they'd re
30.
▲
Combinatorics Through Guided Discovery
(bogart.openmathbooks.org)
4 points
by
hydroxideOH-
5y ago
|
0 comments
More ›