Viewing profile — eldelshell
eldelshell
HN member- Joined
- Tue, Apr 22, 2014, 11:41 AM UTC
- HN karma
- 171
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About eldelshell
Recent public activity
-
comment
Comment #31051633
The one tossing the nuclear threat is Putin whenever his tea is too cold.
-
comment
Comment #30860203
println
-
comment
Comment #30833290
This is why I don't like health related business models. In a similar scenario, who's stopping Susan from sueing over a "bad" outcome from the platform recommendation. When people'…
-
comment
Comment #30830455
Pffft! And what next, running software on fat clients? Preposterous!!!
-
comment
Comment #30404446
My experience with SSE so far (take this as recommendations if you wish) You need to implement a server-side heartbeat feature. You need to handle the close event from EventSource …
-
comment
Comment #30404331
SSE has its own API (EventSource), it's not a normal fetch/ajax request. https://developer.mozilla.org/en-US/docs/Web/API/Server-sent...
-
comment
Comment #30028675
Bluetooth PoS printers are a bitch to work with and good luck doing that from JS.
-
comment
Comment #29807290
IMO, LC (and similar) aren't a bad choice for the interview process. The problem comes when it's used as a silver bullet solution. Most seniors that'll show up to an interview are …
-
comment
Comment #29807178
Funny thing is that A players can go downhill not because of their engineers, but because of their management. How many companies have we seen in tech go under because of bad engin…
-
comment
Comment #29746842
End of day you have to deal with physics. All those bits have to be stored somewhere. Have we really reached the point where the Facebook database can be stored in a distributed sy…
-
comment
Comment #29530006
There are this things called "Exchanges" in every airport in the world. With the US dollar, Euro and some others, the world is your casino (following the comparison) and you can tr…
-
comment
Comment #29524860
Log4J is far from being the standard. As a matter of fact, JBoss, Quarkus, etc, aren't affected by this because they don't use log4j.
-
comment
Comment #29130415
I'll sell you a paper that says you own a Beanie Baby. That's NFT for you, but without the paper, so you don't even own a paper.
-
comment
Comment #29130390
I don't remember where but a guy made the comparison between NFT and those companies that sell stars, or land in Mars or the Moon, like they'll sell you a paper that says you own P…
-
comment
Comment #29116230
I read this comment every decade.
-
comment
Comment #29065402
This. You're only unprofessional if you start ranting about it at every opportunity you have, specially during a job interview.
-
comment
Comment #28838732
Just saying, check what a private health insurance costs in the US vs the UK. Even if the NHS is not the best, it's a big market force which makes it very hard for private insuranc…
-
comment
Comment #28838687
Some companies have a rule that if the extension of the business travel is longer than X you get business class. So if your French colleague came from France and then you went some…
-
comment
Comment #28838625
The main difference is that, at least in my country, my salary represents a part of what my company pays for my employment. AFAIR if I earn X my company is paying X*1.5 that goes i…
-
comment
Comment #28378948
I can hear all those binary trees being sorted.
-
comment
Comment #27667653
It's stupid. Let's stop leaks by creating another, centralized leak source... Leaks now in 4K!
-
comment
Comment #27628045
6. Microservices. It's not unusual to have several Microservices consume a common entity, like say, User. If every microservice has to authorize each request doing a db lookup, it …
-
comment
Comment #27588948
I'm just going to add that it also helps to describe your intent on code. For example, on Quarkus or other Java frameworks you use javax.ws.rs annotations. So if you're reading you…
-
comment
Comment #27484911
It also isn't a "pure" HTML solution as all the magic is happening on CSS. So, convoluted CSS or two lines of JS?
-
comment
Comment #27164460
From the worst: always shower and stay up-to-date. From the best: abstract only when needed.