HackerTrans
TopNewTrendsCommentsPastAskShowJobs

HenriTEL

153 karmajoined 6년 전
meet.hn/city/fr-Paris

Socials: - github.com/henritel

---

comments

HenriTEL
·어제·discuss
Your DB runs more heterogeneous workloads and migrations so it's more likely to blow up.
HenriTEL
·5일 전·discuss
Thank you Andrew for sharing your side of the story. We can see that the relationship with Bun and Jarred was far from easy. You say it with your own words and even if it sounds bitter I like it much more than some bland AI assisted content.
HenriTEL
·지난달·discuss
looks bad on desktop too, most content being uncentered (spread at the edges of the screen).
HenriTEL
·지난달·discuss
Without a way to estimate "AI power" used for the task I don't see how you can fairly rate home assignments.
HenriTEL
·2개월 전·discuss
Not an expert but I'm pretty sure that constitution > statutes and ordinances > rules and regulations. Meaning that USCIS must follow the intent of the law when publishing regulations. In the case of H1B the law is clear that it gives a specific status of temporary worker distinct to the immigrant status. USCIS itself acknowledges it:

https://www.uscis.gov/newsroom/news-releases/us-citizenship-...

> Our system is designed for them to leave when their visit is over. Their visit should not function as the first step in the Green Card process.
HenriTEL
·3개월 전·discuss
So they had a security-critical header whose fields are set by their internal authentication service. And that same field can also contain arbitrary strings passed by the end user with git push -o

I know it's easy to say after the fact but still, wtf
HenriTEL
·4개월 전·discuss


  Location: Paris, France
  Remote: Yes
  Willing to relocate: No
  Technologies: Python, AWS, Rust, kubernetes, terraform, linux
  Résumé/CV: https://www.linkedin.com/in/henrihannetel/
  Email: [email protected]
Backend engineer with 9 years experience building systems on AWS. Recently exploring Rust for high-performance services and infrastructure.
HenriTEL
·5개월 전·discuss
Ah yes, MinIO, that open source S3 alternative that got archived last week. To me that's the biggest problem when self-hosting services. On day to day operations, some times it just breaks and the time to get it back varies from a couple of hours to a couple of days. And for the longer term you regularly have to upgrade things yourself which takes time and energy and is stressing for stateful deployment. And then you have it, at some point maintainers are just exhausted and the project is gone.
HenriTEL
·5개월 전·discuss
I had a similar experience where someone that had prior experience with django while we were using sqlalchemy started to design a django-like ORM on top of sqlalchemy. Of course it took him some time to get working, was a hell to understand and extend and most importantly lacked support for basic features.

Fortunately it was limited to a small isolated service but I can imagine the damage on the long term if you continue that route on what becomes a huge monolith after a few years.
HenriTEL
·6개월 전·discuss
Yeah that's an ad for Azure Cosmos DB
HenriTEL
·6개월 전·discuss
https://blog.henritel.com/
HenriTEL
·6개월 전·discuss
The goal of the article is not to know the exact numbers by heart, duh!

Care about orders of magnitude instead, in combination with the speed of hardware https://gist.github.com/jboner/2841832 you'll have a good understanding of how much overhead is due to the language and the constructs to favor for speed improvements.

Just reading the code should give you a sense of its speed and where it will spend most time. Combined with general timing metrics you can also have a sense of the overhead of 3rd party libraries (pydantic I'm looking at you).

So yeah, I find that list quite useful during the code design, likely reduce time profiling slow code in prod.
HenriTEL
·6개월 전·discuss
Python is slow but in my experience (that mostly relates to web services and data processing) I found that I/O was by far the biggest bottleneck. Waiting for the database, another http service or local storage, which often takes more than 1ms anyway.
HenriTEL
·6개월 전·discuss
22ns for a function call and dictionary key lookup, that's actually surprisingly fast.
HenriTEL
·7개월 전·discuss
Increasing swap is more like adding more HDD. It won't help memory pressure issues.
HenriTEL
·8개월 전·discuss
Ah yes, a new css concept! I love this kind of article that invariably contains this kind of statement:

> This is mind-bending stuff, but it becomes intuitive with a bit of practice.

The problem is not the language, it's just that you did not spend enough time to learn it the proper way.
HenriTEL
·8개월 전·discuss
Well you nailed it, the language you're looking for is SQL. There's a reason why duckdb got such traction over the last years. I think data scientists overlook SQL and Excel like tooling.
HenriTEL
·8개월 전·discuss
Login fall under the strictly necessary category and does not require consent for cookie storage under GDPR.
HenriTEL
·8개월 전·discuss
About the cookie banners, I'm honestly not sure it's a regulation issue. For >90% of the websites the "reject all" option have no impact on user experience, so either everybody is breaching or the banner is useless in the first place.
HenriTEL
·8개월 전·discuss
With that it becomes clear that some service is self hosted (the DNS record points to a private IP). It can be a security issue when the Whois record or the domain name allows the identification of the hosting entity. Finding its physical address can be an easy task depending on its social presence.

Then probably the hosting place is an easier target than a data center.