Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
boromisp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
boromisp
22d ago
At that point you lose too much convenience. Maybe if someone built a mini UPS with at least 10000Ah capacity, USB-C 4 pass-through and the right form factor to permanently attach it on top of the mini.
2.
▲
by
boromisp
4mo ago
They are probably talking about claims like this: https://www.doge-impact.org/
3.
▲
by
boromisp
5mo ago
I doubt you can force them to provide the service with the original terms, but you might be able to ask for a (partial) refund. If not today, after a week of verbal abuse they will receive for this online.
4.
▲
by
boromisp
7mo ago
As I understand it this bypasses a "please do not read" level of protection on cheap microcontrollers, not an actual secure element, so only those secrets are impacted that were not properly protected to begin with.
5.
▲
by
boromisp
7mo ago
A simpler explanation could be wanting to skip the print->sign->scan ceremony required by some institutions.
6.
▲
by
boromisp
8mo ago
I'm sorry, but that's silly. The argument is the other way around: would you like to be stalked by an airtag?
7.
▲
by
boromisp
11mo ago
Firefox on Fedora 43 here, no joy, and indeed, randomly broken on Linux (too). [edit] Okey, so installing the complete Google Noto Fonts family resolved this issue. But I still don't know if relying on a script with almost no font supp
8.
▲
by
boromisp
1y ago
The next gen is semantic and sentiment filters, the age of wordlists is over.
9.
▲
by
boromisp
2y ago
What they probably meant was writing 'import "file.ts"' and have tsc emit 'import "file.js"'. https://github.com/microsoft/TypeScript/issues/49083
10.
▲
by
boromisp
2y ago
"AI" had no issue pirating books (books3 and all that). If your blog is readable by and interesting to humans, it will be exploitable by leeches.
11.
▲
by
boromisp
2y ago
It's more like stack based event propagation.
12.
▲
by
boromisp
2y ago
Timestamp with time zone is the type for an "absolute timestamp". Timestamp without time zone is for local time, and sometimes abused as "time in utc without being explicit about it". The naming describes the expected in
13.
▲
by
boromisp
3y ago
You could allow to pair the part to some central control unit, when the car is unlocked. I don't speak car or cryptographer so so I have no idea about how to go about it, but this seems like a workable solution.
14.
▲
by
boromisp
3y ago
Discord is one of the last widely used, user-friendly messaging platform, that doesn't require phone number verification at sign-up.
15.
▲
Discord should have end-to-end encryption for DMs and Group Chats
(support.discord.com)
1 points
by
boromisp
3y ago
|
3 comments
16.
▲
by
boromisp
4y ago
PostgreSQL logical replication only cares about the data. It doesn't require that you have the same database schema - or even a database - on the receiving end. It doesn't know about stored procedures. You would typically use it f
17.
▲
by
boromisp
5y ago
An other option: Aegis Authenticator https://f-droid.org/packages/com.beemdevelopment.aegis
18.
▲
by
boromisp
5y ago
This looks similar: Vigilante (Know when a third-party app uses your device camera/microphone) - https://f-droid.org/packages/com.crazylegend.vigilante
19.
▲
by
boromisp
5y ago
At least on debian / ubuntu, the default is peer auth: https://salsa.debian.org/postgresql/postgresql-common/-/blob...
20.
▲
by
boromisp
5y ago
Are Samsung devices buggier than other android brands, or just so much more popular within your userbase, that more bugs surface?
21.
▲
by
boromisp
5y ago
Look up AWS Amplify
22.
▲
by
boromisp
6y ago
The original story was about injections not food, and was most likely false. Unless you are referring to a different story? https://elderofziyon.blogspot.com/2013/01/did-israelis-force...
23.
▲
by
boromisp
6y ago
There ought to be some consequences for knowingly putting and leaving people in a place where they are likely to be raped and murdered. Contracting adequate (local or foreign) private security is not the only way to resolve a situation like
24.
▲
by
boromisp
6y ago
From TFA: "Unfortunately, of course, the current rules would prevent Hey from advertising or even mentioning any upgraded service and that would have to be marketed through off-app channels." I'm not sure, if it's explic
25.
▲
by
boromisp
7y ago
But that's the point. AMP makes preloading feasible by making it safe.
26.
▲
by
boromisp
7y ago
A possible explanation for what you've experienced can be found in the just-world hypothesis [0], or in the belief that we live in a meritocracy. It is simply a foundational part of many people's worldview and nothing sort of expe
27.
▲
by
boromisp
8y ago
Edit: I don't believe GraphQL can provide any help with this. In cases like this you can always fall back to the naive solution: syncing the relevant data between microservices. Unless there is something like PostgreSQL's foreign
28.
▲
by
boromisp
8y ago
We are using it heavily, and with a few extensions (like a batch modification endpoint) it scales pretty well. I'm not sure what measure of size are you referring to.