Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sfteus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
sfteus
2y ago
Nearly every market worldwide was dropping in 2020 due to the pandemic. IIRC, the drops in 2022 correlated with federal interest rate hikes and other federal policies designed to help ease inflation, with the expectation that markets would
2.
▲
by
sfteus
2y ago
> If you have 95% female applicants for a position I would expect that roughly 95% of hires are going to be female and vice versa. I would disagree for the most part. As mentioned above, there are roles where you'll see gender bias
3.
▲
by
sfteus
2y ago
> These are not good assumptions. 80% of pediatricians are women. Why would a hospital expect to hire 50% male pediatricians when only 20% of pediatricians are men? If you saw a hospital that had 50% male pediatricians, that means they&#
4.
▲
by
sfteus
2y ago
My company's DEI program effectively does this. The main tenets are: - Cast a wide recruiting net to attract a diverse candidate pool - Don't collect demographic data on applications - Separate the recruiting / interview proc
5.
▲
by
sfteus
3y ago
I think the idea is you let the dog grow to full size, then begin this treatment after they have finished growing.
6.
▲
by
sfteus
3y ago
Definitely sounds like a bad PM experience, especially with the repeated insistence about handing control of the company over to the PM. Maybe I just have good experiences with PMs? At my company they're there to figure out what custom
7.
▲
by
sfteus
3y ago
Anecdotally as someone with ADHD, one of my favorite features in Jetbrains IDEs is that I can double click on the tab / filename to hide everything irrelevant to what I'm looking at, and repeat to bring it all back when needed in
8.
▲
by
sfteus
3y ago
This isn't anti-vaccine propaganda. This is a real issue that specifically affects cats, and is extremely well documented. In addition, this paper investigates alternative injection sites that reduce occurence while still providing the
9.
▲
by
sfteus
3y ago
Anecdotally, my wife was diagnosed in the US with sleep apnea about 2 years ago. This included multiple GP visits to even get an at-home sleep study that came up negative, us having to purchase an additional at-home sleep study out of pocke
10.
▲
by
sfteus
4y ago
Also worth noting that many of those improvements were originally made only for 4.x, but some of the contributors backported them back to 3.x. It wasn't like 3.x only got minor updates while the majority of focus was on 4.x.
11.
▲
by
sfteus
4y ago
In 2020, John F. Ring was the chairman, joined by William Emanuel and Marvin Kaplan. All Republicans, save for lone dissenter Lauren McFerran. McFerran is now the chairman, and Kaplan is still on the board. Ring and Emmanuel were replaced b
12.
▲
by
sfteus
4y ago
> Slack replaces in-person conversations, which have the same deficits, and many of the same benefits. Agreed. Reading this, a lot seems to come down to culture problems that would exist whether that given office uses Slack or not, espec
13.
▲
by
sfteus
4y ago
In addition to the others that have already been listed here, there's recent research pointing to elevated levels of both ANG-1 and P-SEL[1], a combination of elevated cytokines and lowered cortisol levels[2], and changes in mitochondr
14.
▲
by
sfteus
4y ago
From a union supporter who's spent some time reading about anti-union sentiment here, I've found it generally boils down to a few things: 1) A large portion of users on this site are entrepreneurs or in higher-level tech. For the
15.
▲
by
sfteus
4y ago
It's been a while since I've looked at the ins-and-outs of the immune system, but doesn't this basically not hold up to scrutiny? Again, correct me if I'm wrong: A) The general method of action of the vaccines is that th
16.
▲
by
sfteus
4y ago
This was one of the larger of many reasons I left my previous company, which was a holding company that owned several products with similar audiences and feature sets. They bought a new product at the beginning of the pandemic that was deem
17.
▲
by
sfteus
4y ago
Godot ~3.2+ has support for a slightly older version of C# via Mono, I think it's the equivalent of .NET 4.8. IIRC (and this could be wrong / have changed since I last looked into it) the idea was to re-work this in Godot 4 to pro
18.
▲
by
sfteus
4y ago
I use Go at my job, and Rust in a few personal projects. The "typical" Go nil-check would usually look something like this (no idea how code will look, apologies up front): result, err := someFunction() if err != nil { ... It'
19.
▲
by
sfteus
4y ago
I had a very similar experience; thought it was an interesting language but I got discouraged around the time the small stuff I was working on required lifetimes, or had weird reference errors (or at least, what I thought was weird at the t
20.
▲
by
sfteus
4y ago
Anecdotally, there's something about Godot's structure that just "clicks" better for me. It's odd because they seem pretty similar on the surface (nested scene graph, nodes with scripts that have hooks, etc), so it&
21.
▲
by
sfteus
4y ago
> If you can't map things one to one from a different program or close to that through a plugin I've only used Godot in a hobby context, but the full on C# support compared to other engines is pretty amazing. Just as a proof of
22.
▲
by
sfteus
4y ago
I have to agree with this. I moved off Windows into Linux as a daily driver mainly due to issues with docker support (pre WSL2, but even that had filesystem issues the last time I tried to used it). I recently accepted a new position that p
23.
▲
by
sfteus
4y ago
Most of the time I've read about DIY systems, deep cycle marine batteries are preferred for this reason.
24.
▲
by
sfteus
4y ago
This bathroom had no window unfortunately, so that was the best solution I could come up without venting it elsewhere in the house.
25.
▲
by
sfteus
4y ago
Had something similar happen with low-level components in a PHP application I inherited repeatedly calling trim() and/or str_pad() on values that had already been processed. Refactoring those out led to a 10-15% performance boost in ou
26.
▲
by
sfteus
4y ago
I did this for a cheap dust filter when demoing a ~7 cu ft concrete shower pan in my house. Pretty incredible how much material it pulled out of the air; I ended up running through 3-4 filters total throughout the whole process.
27.
▲
by
sfteus
4y ago
I quit in middle school due to a combination of it feeling like a chore, feeling like it was too "nerdy" during that age, and not really liking the teaching style of the instructor we found after moving. Definitely regret it now;
28.
▲
by
sfteus
4y ago
Married to an RN and absolutely sympathetic to the staffing/pay plight they're currently facing. I'm unfortunately not very familiar with the case of Michelle Heughins, but I've heard a lot of the RaDonda Vaught case. Th
29.
▲
by
sfteus
4y ago
Right, in the context of PHP it makes sense, as bool would imply you might need to handle a truthy value when in reality the return type of several built-in functions is result|false. Nullable types generally work well, unless you're y
30.
▲
by
sfteus
4y ago
8-Bit Music Theory did a great video on it as well, for those that prefer a video format: https://www.youtube.com/watch?v=_SeY_Gss2CY
More ›