Viewing profile — Proziam
Proziam
HN member- Joined
- Thu, Apr 12, 2018, 4:39 AM UTC
- HN karma
- 1,024
- Public activity
- 469 items
- HN profile
- View on Hacker News ↗
About Proziam
Worked at companies like Razer, Intel, Wizards of the Coast, Wargaming, Riot Games, Xiaomi, Nubia, and...
Recent public activity
-
comment
Comment #46762622
This is a pretty common claim, but in the US you can buy similarly 'pure' beef and it's still cheaper. I prefer the EU approach for general food production, requiring every stage o…
-
comment
Comment #46735857
Thank you for the comment! I think the negative reaction people have comes from fear of punishment for human error, but fraud (meaning the real legal term, not colloquially) requir…
-
comment
Comment #46735702
Non-academics can definitely offer valid critiques of academia. You don't need to be in academia to understand that scientific progress depends on trust. If you don't trust the res…
-
comment
Comment #46723485
I've lived in Sweden, Germany, and the United States. Just being honest about my experience here, but the cheap stuff (like potatoes) are cheaper in the EU but the expensive stuff …
-
comment
Comment #46722729
Fraud implies intent, either intent to deceive or intentionally negligent. If you're taking public funds (directly or otherwise) with the intent to either: A) Do little to no real …
-
comment
Comment #46721252
Stealing more than a few thousand dollars is a felony, and felonies are handled in criminal court, not civil. EDIT - The threshold amount varies. Sometimes it's as low as a few hun…
-
comment
Comment #46720894
If I steal hundreds of thousands of dollars (salary, plus research grants and other funds) and produce fake output, what do you think is appropriate? To me, it's no different than …
-
comment
Comment #46720803
False equivalence. This isn't about "using AI" it's about having an AI pretend to do your job. What people are pissed about is the fact their tax dollars fund fake research. It's j…
-
comment
Comment #46720736
All 3 of these should be categorized as fraud, and punished criminally.
-
comment
Comment #43539779
The price sensitivity thresholds of your median customer is not likely to be a factor in this range. What is a factor is 'getting a deal' and customer conviction. You want to give …
-
comment
Comment #43538817
For a single user I would start pricing at $5/m on an annual subscription or $9 for monthly. Getting customers in the door and retaining them through the early product evolution cy…
-
comment
Comment #41512538
The article doesn't seem to address fully how much of the "Humans are to blame" part is Waymo cars driving in a manner that isn't normal. The cases they highlight, such as a multi-…
-
comment
Comment #41462700
Management perceives people to be more replaceable than they are. Years of working in, or being the architect of, the company's core product will make you a true expert in it. But,…
-
comment
Comment #41436248
As a long-time consultant, the truth is that unless you aim for more hours, the drought periods are likely to kill you.
-
comment
Comment #41335939
"Nobody is coming for anyone" is just wrong. If there's an edge, people will use it. Car manufacturers share data with insurance companies[1], which can impact drivers' insurance r…
-
comment
Comment #41328850
It only takes a company messing up exactly once, and the damage is catastrophic. Everyone gets their social security number leaked...identity thieves have a field day. Everyone get…
-
comment
Comment #41207298
This is the process that I see happening: 1. Money is printed, inflation occurs 2. Cost of living rises, wages follow (but not closely enough) 3. Buying power is decreased, but the…
-
comment
Comment #41207253
The US has painted itself into a corner. On one hand, culturally, we pushed young people into colleges and universities at ever-increasing and frankly unethical price points. Many …
-
comment
Comment #41183327
I suggest the following stack: Supabase - User Auth & Database Stripe - Subscriptions & Payments React or Svelte - Building landing and product pages These tools are extremely popu…
-
comment
Comment #41135107
After all the security events, including the most recent. And after learning they didn't even deploy basic techniques like canary builds to prevent these events. And now this. The …
-
comment
Comment #41101037
I'm expecting restaurant owners to fire bad valets. Or in Microsoft's case, via regulatory, social, or software, prevent Crowdstrike from causing harm to their customers. I'm aware…
-
comment
Comment #41100937
This is the correct interpretation. I am surprised that people took it in different directions.
-
comment
Comment #41097718
You could also prosecute the establishment that keeps a valet with an abominable record on staff. Microsoft took no steps to force-eject them from their ecosystem, despite their lo…
-
comment
Comment #41020465
One step further, many rust libs use `#![forbid(unsafe_code)]` to explicitly disallow any unsafe. The rust community really likes that sort of thing, and for good reason.
-
comment
Comment #41020442
It's not just the type system either. It also helps that rust has a great ecosystem of tools that catch all kinds of errors at build time. The compiler and clippy together genuinel…