Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
akdev1l
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
akdev1l
7d ago
len(pics) either already knows about the length or it needs to count so it’s O(n)
2.
▲
by
akdev1l
14d ago
you can use xmllint for xml via xmllint —-xpath It’s great as it is included by default in RHEL/Fedora
3.
▲
by
akdev1l
16d ago
The document is clear that the expectation from the developer is that you need to be ready for your app to be snapshotted and frozen/killed at any moment when it is not on the foreground.
4.
▲
by
akdev1l
18d ago
This is literally always how iOS has worked. You can refer to the application lifecycle documentation: https://developer.apple.com/documentation/uikit/managing-you...
5.
▲
by
akdev1l
20d ago
How does typing a url stop that? type out: https://thisislegitparkingpaymentwebsite.com Is this goatse or is it the real payment website for your parking? You won’t know unless you go there
6.
▲
by
akdev1l
1mo ago
Linux can be configured to disable memory overcommit sysctl -w vm.overcommit_memory=2 sysctl -w vm.overcommit_ratio=50 It is probably a bad idea to do that though as it will limit the amount of virtual address space an application can use
7.
▲
by
akdev1l
1mo ago
Docker uses VMs in non-Linux OS to provide a Linux where containers can actually exist
8.
▲
by
akdev1l
1mo ago
bubble wrap is just doing the same cgroups work
9.
▲
by
akdev1l
1mo ago
podman run --annotation=run.oci.handler=krun -dp 8080:8080 -t --rm server-without-wasm
10.
▲
by
akdev1l
1mo ago
Do you mean like Podman has supported for years…? eg: https://josecastillolema.github.io/podman-wasm-libkrun/#libk...
11.
▲
by
akdev1l
1mo ago
subprocess.run() uses Popen and defaults shell=False. There is no shell process involved. As the other user already pointed out.
12.
▲
by
akdev1l
1mo ago
from subprocess import run from sys import argv source = argv[1] destination = argv[2] run([ "rsync", "-zavp", source, destination ]) vs #!/usr/bin&
13.
▲
by
akdev1l
2mo ago
This is a lose-lose proposition. 1. Lose money burning tokens in all of this stuff. 2. Lose reputation when some malware eventually makes it through
14.
▲
by
akdev1l
2mo ago
> hence why passkeys were ideally device specific, non-exportable Not true. The original concept was always for them to be cloud synced. This has nothing to do with their anti-phishing capabilities. The anti-phishing capabilities come fr
15.
▲
by
akdev1l
2mo ago
Some functionality is not supported via USB-C. Namely HMAC Challenge does not work via usb-c but will work via lighting port.
16.
▲
by
akdev1l
2mo ago
By still having the password the user can still be attacked via phishing
17.
▲
by
akdev1l
2mo ago
Yes they have biometric collection stations now.
18.
▲
by
akdev1l
2mo ago
Rube Goldberg machine attached with used bubble gum and somehow the bubblegum was chewed in all the wrong ways
19.
▲
by
akdev1l
2mo ago
Not even tests but just some basic anomaly detection lol. Like maybe if the bill amounts increase by like 10M% there should be someone that looks into it
20.
▲
by
akdev1l
3mo ago
Umm my toaster doesn’t have this problem and it’s not AI … why does this happen to you?
21.
▲
by
akdev1l
3mo ago
If you put AI on a project the average consumer will think it’s using ChatGPT or something like that I mean I agree with you just that the popular perception of that word has changed
22.
▲
by
akdev1l
3mo ago
Flathub only reviews the manifest. If your manifest is covertly injecting malware into the build it could be easily missed. Consider some of the manifests are simply downloading deb packages and unzipping them.
23.
▲
by
akdev1l
3mo ago
The canonical answer to any concerns with the AUR is always “just read the PKGBUILDs bro”
24.
▲
by
akdev1l
3mo ago
LMAO brother you should stop projecting and get little more self assurance that isn’t tied to your wealth
25.
▲
by
akdev1l
4mo ago
I get my hair cut at a place where it costs $45 and I get a haircut every 1-2 months at best. I wear my shoes until they break. I wear Vans Sk8 old skool high tops most of the time. I am also on track to retire by 40 if all goes well. (Whic
26.
▲
by
akdev1l
4mo ago
> Why would you want people to think you're poor or cheap, except maybe when you're shopping for a car. Personally, I don’t generally think about how other people perceive if I have money or not.
27.
▲
by
akdev1l
4mo ago
Technically linux. Not open source in its commercial forms.
28.
▲
by
akdev1l
4mo ago
You can brute force the real age this way. Do binary search and you don’t even need that many calls. 1. Is person older than 50? 2. Older than 25? 3. Older than 18? 4. Older than 9? 5. Younger than 14? 6. Older than 16?
29.
▲
by
akdev1l
4mo ago
You could still have this 1-click experience with another system. Like you could set some rule like “this vendor is approved for charges below $50”. We don’t need the legacy system for that. (I don’t know if any payment systems can do that
30.
▲
by
akdev1l
4mo ago
My biology teacher in school once tried to teach us that winds created by God. Not like spiritually or something but that God literally made the wind I guess. My “earth sciences” teacher also once tried to argue with me against the universa
More ›