Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
csmeyer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
31.
▲
by
csmeyer
2y ago
This is cool, and some of Demaine’s other work is amazing too. https://erikdemaine.org/papers/Origamizer_SoCG2017/paper.pdf ^ provides an algorithm for generating any 3D solid via folding a 2D net (origami style)
32.
▲
by
csmeyer
2y ago
Clarinet! I go to community band rehearsal every week and perform with them
33.
▲
Ask HN: Do you try teaching your kids to code?
11 points
by
csmeyer
2y ago
|
8 comments
34.
▲
by
csmeyer
2y ago
The kind of follows the standard midwit meme progression one sees in programming as well 1. Making stuff is fun and goofy and hacky 2. Coding is formal and IMPORTANT and SERIOUS 3. What cool products and tools can I make? I feel like this p
35.
▲
Ask HN: Why Isn't It Base128?
1 points
by
csmeyer
2y ago
|
1 comments
36.
▲
Show HN: Explore what "median" means for 2D points
(datadepth.netlify.app)
2 points
by
csmeyer
2y ago
|
0 comments
37.
▲
Teaching Python is good, but what about JavaScript?
(blog.pickcode.io)
3 points
by
csmeyer
2y ago
|
0 comments
38.
▲
by
csmeyer
2y ago
Yeah definitely worth fixing... This seems overall rather thoughtfully designed but that bug hurt
39.
▲
by
csmeyer
2y ago
OK, I tried it out. First thing I did was type a website into the big bar at the top and got an upsell modal for an AI thing... I get the need to make money but this was not a good first experience for me
40.
▲
by
csmeyer
2y ago
Curious to give this a try, how would you compare it to Arc? I used Arc for a while but eventually just ditched it for going back to chrome (Also, landing page nit, but the kerning on the H1 is pretty wide, and the kerning in the wordmark i
41.
▲
Replacing Replit in Schools
(blog.pickcode.io)
5 points
by
csmeyer
2y ago
|
0 comments
42.
▲
by
csmeyer
2y ago
CMD+z is one of the few keyboard shortcuts I'd recommend beginners learn on day 1, it's a very useful life skill IMO
43.
▲
The Most Important Button in a Code Editor
(blog.pickcode.io)
4 points
by
csmeyer
2y ago
|
2 comments
44.
▲
by
csmeyer
2y ago
Texts for minor logistics, phones for P0
45.
▲
by
csmeyer
2y ago
That was a lot of bullet points, but doing more communication asynchronously is good. I have a small company so it’s obviously easy mode, but we got rid of slack and it’s been great. Basecamp isn’t necessary though, Github discussions is a
46.
▲
by
csmeyer
2y ago
Oh duh... well my question was not insightful but yes your answer makes sense, there are no bishops on the board lol
47.
▲
by
csmeyer
2y ago
"Pawns may not be promoted to bishops;" ?????????? For real, I would absolutely love to know why that constraint was needed. Does anyone have info on why?
48.
▲
by
csmeyer
2y ago
We recently replaced slack on our team with Github discussions and phone calls/texts for really timely P0 type stuff. This seems like a similar idea with a nicer UI. I don’t really see a huge upside on the “feed” aspect, but this would
49.
▲
A beginner's first code editor shouldn't have AI
(blog.charliemeyer.co)
1 points
by
csmeyer
3y ago
|
0 comments
50.
▲
Sight-Reading a Software Project
(blog.charliemeyer.co)
1 points
by
csmeyer
3y ago
|
0 comments
51.
▲
Always Sprinting
(cbh.bearblog.dev)
1 points
by
csmeyer
3y ago
|
0 comments
52.
▲
by
csmeyer
3y ago
Is this using canvas graphics? I don't think I've ever seen that before for a modern web app. Reminds me of the Mac OS 9 in the browser demo. Can we get SnapCode running in there? https://infinitemac.org/2000/
53.
▲
by
csmeyer
3y ago
Just saw a demo of this last week. The most exciting use case was when multiple tags “programs” composed. For example, one program measures a value, passes that to one that accumulates values, and another that plots. I think there is a very
54.
▲
The Zen of Yahtzee
(blog.charliemeyer.co)
1 points
by
csmeyer
3y ago
|
0 comments
55.
▲
by
csmeyer
3y ago
The /s was omitted for comedic effect
56.
▲
A one line code change inside iOS made me waste 5 minutes
(blog.charliemeyer.co)
19 points
by
csmeyer
3y ago
|
12 comments
57.
▲
by
csmeyer
3y ago
I thought this looked pretty cool, and downloaded. Messed around with the demo for a second and hit CMD+s to save my thing somewhere and realized this was actually literally just a simple scratchpad. This will be my daily driver!
58.
▲
Programs are games, programming is a game
(blog.charliemeyer.co)
113 points
by
csmeyer
3y ago
|
90 comments
59.
▲
by
csmeyer
3y ago
An 8 year old would set the Pickcode record by one year, no reason not to try!
60.
▲
by
csmeyer
3y ago
The keywords are there on every line to make them easy to verbally read. This is most important in the case of set x = 7, the keyword makes it clear that we're trying to mutate a variable, not assert equality. Even though technically w
More ›