Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nitred
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
nitred
2y ago
Can someone definitively say for sure that I can just use two independent PSUs? One for GPUs and one for GPUs and motherboard and SATA? No additional hardware?
2.
▲
by
nitred
2y ago
Could an expert in the field provide an overview of what is known for sure so far about this incident and one from a month or so ago?
3.
▲
by
nitred
2y ago
I'd wager $100 per GB, so $3,200
4.
▲
by
nitred
2y ago
UPDATE: The requirements have been brought down to 1200VA so the APC SMX2000LV (2000VA) seems to be a good choice for UPS. It's much cheaper on Amazon too. There's a company called mediproducts that offer UPS units for medical equ
5.
▲
by
nitred
2y ago
I checked out EcoFlow a few weeks ago along with the Anker Solix range. Anker's switching times are around 20ms and I wasn't able to find EcoFlow's switching times. The switching times indicate the UPS performance. It needs t
6.
▲
by
nitred
2y ago
Just got back a reply from the manufacturer that they cannot recommend any UPS. They clarified the specs the UPS should have which is 1200VA + sine wave + 120V.
7.
▲
Ask HN: What's a good electrical UPS for a home dialysis machine?
3 points
by
nitred
2y ago
|
7 comments
8.
▲
by
nitred
4y ago
I disliked it too intially but it had grown on me after a couple of days. As to why the name was chosen and how to pronounce it are in the FAQ [1] [1] https://github.com/mwmbl/mwmbl#how-do-you-pronounce-mwmbl
9.
▲
by
nitred
4y ago
> my point is that being able to discern and limit the possibilities to something reasonable is a skill that has nothing to do with seniority and everything to do with general (read: fixed) aptitude I disagree with that. You don't n
10.
▲
by
nitred
4y ago
Hard disagree. The points about not working hard enough and checking out before 5pm sounds like you were just trolling or being cheeky. If you were then you can ignore my response. The response sounds like it’s coming from someone who’s nev
11.
▲
by
nitred
4y ago
Kudos to the author for crystal clear one line summaries. As someone who struggles to write clear single line titles for Jira tickets, I don’t consider this ability to be easy or obvious.
12.
▲
by
nitred
5y ago
Just tossing an opinion out there. In the last 10 years my editor progression has been notepad++ -> sublime -> atom -> vscode -> pycharm. Virtually every pixel on Pycharm is dedicated to at least try to let me write better pytho
13.
▲
by
nitred
5y ago
Does anyone know what kind of products this kind of flash storage is used in? SSDs or NVMe SSD or something else?
14.
▲
by
nitred
5y ago
This is easily a few thousand dollars worth of advice. I use PostgreSQL regularly but I would never have been able to come up with this solution myself. Having queues on Postgres is going to be such a great addition to my tool belt especial
15.
▲
by
nitred
5y ago
I think India has virtually the same problems as America or any other western country and a few problems that are unique to it like the caste system etc. However the problems are more pronounced in India. There's more uneducated, more
16.
▲
by
nitred
5y ago
Just curious, is there any other way to monetize compute/memory/space power apart from cryptocurrency?
17.
▲
by
nitred
5y ago
My recommendation is to get into the habit using StrictStr, StrictInt and StrictFloat as your choice of types to start off with and use str, int, float etc only when coercion is acceptable. Coercion is quite powerful and saves me quite a bi
18.
▲
by
nitred
5y ago
In my opinion Pydantic is Dataclass++ and NamedTuple+. I use it everywhere performance is not critical. It does type casting and provides an option for strict types. It lets you use custom types where you can define min and max size of a li
19.
▲
by
nitred
5y ago
You can use any tool you like, but it triggers me every time some says something misinformed about `conda`. So please if you have anything negative to say about it, please read the official Managing Environments page of `conda` before doing
20.
▲
by
nitred
5y ago
https://archive.md/PHIkA
21.
▲
by
nitred
5y ago
I'll just wait for a few months for this algorithm to show up in `scipy.optimize` [1] [1] https://docs.scipy.org/doc/scipy/reference/optimize.html#
22.
▲
by
nitred
5y ago
Depends on the blue light filtering glasses you use. I have a -0.75 prescription D and my historical average screen-time over the last 10 years is around 8-10 hours per day (including weekends). I've been prescribed regular glasses for
23.
▲
by
nitred
5y ago
Recogizer GmbH | Data Engineer | Full-time | Remote (Germany only) | https://recogizer.com/en/career/data-engineer-m/w/d We are a pioneer for smart, green buildings. As a green tech company, we utilize A
24.
▲
by
nitred
5y ago
I wonder if in a decade or so, large tech companies will unseat Disney, Warner Brothers etc as creators of animation movies. While the results on Nvidia's website aren't too impressive, if you look at the history of animated movie
25.
▲
by
nitred
5y ago
I have a question for devs in Germany/Europe. Is it a violation of Datenschutz/GDPR if the recruiter sends a first email with a link to a video/website that tracks whether I clicked on it or not and then they send me a follow
26.
▲
by
nitred
5y ago
I face these issues on the daily. Pycharm's type checking is sufficient for my use case but the TypeVar and Union type checks are a bother and I always pay close attention to it. Really appreciate the fix(es)!
27.
▲
How some people “separate themselves from their thoughts” and let them go
(old.reddit.com)
2 points
by
nitred
5y ago
|
0 comments
28.
▲
by
nitred
5y ago
Radiolab has an incredible hair raising episode about something very similar and it's an old-english or viking recipe which is also an anti-biotic. In this case the duo is a microbiologist and a historian! https://www.wnycst
29.
▲
by
nitred
5y ago
Can't speak for the OP but here's what I think they may have meant and my intuitions agree with them as well. In python I mostly use threads for non-CPU intensive tasks like IO or timers or event handling and I rarely implement th
30.
▲
by
nitred
5y ago
I faced this exact problem a few days ago i.e. having to build one model for SQLAlchemy and an identical Pydantic model to validate the data (outside of the FastAPI context)! Will be using it the next I need it. @tiangolo I would like to us
More ›