Viewing profile — cjalmeida
cjalmeida
HN member- Joined
- Mon, Feb 23, 2015, 4:18 PM UTC
- HN karma
- 673
- Public activity
- 289 items
- HN profile
- View on Hacker News ↗
About cjalmeida
Recent public activity
-
comment
Comment #49178176
There are decent plugins for the essentials you’d find in other harnesses. Pi shines in opinionated things you won’t find elsewhere. For instance the XMPP integration someone menti…
-
comment
Comment #48289079
One could argue the death toll of WW I and WW II would not be possible without large scale manufacturing of firearms and explosives.
-
comment
Comment #46202676
I believe you’d have a very different opinion if the size did change and she had the opportunity to treat it at a very early stage.
-
comment
Comment #45185312
It was too complex. Just making system calls require white listing libraries goes a long way of preventing a whole class of exploits. There’s no reason a color parser, or a date li…
-
comment
Comment #44709082
You know life expectancy in Portugal is higher than in California, right?
-
comment
Comment #44082717
Definitely don’t dismiss it. While there are limitations, it’s already very capable for a number of tasks. Tweaking it to be more effective is skill itself.
-
comment
Comment #42666678
100% agree. This is a low quality post both setting unrealistic expectations for a dynamic language and at times straight up making false claims. Suggesting OOP as a solution is pr…
-
comment
Comment #42600088
You’d be surprised by the amount of companies handling critical infrastructure that are OK with using PyPI directly
-
comment
Comment #42590910
There are no sources, this is completely made up.
-
comment
Comment #42285429
It gets worse. ICP-Brasil, the AC mentioned in the bug reports, the the government run agency responsible for all things related to digital signatures. Digitally signing a contract…
-
comment
Comment #42275720
Except it is literal “pcap” as they capture all packets at layer 3. I don’t know the exact specifications of Pico appliances, but it would not surprise me they’re running Linux + l…
-
comment
Comment #42232186
You’d be swapping an open-source vendor independent API for a cloud-specific vendor locked one. And paying more for the “privilege”
-
comment
Comment #41847158
If developers can’t produce code without bugs, what good are they? /s
-
comment
Comment #41837848
I strongly recommend Acemoglu, Robinson classic book "Why Nations Fail" https://www.amazon.com/Why-Nations-Fail-Origins-Prosperity/d... It's very accessible, no economics backgroun…
-
comment
Comment #41059056
Indeed.All exponential growth curves are sigmoids in disguise.
-
comment
Comment #41026521
This is no excuse. At least in larger companies, you have safety inspectors that routinely visit shops unannounced and will give you and your manager trouble if you’re not followin…
-
comment
Comment #41026407
If a 787 crashes and kill all passengers due to improper maintenance, the airline is liable. Does that make FAA regulations on maintenance unnecessary? Would you put your family in…
-
comment
Comment #41010716
>might need to migrate over to something else for the blog, with a proper cache Never Update _Anything_ :)
-
comment
Comment #41010705
Well, if only he had updated his server stack to something more scalable...
-
comment
Comment #40968550
One-week turnaround to open a port would be a dream in most large companies.
-
comment
Comment #40556409
>The analogy isn't very good, because the natural French language isn't a minefield full of undefined behavior. As someone who has been trying to learn it, this sounds exactly like…
-
comment
Comment #40549411
Motorcycles are substantially more dangerous than cars. We can’t even convince people to buy European style compact cars instead of large trucks and SUVs
-
comment
Comment #40264688
This smells like the supplier is running some sort of insurance fraud scheme
-
comment
Comment #40264642
PE shops are great targets for being the “bad guys” in whatever situation, of course they are no different than your run of the mill investor or founder when it comes to greed.
-
comment
Comment #39672277
The "issue" is Julia is not Just-in-Time, but a "Just-Ahead-of-Time" language. This means code is compiled before getting executed, and this can get expensive for interactive use. …