Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zekica
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
zekica
1mo ago
xdg already provides "portals" and "XDG Intents" that implement most of what android does. Flatpak implements most of the sandboxing you have on android. It doesn't have feature parity but IMO it doesn't need t
2.
▲
by
zekica
2mo ago
Code names for phones, all android builds (including official ones) have them. https://storage.googleapis.com/play_public/supported_devices...
3.
▲
by
zekica
2mo ago
It's not Broadcom so it is supportable by OpenWrt. It runs Qualcomm IPQ5332 SoC which recently got supported in upstream linux ath12k drivers... There are a few patches to make it work and the only blocking issue is with the Realtek sw
4.
▲
by
zekica
3mo ago
N95 was not "meager" for it's time - it was faster than the first iPhone.
5.
▲
by
zekica
5mo ago
Mainly because Microsoft wants to have "connected standby": the CPU is running in a low power mode (not powered off like "old" S3 sleep), can be turned on periodically and can turn on other devices even when the computer
6.
▲
by
zekica
5mo ago
This post is everything wrong with the world today. Installing software should not be gate-kept. Who's to say that some current or future government in the US wouldn't use the data to prosecute dissent guaranteed by the constituti
7.
▲
by
zekica
5mo ago
And it can fail in great ways. Last example: I asked claude for a non-trivial backup and recovery script using restic. I gave it the whole restic repo and it still made up parameters that don't exist in the code (but exist in a pull re
8.
▲
by
zekica
6mo ago
I think this is a snap issue.
9.
▲
by
zekica
6mo ago
And they are the only real solution. Demand fitting production is never going to work unless we give up all the autonomy.
10.
▲
by
zekica
6mo ago
SNI routing is such a bad way to do what should be L3 problem that people implemented PROXY protocol to send information about user's endpoint address without doing MITM.
11.
▲
by
zekica
6mo ago
All desktop/mobile OSes today use "Stable privacy addresses" for inbound traffic (only if you are hosting something long-term) and "Temporary addresses" for outbound traffic and P2P (video/voice calls, muliplay
12.
▲
by
zekica
6mo ago
You can do fc00::/7 in addition to public addresses so your lights don't have public address while your phone does.
13.
▲
by
zekica
6mo ago
And the worst part about CGNAT is that you have two bad solutions: Either EIM/EIF (preferably with hairpinning) where you can practically do direct connections but you have to limit users to a really low number of "connections&quo
14.
▲
by
zekica
6mo ago
Trivially easy do direct connections between devices (if desired), no issues when creating VPNs between networks using private ranges. What would be the disadvantage?
15.
▲
by
zekica
6mo ago
Temporary addresses are used by any Linux distro using NetworkManager (all desktop ones). For server distros, it can differ.
16.
▲
by
zekica
6mo ago
.docx and .xlsx are also just zip files with XML and attachments. The bad thing is that the XML is Word's internal document structure serialized and behavior for some values is only defined in Microsoft's code.
17.
▲
by
zekica
6mo ago
Even gcc's -O0 will do the bitshift, but even dividing with 5 on x86_64 will not do idiv: imul rdx, rdx, 1717986919 shr rdx, 32 sar edx sar eax, 31 sub edx, eax mov
18.
▲
by
zekica
6mo ago
Minor nitpick: dynamic memory allocation is not used when processing packets, but is when adding/removing clients via netlink.
19.
▲
by
zekica
7mo ago
Yes, VLAN isolation prevents this - devices in different VLANs use different GMK keys even when connected to the same network.
20.
▲
by
zekica
7mo ago
This only works for one SSID. Even then, one thing that can mitigate this is using Private-PSK/Dynamic-PSK on WPA2, or using EAP/Radius VLAN property. On WPA3/SAE this is more complicated: the standard supports password ident
21.
▲
by
zekica
7mo ago
You can't think all the way about refining your prompt for LLMs as they are probabilistic. Your re-prompts are just retrying until you hit a jackpot - refining only works to increase the chance to get what you want. When making them de
22.
▲
by
zekica
8mo ago
Only if that authenticator/password manager app is not end-to-end encrypted.
23.
▲
by
zekica
8mo ago
Both. LGPL doesn't distinguish between commercial and non-commercial use.
24.
▲
by
zekica
9mo ago
They have different goals: GrapheneOS wants to make a FOSS Android with the security model that makes it hard for any bad party to break into the phone. LineageOS wants to make a FOSS Android that respects user's privacy first and fore
25.
▲
by
zekica
10mo ago
Interesting... I rarely form words in my inner thinking, instead I make a plan with abstract concepts (some of them have words associated, some don't). Maybe because I am multilingual?
26.
▲
by
zekica
10mo ago
Multiple local networks while still using SLAAC.
27.
▲
by
zekica
10mo ago
Yeah, Kate is great. New versions integrate nicely with LSPs and while not as fast as Vim it's faster than VSCode and most gnome based code editors.
28.
▲
by
zekica
10mo ago
I used it. It's an (ugly) functional programming language that can transform one XML into another - think of it as Lisp for XML processing but even less readable. It can work great when you have XML you want to present nicely in a brow
29.
▲
by
zekica
10mo ago
I can: Gemini won't provide instructions on running an app as root on an Android device that already has root enabled.
30.
▲
by
zekica
11mo ago
Non-deterministic means random - that's the definition of the word. The weather forecast is also random - in fact, weather forecast is (if you simplify it too much) an average of several predictive (generative) models.
More ›