Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wes-k
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
wes-k
2mo ago
There’s a huge difference between does it work vs is it elegant. As a software engineer I have been strict on making sure my code is elegant. Vibe coding has switched me to product (and project) manager. Why would I care about what the code
2.
▲
by
wes-k
5mo ago
I love this! Such a simple game with a fun level of skill. High score 17485 feels pretty good (edit: Oh! Low power mode on the computer makes the game run slow, thus much easier to get crazy high scores). Reminds me of SFCave and Nanana Cra
3.
▲
by
wes-k
7mo ago
> software specs are often an order of magnitude simpler than the actual number of branches in the code Love this! Be it design specs or a mock from the designer. So many unaccounted for decisions. Good devs will solve many on their own,
4.
▲
by
wes-k
1y ago
If I had a human assistant, I'd ask them to book my flight. The chat box is your window to your AI assistant. Maybe this new assistant hasn't earned your trust yet, but it makes sense that trust-aside, you'd ask your assistan
5.
▲
by
wes-k
1y ago
The fact that this deactivation feels possible is still a telling sign of where we’ve been heading. Update fail. Subscription lapsed payment. All sorts of new failure modes.
6.
▲
by
wes-k
1y ago
Only off by one character, how hard could that be?
7.
▲
by
wes-k
1y ago
Same!
8.
▲
by
wes-k
1y ago
Just installed Nuenki, really excited to give this a try. Amazing how it can hopefully iteratively help me learn Spanish while I don't change my behavior much.
9.
▲
by
wes-k
1y ago
Been doing this the last 10 months. Lots of growth and self-discovery. Best wishes on your journey!
10.
▲
by
wes-k
1y ago
My images say "Created with DALLE" below them, and a little info icon tells me they are rolling out the new one soon.
11.
▲
by
wes-k
1y ago
The examples they show have little captions that say "best of #", like "best of 8" or "best of 4". Hopefully that truly represents the odds of generating the level of quality shown.
12.
▲
by
wes-k
2y ago
I like the framing of "defaults" too. Gives space for suggestion and change.
13.
▲
by
wes-k
2y ago
Our team currently relies on thingamajig's responsiveness and cannot tolerate a change in performance. We will setup a temporary replica of thingamajig. Can you please hold off until our thingamajig replica is stable. My team expects t
14.
▲
by
wes-k
2y ago
DHTML! Gosh just hearing that term takes me back. I think AJAX killed DHTML. I'm not sure what killed AJAX. Async/await? React?
15.
▲
by
wes-k
2y ago
I literally just copied and pasted that exact part into my notes. Something about "versus doing nothing" really hits hard. I can do more than nothing! And also, sometimes, I need grace and time.
16.
▲
by
wes-k
2y ago
I couldn't get into it. I wasn’t sure if it was the game itself, my movement away from being a gamer, or just missing the game I knew so well.
17.
▲
by
wes-k
2y ago
My amateur impression was the following rankings: Easy to hardest to play: Protoss, Zerg, Terran Best when mastered: Terran, Zerg, Protoss I wasn’t tapped into the pro/competitive side so I’m sure it played out differently for them.
18.
▲
by
wes-k
2y ago
BGH and UMS are where I spent my entire StarCraft life. Lot of wonderful hours into those!
19.
▲
by
wes-k
2y ago
SCUMS! (StarCraft Use Map Settings). These maps provided a wide array of games and I believe popularized or gave birth to a few. I remember tower defense, level up games where you and the other players explore the map and gain upgrades, a p
20.
▲
by
wes-k
2y ago
Just heard this song for the first time like a month ago, thanks for the reminder!
21.
▲
by
wes-k
2y ago
This has been documented already. As you begin mindfulness practices you become aware of your thoughts. You then think “gosh, I didn’t have all these thoughts before” when really you did, you just weren’t aware of them. I believe studies on
22.
▲
by
wes-k
3y ago
For those that don't know the author, Marijn Haverbeke is the creator of CodeMirror (code editor) and later ProseMirror (text editor). https://codemirror.net/ https://prosemirror.net/
23.
▲
by
wes-k
3y ago
3 day work weeks are best. Most well paid developers would gladly take a 20% reduction in income for 50% more weekend right? So 4 days it is! Well why stop there? I’ll take another 25% reduction for 33% more weekend. So 3 days it is! But on
24.
▲
by
wes-k
3y ago
Oh we care plenty! Some AI round corners: hands in images, hallucinations in GPTs
25.
▲
by
wes-k
3y ago
They already run compute for siri for voice to text. So they could in theory still provide an LLM backed siri service for free for their customers/users.
26.
▲
by
wes-k
3y ago
Sounds like the classic commoditize your compliment. Meta benefits from AI capabilities but doesn’t need to hold a monopoly on the tech. They just benefit from advances so they can work with open source community to achieve this. https:&#x
27.
▲
by
wes-k
3y ago
HTPL is what I immediately landed on too. Talk about confusing beginners!
28.
▲
by
wes-k
3y ago
And my 38th! Thanks for reminding me that me and Bob share it!
29.
▲
by
wes-k
3y ago
Smoothing is a different operation where you are simplifying the bezier curve by removing redundant(ish) points. So if you draw an almost straight line, you may have created 100 control points, and then the software simplifies it down to 4
30.
▲
by
wes-k
3y ago
Your code executes and is not useless. > The rule checks for comparisons (==, !==, etc) where the outcome cannot vary at runtime, and logical expressions (&&, ??, ||) which will either always or never short-circuit. If you write
More ›