Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sibit
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
sibit
5mo ago
This is awesome. I don't do any graphics programming and don't really have any Raylib experience (or keep up with the projects developments) but it inspired me to begin learning C this past few months. I started building my own ze
2.
▲
by
sibit
8mo ago
For me it's the people. I've been at my current company for ~4 years. Every January the upper management folks kick off the same project and every year it dies in the planning/discussion phase. Maybe one or two other "bi
3.
▲
by
sibit
11mo ago
I don't need a whole paragraph just: Copilot+ Recall.
4.
▲
by
sibit
1y ago
I really like the standalone lit-html rendering library but never really saw a need for Lit. Honestly, I find it hard to see a need for more than <any client-side rendering lib> + Web Components when I want client-side rendering.
5.
▲
by
sibit
2y ago
> we have conditioned people to think they need to do side projects outside of working 40 hours a week > If that isn’t available, it’s time to change jobs. From what I've seen most people want to keep their cake and they want to
6.
▲
by
sibit
2y ago
> I feel that the real problem is a lot of people don’t care about collecting requirements. As someone who _really_ enjoyed requirements gathering for many years and now has become one of the "I don't care let's just build
7.
▲
by
sibit
2y ago
5am I go for a 2 mile run with my dog When I get home I start a pot of coffee Shower If it's a work from office day I leave for work at 5:45 (~15 minute drive) 1-2 hours of reading HN, twitter, blogs I grab my sticky note pad and I cre
8.
▲
by
sibit
2y ago
> You didn't explain how the "bootcamp grads" thought process differs from yours. In my experience, their thought process starts with "I know framework/library X" and ends with "What library/framew
9.
▲
by
sibit
2y ago
I have always found articles/discussions of code reviews fascinating. In the 10(ish) years I've been employed as a programmer I've never worked in a department with more than ten people and every time the work is distributed
10.
▲
by
sibit
2y ago
I'm working on a Rust library that offers a higher-level API for generating PostScript and Encapsulated PostScript files. https://github.com/codewithkyle/pslib
11.
▲
by
sibit
2y ago
A part of me jokes that Micro$oft only invested in OpenAI because it's the only sensible way to browse .NET/Nuget package(s) documentation. The other part knows it's dreadfully true.
12.
▲
by
sibit
2y ago
If you have not seen it I'd recommend watching Rich Hickey's talk on Hammock Driven Development: https://www.youtube.com/watch?v=f84n5oFoZBc
13.
▲
by
sibit
2y ago
I use tools like a persistence layer for my thoughts. I can "think in words" but my brain defaults to "thinking in pictures" mode. When I think about a database schema I automatically visualize the tables and the connect
14.
▲
by
sibit
2y ago
Pretty much any internal tool/TUI/CLI/library I've created. If I had to guess I'd say at most 25% of the company projects I've worked on have launched AND have consistent usage. Working hard on something just f
15.
▲
by
sibit
2y ago
I don't think you can compare the productivity of someones passion with someone who's writing code they're told to write at a job.
16.
▲
by
sibit
2y ago
> how do you provide long-term value You don't. My employer switched to this type of project structure 16 months ago and so far all "projects" have been useless short sighted solo work. The only benefit I've seen is i
17.
▲
by
sibit
2y ago
> Still can't figure out why they didn't follow through with Cortana being the OS copilot name and retired it. I can't figure out why they didn't use it as an opportunity to bring back Clippy.
18.
▲
by
sibit
2y ago
I think my favourite weekend project I've built was an image transformer plugin for Craft CMS. The popular (and only) free image plugin had been deprecated and the author was only going to continue supporting their paid version so I ha
19.
▲
by
sibit
2y ago
It's not a commercial product but I've spent some time building a Magic The Gathering deck builder[0]. I want to build a VTT engine but I feel like if I'm gonna receive a cease and desist letter from Hasbro that'll be th
20.
▲
by
sibit
3y ago
I help maintain a user-facing ASP.NET project running .NET Framework 4.5 that uses jQuery 1.0 for most of the UI. We launched our first new feature using HTMX back in November and it worked out pretty well for us and we plan to continue usi
21.
▲
by
sibit
3y ago
My gut says I would use query params though I typically stick with 1 action effects 1 record. I can't recall any specific times when I built bulk item management into an app but I'd say that's a personal preference on my end.
22.
▲
by
sibit
3y ago
I'm not someone who usually gets excited by new major releases of frameworks/libraries but this one feels different. I got my start with CRUD PHP websites with jQuery. I've been using HTMX for the last year and it fills me wi
23.
▲
by
sibit
3y ago
This is how I've used DELETE. Something like DELETE /users/{uniqueUserId}. In ~10 years of building CRUD apps I don't think I've ever sent a body or query params with a request.
24.
▲
by
sibit
3y ago
> Maybe when solid state batteries make their way into EVs by the end of this decade, that will change. That'd be nice. I figure I'll revisit EV tech in ~10 years when I'm ready to start shopping again. Fingers crossed.
25.
▲
by
sibit
3y ago
I just purchased a new truck within the last 6 months and I was considering Ford's F-150 Lightning but ended up going with a diesel 2500 Silverado instead. The lightning boast 350 miles but it's not clear what kind of mileage I wo
26.
▲
by
sibit
3y ago
> IME there is quite an overlap between the two... Do you think there is an equation where the larger the company the more they treat the employees like toddlers? I've primarily worked for small companies where management treated th
27.
▲
by
sibit
3y ago
Legacy projects? I maintain an old .NET web app that's ~15 years old and runs on jQuery. While the dream of refactoring or rewriting the entire thing using something more modern (like Web Components) is nice we're never gonna do i
28.
▲
by
sibit
3y ago
> SMS for anything other than one-time use cases is terrible. I can agree it's unacceptable for security while also disagreeing with this statement.
29.
▲
by
sibit
3y ago
I don't know. I like when my ISP or power company let's me opt-into texts about outages and provides periodic updates (as long as you can reply STOP). I was on a 2 week camping trip and a nasty storm rolled through my home state.
30.
▲
by
sibit
3y ago
> I'm not sure that there was an inrush of programmers because "it could make a lot of money". This is all I've seen within the last 5 years. For context, I've been working in-industry for ~8 years. I don't
More ›