Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jcon321
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jcon321
2mo ago
yea i agree, the people who defend perfect git history are most likely not enforcing pull/merge requests. why would I care to look at git history when a pull/merge request is way more informative? they then back it up by saying ho
2.
▲
by
jcon321
6mo ago
walking outside, and the surf report... they cancel all the time for less wind shear
3.
▲
by
jcon321
6mo ago
too windy outside for this to happen imo
4.
▲
by
jcon321
8mo ago
yea imagine having to maintain a python dependency (which undergoes security constraints) all because some junior cant read/write bash... and then that junior telling you you're the problem lmao
5.
▲
by
jcon321
10mo ago
You have no issues with handing over your cell phone to a police officer who pulls you over? I imagine you'll say "all I have to do is present an ID", but what if the officer cannot read it, so he wants to hold it? Okay you w
6.
▲
by
jcon321
10mo ago
Microsoft's Ubuntu image seems to be ready. I guess I could see a reason to use regular Ubuntu 24 and then install dotnet manually, but these images have served us well. docker pull mcr.microsoft.com/dotnet/sdk:10.0 - Refers
7.
▲
by
jcon321
11mo ago
We self host everything at our company as we're a data center - all the tools required for a modern development stack + modern environments. It's great for learning and control - it's not so great for anxiety.
8.
▲
by
jcon321
1y ago
So this is only relevant to websites that do not use passwords and only do a temporary one time code... this is not 2FA correct?
9.
▲
by
jcon321
1y ago
What's the usecase for this? Texting your classmates right next to you when wifi is down and you didnt pay your phone bill? It requires peers to be running bitchat. So is this only going to be useful if everyone has bitchat installed?
10.
▲
by
jcon321
1y ago
Same, mq2 macros was my first programming language at 13
11.
▲
by
jcon321
1y ago
Okay fair point, thank you for that info. This makes more sense for the people who are developing prompt generation for some tool (like copilot, claude code, etc) yet I was thinking of it more from a user standpoint (like asking chatgpt, ge
12.
▲
by
jcon321
1y ago
I thought this entire premise was obvious? Does it really take an article and a venn diagram to say you should only provide the relevant content to your LLM when asking a question?
13.
▲
by
jcon321
1y ago
I think that experiment was very cool, but I will say that the OAuth2.0/OIDC protocol is very well documented and there are tons of tools already built around it in multiple languages. I implemented the OAuth2.0 protocol in 3 different
14.
▲
by
jcon321
1y ago
Like with a cloth right?
15.
▲
by
jcon321
2y ago
I agree with this. The author is just documenting how to "play the game", not how to be a good engineer.
16.
▲
by
jcon321
2y ago
I've brought my company's JavaEE 7 web application through NetBeans' upgrade life cycle, starting at NetBeans 8 I think. 10 or so years ago. NetBeans was great, when I first started, around version 8 or 9 - almost every "
17.
▲
by
jcon321
2y ago
Well before AI, us old guys had to google our own issues and copy/paste from stackoverflow. When I was a junior I never thought about being overly reliant on "google or stackoverflow", but LLMs are slightly different. I guess
18.
▲
by
jcon321
2y ago
Yea teams that have poor tracking and no PR practices.
19.
▲
by
jcon321
2y ago
Would you really bring your boss an offer letter? Even as top performer it seems like a bad idea to take any counter offer.
20.
▲
by
jcon321
3y ago
This is cool. Narration of audio books is a time consuming process! I agree with some of these comments here about how AI narration can sound robotic though and may not be too pleasant to listen to. However, for anyone who is, or knows a fa
21.
▲
by
jcon321
3y ago
> I did my best to make the case from a technical (bug fixes and features), business (vendor X won’t support us on this version), and customer (customer wouldn’t be happy if they knew we were running version X) standpoint. I feel your pa
22.
▲
by
jcon321
3y ago
In reality I know what you mean, but not a good look for you imo. Imagine that upgrade causes an issue upstream and someone has to explain who approved it. There's always a way to get housekeeping items approved, sneaking it in isn
23.
▲
by
jcon321
3y ago
All I know is government contracts, but I've been pretty successful at estimations. Much like the top posts in this thread, none of it is for free. Most of the time requirements come in a few sentences, maybe a paragraph, rare cases a
24.
▲
by
jcon321
4y ago
How does this generally work? I've played with openai's API and I can send it questions and get answers. Is this app just parsing new additions to commits and passing in the whole code block as a prompt, with an additional line sa
25.
▲
by
jcon321
4y ago
No need to be so harsh, they're not proclaiming anything just explaining their routine. I agree though that testing the feature branch on the develop branch is not the same thing as that feature branch living in main, because some othe
26.
▲
by
jcon321
4y ago
No joke, "C for Dummies" - it's more teaching you CS101 concepts, less about "C". Tons of examples to go through and the attitude of the author is very helpful compared to a lot of other styles out there. I was fail
27.
▲
by
jcon321
4y ago
How to Win Friends & Influence People but I'd personally reconsider that career change
28.
▲
by
jcon321
4y ago
"by the time something is big enough that someone feels like they need to notify me, my first options of mitigation have already passed" That's a communication issue which managers believe is rooted from remote work. I'm
29.
▲
by
jcon321
4y ago
I fail to see your misunderstanding of what I stated. Rebasing is all about a pretty git-log, a pretty git-log is all about looking up why/what something changed. Everything I stated is about why you don't need a pretty git-log to
30.
▲
by
jcon321
4y ago
For a 1 man team there is no point. Even for a 1 man team with a local and remote repo there is no point, because your local branch is always the same as the remote branch. For a 2+ man team that does not protect the remote repo (i.e., don&
More ›