Viewing profile — chtitux
chtitux
HN member- Joined
- Thu, Jul 06, 2017, 9:33 PM UTC
- HN karma
- 187
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About chtitux
https://www.sys-dev-run.fr/
Recent public activity
-
comment
Comment #48099401
With the (future) shutdown of WorkMail, AWS almost did the full circle.
-
comment
Comment #47222552
5 years ago , LLM was "beyond minimal conversation, intelligence isn't happening". I'm pretty sure in five years, local LLM will be a thing.
-
comment
Comment #45865264
I strongly suggest UUIDv7, with our birthdate encoded as time. Ordering the world population by birthday becomes so easy. Plus no endless discussion on wether or not we should use …
-
comment
Comment #44923097
It could be interesting to understand the actual content of the qrcode. part1 is a static id, so likely linked to the membership. part2 seems to be a timestamp. Maybe we can try to…
-
comment
Comment #42395622
Getting the device speed right seems way more difficult without a Global Positioning System. Hopefully it will eventually be deployed [0] [0] https://techport.nasa.gov/projects/146…
-
comment
Comment #40521586
Wait until we'll be assigned IPv6 as phone number.
-
comment
Comment #40491618
Maybe just use Starlink from the satellites, so we don't rely on a specific ground station. Starlink Ground Station Network is global, spread in many different countries and look m…
-
comment
Comment #39716761
[1]: a delete command was wrongly issued to all Cassandra servers during a planned maintenance [2]: a database server had its disk full that lead to a corrupted database SRE is tou…
-
comment
Comment #39640130
Limiting characters can also be a feature, so users can't use emojis in their password (this is so fun), to realize later they can't login, because they don't know how to input emo…
-
comment
Comment #39493618
The technical investigation is impressive. I'm wondering if the author contacted the JAXA team. Maybe they would share how the data is encoded? If the information is secret, it's p…
-
comment
Comment #38829559
The number of certificates issued/inserted on 25th December, which is almost the same as any other day in December, while being a bank holiday in most Western countries, makes me h…
-
comment
Comment #37553675
Given the number of people now relying on Clouflare 1.1.1.1 to "get Internet" (ie using 1.1.1.1 as recursive name server), I can't imagine APNIC deciding to stop Clouflare using th…
-
comment
Comment #35257659
> I want 2007 Google back. The SEO mess was indirectly caused by Google PageRank and other related optimizations. Maybe we want 2007 Internet instead? The AI world will inevitably …
-
comment
Comment #33259632
With Pro accounts limited to 100 users, I believe this is a good opportunity to recall [0], that lists businesses that overprice SSO [0] https://sso.tax/
-
comment
Comment #32713977
I've discovered by default, CloudRun only allocates one core per HTTP request, and exclusively during request execution [0]. So your app runs at 0 CPU when there is no requests ong…
-
comment
Comment #32456303
If you want goods imported in containers from China, you have to have empty containers in China. The ship may be full of empty containers.
-
comment
Comment #29296620
At some point of the pandemic, we will discover we should have put more effort in the psychology effects of the words. Make people panicking is probably not a very good thing to do…
-
comment
Comment #29196442
This is what HTTP/2 does with HPACK compression to compress headers and its "static table" [1] for common headers. There are 61 headers already defined in this table. [1] https://h…
-
comment
Comment #27864260
If all of them suffer from the same issue (let's say memory corruption), you end up with 5 satellites that will fail on the same timeline. When operating multiple devices to improv…
-
comment
Comment #27627802
curl has a very handy --resolve option for that: curl --resolve 'panel:443:192.168.10.5' -k -X GET https://panel/rest/configuration Hostname can be set to * in recent versions of c…
-
comment
Comment #27476211
If you can afford a one off 1 second of latency for your SQL queries, then using logical replication with pgbouncer seems way easier : - setup logical replication between the old a…
-
comment
Comment #27471328
So where is the source code of this Perl script ?
-
comment
Comment #27471308
A copy of the source code has been stolen.
-
comment
Comment #27257291
To be honest, DNS is probably the only piece that can easily take the entire infra down (including the staging one). It's so easy to rely on DNS names everywhere...
-
comment
Comment #26216790
When using an external service like this one, you have no guarantee: - this service will last forever - this service won't be acquired by someone else with evil intention and will …