Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chtitux
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
chtitux
4mo ago
With the (future) shutdown of WorkMail, AWS almost did the full circle.
2.
▲
by
chtitux
7mo ago
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.
3.
▲
by
chtitux
10mo ago
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 UUID as primary key.
4.
▲
by
chtitux
1y ago
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 forge the value to "now - 10 seconds". And if the
5.
▲
by
chtitux
2y ago
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/146938
6.
▲
by
chtitux
2y ago
Wait until we'll be assigned IPv6 as phone number.
7.
▲
by
chtitux
2y ago
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 more resilient than a single one.
8.
▲
by
chtitux
3y ago
[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 tough.
9.
▲
by
chtitux
3y ago
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 emojis from their desktop computer. Hopefully pa
10.
▲
by
chtitux
3y ago
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 probably encrypted (SpaceX eventually did that once
11.
▲
by
chtitux
3y ago
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 happy: the industry successfully made certificate renewa
12.
▲
by
chtitux
3y ago
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 this range. It seems "too late" to re
13.
▲
by
chtitux
3y ago
> 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 lead to "content optimization", so the Chatbots
14.
▲
by
chtitux
4y ago
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/
15.
▲
by
chtitux
4y ago
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 ongoing, and can't use more than 1 processes in the s
16.
▲
by
chtitux
4y ago
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.
17.
▲
by
chtitux
5y ago
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 if we want to expect them to take the best decisions. Speci
18.
▲
by
chtitux
5y ago
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://httpwg.org/specs/rfc7541.
19.
▲
by
chtitux
5y ago
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 improve reliability, diversity is one point.
20.
▲
by
chtitux
5y ago
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 curl, it's even more han
21.
▲
by
chtitux
5y ago
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 and the new server (limitations exist on what is replicated,
22.
▲
by
chtitux
5y ago
So where is the source code of this Perl script ?
23.
▲
by
chtitux
5y ago
A copy of the source code has been stolen.
24.
▲
by
chtitux
5y ago
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...
25.
▲
by
chtitux
6y ago
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 never lie Do not use this service. It has the power to
26.
▲
by
chtitux
6y ago
Ariane 6 first flight was planned to bring OneWeb satellites in space. If they can't launch them, I wonder what will be the payload of the first Ariane 6.
27.
▲
How much faster is Redis at storing a blob of JSON compared to PostgreSQL? 16×
(peterbe.com)
3 points
by
chtitux
7y ago
|
2 comments
28.
▲
by
chtitux
7y ago
Probably because they want to improve the response time with a more precise DNS answer. With s3.amazonaws.com, they need to have a proxy near you that download the content from the real region. With yourbucket.s3.amazonaws.com, they can giv
29.
▲
OpenSSH – users enumeration – CVE-2018-15473
(sekurak.pl)
2 points
by
chtitux
8y ago
|
0 comments
30.
▲
by
chtitux
9y ago
You can't enumerate sub domains via DNS (except if you use DNSSEC with NSEC algorithm, but nobody do that). It does not prevent people guesssing it tough.
More ›