Viewing profile — connicpu
connicpu
HN member- Joined
- Mon, Oct 09, 2017, 6:17 PM UTC
- HN karma
- 1,547
- Public activity
- 502 items
- HN profile
- View on Hacker News ↗
About connicpu
Recent public activity
-
comment
Comment #49151075
If you've collected data on a California resident with the intent to profit from its sale then you're doing some type of business with respect to California
-
comment
Comment #49149871
The company would have to not have any interstate presence at all. If you are a business based in the united states that has customers in California, you are easily reachable under…
-
comment
Comment #49149037
This is part of why my text editor is built from source on my own branch where I only occasionally pull in changes from master. I know I'm probably a very rare exception here.
-
comment
Comment #48971353
Some jobs are also just so much that there's little room for doing something so similar to your work after you get home.
-
comment
Comment #48968671
I would assume the 200K lines of software and the firmware is presumably flashed after receiving the product from the assembly house.
- story
-
comment
Comment #48949483
Technically open source requires some amount of monetary volunteering, it's just that the electricity to run a code editor and compile (most) open source code bases is within hobby…
-
comment
Comment #48915247
It's not haphazard, it's a circular orbit. And at those altitudes satellites move at a little over 7km/s.
-
comment
Comment #48908620
I find C++ beautiful only when I come across simple, powerful things that use the minimal amount of advanced language features possible
-
comment
Comment #48868122
Satellites flying at 360km (the target altitude for starlink V3) deorbit very quickly without regular burns. Dead starlink satellites are guaranteed to come down within 5 years.
-
comment
Comment #48868106
Just coverage is already provided by the 600-something direct to cell satellites already in orbit yes, but you need more if you want it to be useful beyond loading text-only posts …
-
comment
Comment #48868058
Starlink actively works with radioastronomy sites to avoid causing interference. They've posted about this before.
-
comment
Comment #48805414
One difference is you usually only get one shot to manipulate a human before they get suspicious. If the LLM's context resets you can try all over as if your first failed attempt d…
-
comment
Comment #48733006
It was more that IT considered the college-hosted git instance "experimental" still, in multiple project courses we were required to use college hosted version control as part of t…
-
comment
Comment #48728562
When I went to college (early 2010s) professors were still encouraging students to use SVN, so I probably have a fair number of peers who didn't learn git until they got out into t…
-
comment
Comment #48725644
If you're big enough you can get direct access to Nvidia engineers, and they are usually transparent when they find out the bug was in their software and send you a patched version…
-
comment
Comment #48722486
When you run CUDA at scale dealing with nvidia driver and library bugs takes up a disgustingly large percentage of engineer time, I don't know a lot of people who would be looking …
-
comment
Comment #48709534
If you make over $130k then you make enough that you can be worked 24/7 without violating a $15 minimum wage + 1.5x over 40 hours per week.
-
comment
Comment #48678916
Hard to compete there when most of the margin is going to NVIDIA, pretty much impossible if you don't have the scale of Dell/Supermicro/etc
-
comment
Comment #48659485
Interesting, I just tried it and it got server-side the first try, although it wants to insert a hyphen. I did download the larger dictionary from their site.
-
comment
Comment #48646098
But in Europe the state also tends to cover their schooling to become a doctor.
-
comment
Comment #48635116
I'm somewhat lucky in that I didn't have to be the one to force that issue, another friend in my gaming group already made the decision that he would switch to Linux and no longer …
-
comment
Comment #48560336
Not sure how much data they retained but it's possible they also have the _input_ tokens, and in the "early" days (how far everything moves in just a couple years...) more of those…
-
comment
Comment #48557212
They have a giant pile of data from every customer that didn't disable data retention
-
comment
Comment #48556269
I've been burned by this outside games as well. Computation heavy process, in production it writes the inputs into the output as well for reproducibility, but some of them used uno…