Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
udbhavs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: I made an 8 bit game that teaches beginners to pwn basic C programs
(github.com)
2 points
by
udbhavs
1d ago
|
0 comments
2.
▲
by
udbhavs
10d ago
I feel called out as one of them. I definitely overextend in terms of internet references if I'm anxious to try to catch something the other person is interested in. Among many "online" people, memes are basically a form of i
3.
▲
by
udbhavs
10d ago
Trying to get off the internet for me feels like a messy divorce. It's difficult because it was essentially my world growing up, shaped my value system and defined the type of things I should strive towards. Being involved in game dev,
4.
▲
by
udbhavs
13d ago
Oops, I might have been misremembering then. Maybe I meant 4 to 5
5.
▲
by
udbhavs
13d ago
I remember when GPT-4 came out and the perceived performance upgrade seemed underwhelming for a major release compared to 3.5, especially how there were graphics going around showing the parameter size dwarfing the last model before it came
6.
▲
by
udbhavs
13d ago
Minor nitpick, but the handling in the Kart Racer game is terrible. It feels more like nudging than turning.
7.
▲
by
udbhavs
20d ago
Very cool! I'm trying to understand the graph, so the bottom-most section seems to be the cluster identifying Claude written PRs. What are the other 7, any reason there are 8 in total? I've been scraping instagram posts recently t
8.
▲
by
udbhavs
20d ago
I've been thinking more about how 99.9% of us don't have the experience of someone significantly more intelligent, yet also subservient working under us, which is why I keep going crazy second guessing whether Claude is spouting R
9.
▲
by
udbhavs
27d ago
Hate to comment more on the drama, but it's only after watching Andrew Kelley's talk at Software Should Work [1] that I realized how philosophically different he is from Jarred and the broader SF AI/VC sphere. Here he is in a
10.
▲
by
udbhavs
1mo ago
> It supports my learning only in the sense that it makes me feel like im doing things right I think my downfall might have been questioning the efficacy of my method beyond it just "feeling right" and trying to find ways to sh
11.
▲
by
udbhavs
1mo ago
It is funny, I like reading about standards and certifications! I'm definitely more on the anxious side which leads to information hoarding tendencies and trying to think as much as I can before I act. I would love to get pulled a bit
12.
▲
by
udbhavs
2mo ago
> That needs to start all conversations in this area. Not everyone had the same goals. That's a very good question. In my case, when learning in the mode I described above, my brain is often more worried about the amount of unknown
13.
▲
by
udbhavs
2mo ago
Great advice, thanks! > Usually homeworks get very easy which is a good sign I agree, but having homeworks in itself is a big advantage! It means you're in a structured learning environment where someone has taken the care to create
14.
▲
by
udbhavs
2mo ago
I've realized that most of my tendencies to set up elaborate note-taking systems and frameworks have been an attempt to address my anxiety around learning and productivity. I'm constantly in the mode of "learning defensively&
15.
▲
by
udbhavs
2mo ago
What can be more earthy than a forest? Jokes aside it does look like the effort there is a step above pages like this one or other examples linked in thread.
16.
▲
by
udbhavs
2mo ago
Wow, no wonder Copilot looked so out of place within the Windows UI. It's not the only core app that blatantly goes against Windows' design language either- Movie Maker and later the built-in video editor in Photos both died for C
17.
▲
by
udbhavs
2mo ago
Honestly, I'd take this over purple tailwind any day. That style has given me an ick for the color scheme I don't know if I'll ever shake off
18.
▲
by
udbhavs
2mo ago
It's a trend that signals a form of non-chronically-online intellectualism. Feels reminiscent of intellectual slop [1] content on the web that is in vogue https://www.youtube.com/shorts/dEYvdnwB4MM
19.
▲
by
udbhavs
2mo ago
Not surprising considering out of all the things MS is known for, UX consistency is certainly not one of them. They have probably the weakest commitment to a design language across all the big tech cos.
20.
▲
by
udbhavs
2mo ago
I've been noticing the uptick of beige + serif fonts + art with rough textures in this space. It feels like an attempt to humanize the technology and make it more palatable to people. Anthropic is the biggest example of this language w
21.
▲
by
udbhavs
2mo ago
For some reason I have to deal with the opposite problem and have to click twice on a new window to get keyboard focus. Many times I'll switch windows (eg. from Messages to the browser), start typing and accidentally end up sending som
22.
▲
by
udbhavs
2mo ago
OP is definitely not alone in this. It feels like I'm constantly trying to avoid "attention capture" when trying to do a task that involves browsing the internet - even going on LinkedIn or StackExchange for a specific purpos
23.
▲
by
udbhavs
1y ago
That's neat! I only asked because I haven't seen API keys used in the context of profile environment variables in shell before - there might be other common cases I'm unaware of
24.
▲
by
udbhavs
1y ago
Next, set your OpenAI API key as an environment variable: export OPENAI_API_KEY="your-api-key-here" Note: This command sets the key only for your current terminal session. To make it permanent, add the export line to your she
25.
▲
by
udbhavs
1y ago
I was going to ask about how pure types would fill the gap for other validations in Zod like number min/max ranges, but seeing the tags feature use intersection types for that is really neat. I tried assigning a `string & tags.MinL
26.
▲
by
udbhavs
2y ago
> At the time this article was written, the album consisted of 13,650 songs and had already surpassed the record held by Asha Bhosle, an Indian singer who recorded over 11,000 songs since 1947. The latter is a prolific and renowned 91 ye
27.
▲
by
udbhavs
2y ago
Dart has pattern matching that is a lot more fleshed out than most C-family languages, you should check it out https://dart.dev/language/patterns Edit: while there aren’t full ADTs, it does have sealed classes which he
28.
▲
by
udbhavs
2y ago
I used this standard a long time ago to make a simple server -> client reactive state for a card game by combining it with Vue's reactive objects to get something like a poor man's CRDTs. This is a rough diagram of what it look
29.
▲
by
udbhavs
2y ago
> If we accept the fact that the web is inherently imperative, then I believe we can resolve most if not all of the above problems. We don't need to throw the baby out with the bathwater though, because JSX is fantastic. Also look i
30.
▲
by
udbhavs
2y ago
This is my first time reading about Gleam and it looks really cool! How's the experience of writing Vue components in it? Web frameworks like it and Svelte tend to liberally meddle with the syntax & semantics of JS through transpil
More ›