Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
code_runner
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
301.
▲
by
code_runner
4y ago
But did you give?
302.
▲
by
code_runner
4y ago
HN has a very interesting “vocal minority” thing going where certain articles will have VERY predictable comments. ShowHN - “this doesn’t work if JavaScript is disabled” or “you should explain this product better I don’t want it” Any hardwa
303.
▲
by
code_runner
4y ago
My first thought was “what would docker have to do with the client side”… I didn’t realize wasm was running server side these days and apparently with some success? I wouldn’t have considered running my Java or python on wasm because it’s a
304.
▲
by
code_runner
4y ago
I had semi-short tenure at my last few jobs… a couple of startups and a couple of genuinely awful places to work… no real pushback during the interview process and think I landed somewhere GREAT. average tenure at last 4 jobs or about 18 mo
305.
▲
by
code_runner
4y ago
They all think what they’re doing is magic and impactful but “crud with layers” is IT
306.
▲
by
code_runner
4y ago
I took this as “if you need more than one, plan for storing ANYTHING greater 1 or greater” Meaning that if I need to store specifically 2 addresses per user, don’t force it at the data layer… just make it an easy to swap validation and no l
307.
▲
by
code_runner
4y ago
To each their own, but I think the phrase “people on the left” may be better than “lefties”. Lefties gives me the impression I know your opinion and political views well before the end of your thought. It weakens an argument that I actually
308.
▲
by
code_runner
4y ago
Always great to see how useless the internet can be when we try really hard. While it’s fine that the annoying student who always corrected your grammar in school has enough extra cash to host this site, it’s a shame they still haven’t appl
309.
▲
by
code_runner
4y ago
I just landed a dream gig and start in about 3 weeks. Horrified of layoffs etc but super excited for the move. Article made me feel a little bit better but only mildly.
310.
▲
by
code_runner
4y ago
Moment’s own docs tell you to not use moment
311.
▲
by
code_runner
4y ago
I work for a consultancy that does some things I dislike to impress execs but nothing this shady. Close though! I’ve managed to separate myself from those parts and should be totally out the door soon!
312.
▲
by
code_runner
4y ago
I’ve yet to try an impossible burger but one of the best burgers I’ve ever had was a veggie burger patty made in house at a little brewery near me. Seasonings and texture etc were perfect. Wasn’t trying to be a burger but trying to be a ver
313.
▲
by
code_runner
4y ago
I suffer from some pretty intense Analysis Paralysis at times. I've found that there are so many tradeoffs in each and every decision in software that you've just gotta pick what feels right and get moving. I guess that's the
314.
▲
by
code_runner
4y ago
Running is bad for your knees is a common misconception. Just gotta ease in. I’ve been running for years and have had no knee issues. I know many people with tens of thousands of miles on their legs (approaching 6 figures in some cases) and
315.
▲
by
code_runner
4y ago
(From the US) I have never even considered downloading an app to text people… because I just text them. I’ve never understood or needed something different. I’m only now piecing together that this is an American thing though.
316.
▲
by
code_runner
4y ago
I’m a tech user and barely knew this feature existed. I noticed it wasn’t there yesterday because I didn’t accidentally engage it like I normally do. It’s tough to sell a feature that has no interface. A little too minority report arm flail
317.
▲
by
code_runner
4y ago
A just-out-of-college co-worker of mine pops into my LinkedIn feed regularly following people talking about “hard assets” and retiring from their corporate job by 40… I don’t know him well enough to say it, but I wonder if he realizes they
318.
▲
by
code_runner
4y ago
Would fully remote (out of state) be considered?
319.
▲
by
code_runner
4y ago
The biggest GC issues I’ve personally seen manifest were arrays of historical data that grew to tens of millions of entries and due to array storage in .net, the array was placed in the large object heap. Swapping to a linked list actually
320.
▲
by
code_runner
4y ago
That’s what does it for me. You live in a weird tube and all of the nature is artificial. If you do leave, you’re in the desert.
321.
▲
by
code_runner
4y ago
Because people will use whatever tool works for them Edit: I love vscode for c#
322.
▲
by
code_runner
4y ago
It should be a simple wrapper Func<> with a generic Option<T>. I’m sure there is a library out there doing it already.
323.
▲
by
code_runner
4y ago
Find a running club near you and see what PT they recommend. Even finding a gym/trainer they recommend may do wonders. They will focus more on functional strength and mobility (in my experience).
324.
▲
by
code_runner
4y ago
99% of projects I setup have a docker-compose.yml at the project root and it defines all of the external dependencies. docker-compose up -d and F5 in vscode… up and running.
325.
▲
by
code_runner
4y ago
I’m interested but not totally sure what you mean here. Do you have a source or name for this intervals/calibration stuff? I’ve always had issues when people are using hours instead of points. The one time we properly used points on a
326.
▲
by
code_runner
4y ago
Azurite is good for azure storage service emulation and they respond to issues with lightning speed. Aside from storage I’m not aware of anything Quick edit: there is a cosmosdb emulator out there for windows. Last I looked (6 months ago?)
327.
▲
by
code_runner
4y ago
These principles are too vague and there are far too many interpretations. They’re so vague that we find some people trying to decipher what someone living in in the 1700s would think about society today instead of updating our laws and pri
328.
▲
by
code_runner
4y ago
Have you given a notched device a fair shake? Not suggesting you haven’t, but I never notice the notch on my iPhone<some number here> I figured it would drive me nuts
329.
▲
by
code_runner
4y ago
If people overuse try/catch, the code is close to impossible to read… but try/catch isn’t meant to be applied liberally throughout the code. Don’t let someone’s misunderstandings and bad code ruin it for you. Typically you just ca
330.
▲
by
code_runner
4y ago
Things can still panic in go. Error handling for an API etc usually make the most sense in a central location (some middleware etc) so why would I check that each and every function call was successful. I do like go, but the error handling
More ›