<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: marta_morena_28</title><link>https://news.ycombinator.com/user?id=marta_morena_28</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 06 Aug 2026 06:08:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=marta_morena_28" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by marta_morena_28 in "Java is better than C++ for high speed trading systems"]]></title><description><![CDATA[
<p>> "but writing in C-like Java can give you C performance while still letting you interact with Java libraries & APIs."<p>It really can't. Quite the opposite. Writing C-like Java is already doomed from the start. Java is faster than C when it comes to OOP. Unless you product is a highly complex OOP nightmare, C will always beat Java to the curb.<p>GC is not free. The problem with GC is that you pay asynchronously, while allocations are essentially free. But this asynchronous cost is very very hard to measure and to control. 
Java does not offer the mechanism C/C++ offer for native resource management. It also doesn't do complex optimizations, most notably vectorization. Number crunching performance will always suck in Java. Even if they add all the optimizations in the world, the simple fact remains: Java as a language simply does not allow you to express code in a performant way. That leave the compiler at a double disadvantage. It needs to essentially "convert Java to C++ and guess the most performant interpretation" (we are decades away from this), and it needs to do that within milliseconds (because its a JIT).<p>It just makes no sense to talk about this. Use Java for the 99% of your product that is not a hotpath, use C for the remaining 1% where you need pure performance. Simple as that.</p>
]]></description><pubDate>Thu, 26 Nov 2020 07:05:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=25217600</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25217600</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25217600</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "This is how Google will collapse (2017)"]]></title><description><![CDATA[
<p>That's all well and good. However it still doesn't address three key factors:<p>* Everyone hates ads. You can try to shove it down their throats anyway by being a monopoly, but eventually this won't work anymore, since there is too much competition that doesn't rely on ad revenue and too many companies trying to block ads.<p>* Google doesn't have a solid revenue stream besides ads. And it's unclear how they are gonna get one. At least not in the magnitude they need to survive.<p>* Google faces strong competition on all fronts and all of them, except perhaps Facebook, don't count ad revenue as primary source of income. This puts Google at a substantial disadvantage, amplified by the first point: EVERYONE freakin hates ads</p>
]]></description><pubDate>Thu, 26 Nov 2020 06:26:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=25217403</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25217403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25217403</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Contemplating the End of Physics"]]></title><description><![CDATA[
<p>Amusing. It's like a cavemen saying "Yep, we are done. We made fire ourselves, what else could there possibly be?"<p>I mean we did a whole 200 years of scientific research. Of course, there is little else to discover. Humans are smart after all.<p>There are only a "few" obvious questions left:<p>* Can we generate a black-hole? If so how? If not, where is the proof?<p>* Can we move faster than light? If so how? If not, where is the proof?<p>* Are wormholes real? If so how? If not, where is the proof?<p>* Can we travel backwards in time and if so, how do we do it?<p>* Where did the universe come from?<p>* What is outside of the universe? I.e. where does it expand into?<p>* Are there other universes? Where is the evidence? Can we build a machine to go there? How do we build this machine?<p>* Can we prevent the sun from dying?<p>* Or let's start with the basics. How can we predict the weather of tomorrow <i>reliably</i>? How can we prevent our earth from becoming uninhabitable?<p>* Is the silicon really the best we can do for computers?<p>But sure, we are done with physics. Let's just bathe in our glory and praise ourselves as gods lol.<p>Humans are experts at forgetting that "Mathematics does not proof anything outside of mathematics". All we have are models. Are we at the end of our models? Perhaps? But all that means is that we need better models and perhaps even different mathematics.</p>
]]></description><pubDate>Wed, 25 Nov 2020 19:26:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=25213180</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25213180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25213180</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Victoria follows South Australia and imposes electric car road tax"]]></title><description><![CDATA[
<p>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 response is: "Let's get all the cars of the road because a bicycle does no damage at all compared to cars"</p>
]]></description><pubDate>Sat, 21 Nov 2020 23:13:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=25173460</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25173460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25173460</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Things I Wish I’d Learned Sooner After Being a Developer for 10 Years"]]></title><description><![CDATA[
<p>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 a bit different), is not helpful. You need to expose them to situations where they have weaknesses, and then coach them how to overcome the problems they face. I.e. there is a fine line between "telling people what to do", which is ineffective short-term and contraproductive long-term; and "exposing people to situations that make them behave wrong", which is the most effective learning tool, that doesn't have drawbacks, outside of the short-term (because you know that this person will not do the job right, but you also know they are not going to do it wrong another time, plus they will learn how to recognize other similar situations and avoid making this mistake there as well).<p>The best thing universities can do is to instill an understanding of soft skills in people. They should come out of university knowing:<p>* How important soft skills are<p>* That they are the differentiator between senior and junior<p>* How to best learn them (don't hunt highest pay, hunt highest experience gain)<p>* etc.</p>
]]></description><pubDate>Sat, 21 Nov 2020 18:57:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=25171840</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25171840</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25171840</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Why Americans Have Been Deceived About Canada's Health Care System"]]></title><description><![CDATA[
<p>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 is not the only factor. Actually I think private insurance generally had the potential to be much better than public insurance. However there seem to be a number of additional factors that make US private insurance such a nightmare.</p>
]]></description><pubDate>Fri, 20 Nov 2020 22:51:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=25166047</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25166047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25166047</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Why Americans Have Been Deceived About Canada's Health Care System"]]></title><description><![CDATA[
<p>> Privatizing seems to make for too much economic specialization<p>That alone isn't sufficient. Germany is built on private insurance (on top of something similar to Canada's government insurance) and it works just flawlessly. Usually they pay everything, you don't need to do anything. You skip all lines at the doctor, can directly go to specialists without asking anyone, etc. And on top of that private insurance in Germany is considerably cheaper than government insurance, while providing like 10 times the benefits.<p>If I had to name one thing I really miss from Germany, it's private health insurance. This was just like being in heaven.</p>
]]></description><pubDate>Fri, 20 Nov 2020 22:43:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=25165952</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25165952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25165952</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Jackie Chan's Best Advice"]]></title><description><![CDATA[
<p>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 around for the long-run. They just use software for some end, and given their apparent lack of attention to detail, they will go out of business pretty soon. That is the majority, unfortunately.<p>This is basically a red flag for mismanagement. Even startups can't work this way. You either need to hire engineers who have enough experience to make the right trade-offs under high pressure, or you will likely not survive the long race after initial MVP and funding. However, a lot of startups are not funded for the long run either, but rather to quickly make money for founders and potentially be bought by some large fish, who stamps out competition and replaces the product anyway. So there is that.</p>
]]></description><pubDate>Thu, 19 Nov 2020 18:48:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=25152895</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25152895</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25152895</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Dropbox saved $75M over two years by building its own infrastructure (2018)"]]></title><description><![CDATA[
<p>> 75 million dollar price tag is also huge.<p>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 that AWS provides you with (I mean the ones you actually use) with 100 engineers? Maybe, if they are good engineers (which is kinda implied by the 300k salary tag in the calculation). If it's worth it, remains to be seen. Definitely nothing for any medium sized company.<p>Dropbox is huge and has a relatively simple, highly optimized use-case, for which cloud perhaps doesn't offer too much. This is NOT the norm. For most companies, no matter the size, building their own cloud is a no go.<p>>  those features are killed off and vanish from the face of the earth?<p>Don't use Google Cloud then ;).<p>> but if we consider the absurd premium charged by cloud providers for their services...<p>Do you have any data on backing this up? This "absurd premium" includes the salaries of engineers to develop it, maintain it, do DevOps, keep the hardware/data centers, do marketing, etc. etc. There is of course a margin, these companies aren't doing it as a social service... That margin is highly variable from service to service and also between cloud providers. Some may not have a margin at all, others may run at a loss. There is not easy "uh everything is overpriced". Most companies will have a VERY hard time providing the offering at the price of large cloud providers. And the simple "back of the envelope" calculations often miss all the work & cost that needs to be done, but you don't know about...<p>> Well, those "others" doing the work can be employed by your company and you still save money.<p>Yeah, if your company is really big, then yes. If your revenue is below 100 million, there isn't even room for any discussion on this: Don't run your own cloud, it's not gonna work. Most of the "cons" I see are about misunderstandings of the offerings and failure to navigate the pricing models and picking the cheapest offerings that do the job. If you fail to do even that, how on earth are you going to run your own cloud?</p>
]]></description><pubDate>Wed, 18 Nov 2020 20:17:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=25141896</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25141896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25141896</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "2020 Mac Mini – Putting Apple Silicon M1 To The Test"]]></title><description><![CDATA[
<p>"Core ML optimizes on-device performance by leveraging the CPU, GPU, and Neural Engine while minimizing its memory footprint and power consumption."<p><a href="https://developer.apple.com/documentation/coreml" rel="nofollow">https://developer.apple.com/documentation/coreml</a><p>Apple has always been good at running ML on device, as opposed to Google's approach of sending everything to the cloud, then mining all your data, selling it, tracking it, etc. One example is iPhotos, which implements feature detection on-device, while Google implements it in the cloud.<p><a href="https://www.imore.com/no-apples-machine-learning-engine-cant-surface-your-iphones-secrets" rel="nofollow">https://www.imore.com/no-apples-machine-learning-engine-cant...</a><p>Or for Google: <a href="https://www.theringer.com/2017/5/25/16043842/google-photos-data-collection-e8578b3256e0" rel="nofollow">https://www.theringer.com/2017/5/25/16043842/google-photos-d...</a><p>(Reading this makes me wanna puke)</p>
]]></description><pubDate>Wed, 18 Nov 2020 04:45:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=25133300</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25133300</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25133300</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "US Navy destroyer shoots down an ICBM in milestone test"]]></title><description><![CDATA[
<p>Does it? What if the US had Iran's military and Iran had US' military?<p>The wars conducted by US are questionable at best and a poor example of how developed nations should behave. However, looking at the worst sides of a developed nation and comparing them to the best sides of a dictator state, isn't quite adding up.</p>
]]></description><pubDate>Wed, 18 Nov 2020 02:36:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=25132575</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25132575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25132575</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Krebsonsecurity.com has an expired SSL certificate"]]></title><description><![CDATA[
<p>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, besides the timestamp? A normal user will have a hard time verifying that.</p>
]]></description><pubDate>Wed, 18 Nov 2020 02:03:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=25132338</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25132338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25132338</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Twitter names famed hacker 'Mudge' as head of security"]]></title><description><![CDATA[
<p>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 uses 3rd party code to parse customer provided data and your colleague suggests using this awesome C++ library for it, maybe some alarm bells should go off).<p>Advanced security knowledge is not needed for developing software. What you need is a security team that reviews the work your developers produce. That's it.<p>> bad algo can almost always be rewritten, leak cannot be reverted.<p>And while a bad algo can be rewritten, bad software often can not. Bad programmers are a disaster for scalable software projects. A leak can not be reverted, but so can't the product you didn't ship because you hired the wrong people. Or the company who goes bankrupt because you weren't able to ship a product.<p>Building software with security engineers instead of software engineers is like trying to win a Formula One race with Fighter Jet pilots.</p>
]]></description><pubDate>Tue, 17 Nov 2020 02:41:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=25119745</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25119745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25119745</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Twitter names famed hacker 'Mudge' as head of security"]]></title><description><![CDATA[
<p>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 company and are able to adapt a rapidly changing technology space.<p>Reversing a binary tree on a whiteboard is certainly a bad question to ask. But I would argue, for all intends and purposes still a miles better indicator about future potential than if someone knows how/why TLS work. Yeah you can read that in a book. I can google it. Useless for interviews.<p>If you are hiring for a position that requires you to implement TLS, sure go for it. But that is not the rule. And what are you going to do after he has implemented TLS? Will he be able to work on something completely different?</p>
]]></description><pubDate>Tue, 17 Nov 2020 02:36:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=25119725</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25119725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25119725</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "I failed to make LinkedIn fix their broken international domain URL parser"]]></title><description><![CDATA[
<p>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 you need to add tests for this. A day or two is the absolute minimum and that would be if this is just a config issue. If it's not, then think of weeks.</p>
]]></description><pubDate>Mon, 16 Nov 2020 18:16:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=25115043</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25115043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25115043</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "API design is stuck in the past"]]></title><description><![CDATA[
<p>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 unfortunately a pretty big portion of bugs :D.<p>So while I would always use statically typed languages for anything that needs to be reliable, I do not see how this is in any way a necessity. You CAN write reliable programs without type safety, you just have to test things you normally wouldn't have to test (i.e. the lack of type safety introduces a whole bunch of null-pointer style scenarios where you get something your code totally didn't expect but has to deal with).<p>As for performance. Statically typed languages are usually faster, mostly because we do not have the technology yet to make dynamically typed ones as fast (in the general case). Not because there is something inherently different about them.<p>However, I imagine the technology to make them on par with statically typed languages will take another few decades. Mainly because untyped languages need sophisticated transformations to be fast. That is the job the human normally does for the compiler in typed languages. Things just fit together and play nicely. With dynamic languages, your get one big spaghetti soup with no structure and now the compiler has to figure out the "intended" types and compile for different estimated function signatures, etc. all while honoring the JIT-style performance considerations (fast startup, low overhead during runtime). This is a gargantuan task that probably will require advanced machine learning before it really takes off.</p>
]]></description><pubDate>Sat, 14 Nov 2020 02:30:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=25089768</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25089768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25089768</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "API design is stuck in the past"]]></title><description><![CDATA[
<p>> 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, then, to use a statically typed language, was for better performance.<p>This boggles the mind. I am using typed languages since I can think. I never once recall an instant where I was saying "Uh uh, this type signature is driving me craaazy". Like seriously, I don't even know what articles like this are talking about. Types are not your enemy, they surface issues early. Yeah you can whip something up in Python and JS, but ultimately you DO have to deal with types, except now you don't have a compiler doing this job anymore, you have to do it yourself... Somehow.<p>The only thing typed languages need is something like `dynamic` from C#, which automatically boilerplates untyped access with reflection, without cluttering your code. I.e. duck typing is one of the things some languages like Java need to get better at. But the situations in which I yearn for this are far and few between.<p>You don't think about types, unless you are new to typed languages... It's really that simple. I never have to think about types. Perhaps its subconcious, but its definitely not slowing me down, its making things faster through robust refactoring, auto-complete and welll doh: TYPE SAFETY!</p>
]]></description><pubDate>Sat, 14 Nov 2020 02:07:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=25089694</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25089694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25089694</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Software development: should we stop? Maybe we should"]]></title><description><![CDATA[
<p>> This is the idea that programs will all talk together via unstructured streams of text.<p>Curious. To me this is the worst thing you could ever do. Talking via streams to say `cat file.txt | grep ERROR | wc -l`  is cool. But you could do SOOO much more, if programs would actually output structured data streams. You could connect standalone applications much in the same way as Visual Scripting, where you plug inputs and outputs together and mix them with operators (think of Unreal Engine's Blueprint, just for command line tooling).<p>It's a true shame that Linux did not develop a well defined CLI metaformat that defined exactly what parameters are there, what's their documentation, their completion, what outputs does a program produce based on the parameters you provide, etc. You could do true magic with all this information. Right now you kinda still can, but it is very brittle, a lot of work and breaks potentially with each version increment.<p>I think it stems from the design failure to build your app around a CLI. Instead, you should build your app around an API and generate the CLI for that API. Then all properties of structured data streams and auto-explore CLI shells come for free.</p>
]]></description><pubDate>Fri, 13 Nov 2020 22:17:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=25088199</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25088199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25088199</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "GFXBench: Apple M1"]]></title><description><![CDATA[
<p>> If you want to convince me about the graphics/ML capabilities, compare it to a 3090 RTX using running Vulkan/Cuda.<p>Woot? So you are buying a new Fiat Punto and compare it to the latest spec of a Koenigsegg? What are you even doing?<p>What we need to know is how these perform against previous MacBooks and potentially Microsoft Surface and Dell XPS. those are competitors.</p>
]]></description><pubDate>Fri, 13 Nov 2020 21:37:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=25087795</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25087795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25087795</guid></item><item><title><![CDATA[New comment by marta_morena_28 in "Guido van Rossum joins Microsoft"]]></title><description><![CDATA[
<p>I am pretty sure they did, unless he got hired at some VP/Distinguished Engineer level.<p>And to be clear: If you are unable to solve these common algorithmic questions that companies like Microsoft ask, then that's not the right place for you to work. This is a tangent, but there are literally thousands of companies that won't require you to solve these problems. The thing is, at Microsoft & co. you don't just do this in an interview. You do it at your job too. We do foundational work in many teams and we need to solve algorithmic problems practically every week. If you are unable to code yourself out of a DP problem or scared of NP completeness and approximation algorithms, then maybe find a different job instead of complaining about the interview process?</p>
]]></description><pubDate>Thu, 12 Nov 2020 17:26:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=25072133</link><dc:creator>marta_morena_28</dc:creator><comments>https://news.ycombinator.com/item?id=25072133</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25072133</guid></item></channel></rss>