Viewing profile — marta_morena_28
marta_morena_28
HN member- Joined
- Mon, Oct 12, 2020, 7:18 PM UTC
- HN karma
- 278
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About marta_morena_28
No profile information was provided.
Recent public activity
-
comment
Comment #25217600
> "but writing in C-like Java can give you C performance while still letting you interact with Java libraries & APIs." It really can't. Quite the opposite. Writing C-like Java is a…
-
comment
Comment #25217403
That's all well and good. However it still doesn't address three key factors: * Everyone hates ads. You can try to shove it down their throats anyway by being a monopoly, but event…
-
comment
Comment #25213180
Amusing. It's like a cavemen saying "Yep, we are done. We made fire ourselves, what else could there possibly be?" I mean we did a whole 200 years of scientific research. Of course…
-
comment
Comment #25173460
Confirmation bias to the fourth power. A person just told you that an average truck of which you see plenty on the roads, does a couple thousand times the damage of a car and your …
-
comment
Comment #25171840
I would argue: There is NO shortcut for experience. But not all experience is created equal. Telling someone HOW to do things right (we are talking soft skills, for hard skills its…
-
comment
Comment #25166047
Probably, but that's still about 10 million people with private insurance, which is 1/3 of Canada's population. The point is, private insurance doesn't have to be a nightmare. That…
-
comment
Comment #25165952
> Privatizing seems to make for too much economic specialization That alone isn't sufficient. Germany is built on private insurance (on top of something similar to Canada's governm…
-
comment
Comment #25152895
Any company that wants to survive long-term doesn't do that. So go work for those instead. Companies who treat code this way aren't software companies, and they ain't gonna stick a…
-
comment
Comment #25141896
> 75 million dollar price tag is also huge. Is it? Over the two years they saved, this is about the salary for 100 engineers. Can you replace and maintain all the cloud aspects tha…
-
comment
Comment #25133300
"Core ML optimizes on-device performance by leveraging the CPU, GPU, and Neural Engine while minimizing its memory footprint and power consumption." https://developer.apple.com/doc…
-
comment
Comment #25132575
Does it? What if the US had Iran's military and Iran had US' military? The wars conducted by US are questionable at best and a poor example of how developed nations should behave. …
-
comment
Comment #25132338
Bias finds its way into every corner. And no, it's not safe unless you do some extensive analysis of the certificate in question. Is this actually a valid/genuine certificate, besi…
-
comment
Comment #25119745
You don't need to know much about security to write safe programs. Most of the work is done by others. You need to know how to avoid common pitfalls (i.e. yeah, if your service use…
-
comment
Comment #25119725
That doesn't make any sense whatsoever. You do not hire someone because he knows about a certain technology. You hire people because they will provide long term value to your compa…
-
comment
Comment #25115043
Fixing an issue around being unable to pay with a credit card is likely anything but a 30 min issue, unless there is some triviality happening, like a config issue. But even then y…
-
comment
Comment #25089768
Statically typed languages only eliminate SOME things you'd otherwise have to test. In the end, you can eliminate almost anything besides logical errors, however, those are unfortu…
-
comment
Comment #25089694
> Two decades ago, it was widely argued that dynamic programming languages were more productive because you didn't have to spend time dealing with type signatures. The only reason,…
-
comment
Comment #25088199
> This is the idea that programs will all talk together via unstructured streams of text. Curious. To me this is the worst thing you could ever do. Talking via streams to say `cat …
-
comment
Comment #25087795
> If you want to convince me about the graphics/ML capabilities, compare it to a 3090 RTX using running Vulkan/Cuda. Woot? So you are buying a new Fiat Punto and compare it to the …
-
comment
Comment #25072133
I am pretty sure they did, unless he got hired at some VP/Distinguished Engineer level. And to be clear: If you are unable to solve these common algorithmic questions that companie…
-
comment
Comment #25066526
Yeah, they only put the fan in MBP to annoy people, of course. It has zero use. Go order the Macbook Air and have fun. Maybe you can fry your breakfast eggs on it too.
-
comment
Comment #25054100
Hah, good to know. However, unless you are talking to people from the same domain, it's usually a better approach to spell out things instead of relying on terminology. Concepts an…
-
comment
Comment #25053126
Oh I am sure judging by how excellent MacBook Pros cool things, having passive cooling will make no difference at all. I mean, during summer I put my MacBook on a large ice block t…
-
comment
Comment #25051428
Not just that. At 5nm there will also be yield problems. I.e they will put the best yield into high end and the worst yield into low end.
-
comment
Comment #25042347
This is incredibly vague. There is no "set of rules" that just magically works without thought. There is just SOOOO much that can go wrong. But one general rule crystallizes itself…