Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
prussian
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
prussian
1mo ago
I think the bigger issue is time_t, and I have, in fact wrote comments that literally state the code is "best before Jan 19, 2038." Said code may never be recompiled since it will trigger regulatory certification.
2.
▲
by
prussian
3mo ago
I do. As others have replied, Windows Server--including IIS, means you have a domain joined machine, likely with an SPN of HOST/MACHINE.DOMAIN. Windows services and IIS App Pool Identities log in with an (g)MSA or virtual accounts (NT
3.
▲
by
prussian
3mo ago
They also send faxes to providers as well. It's kind of ridiculous when you think of it.
4.
▲
by
prussian
6mo ago
enabling != configuring. Are you saying this is all that's necessary, assuming an existing swap device exists? That should be made clearer. Edit: To be extra clear. When I was researching this, I ended up going with zram only because:
5.
▲
by
prussian
6mo ago
With zram, I can just use zram-generator[0] and it does everything for me and I don't even need to set anything up, other than installing the systemd generator, which on some distros, it's installed by default. Is there anything e
6.
▲
by
prussian
7mo ago
Fedora and its kernels are built with GCC's _FORTIFY_SOURCE and I've seen modules crash for out of bounds reads.
7.
▲
by
prussian
1y ago
Don't forget GE Aerospace. It gets a bit weirder too since you have joint ventures like CFM and Engine Alliance.
8.
▲
by
prussian
1y ago
Which Comac? I thought they all used GE (CFM for Comac 919) or Russian/Chinese sourced engines.
9.
▲
by
prussian
1y ago
True, it can help Microsoft SQL Server as well. In SQL Server 2022, they finally added Strict Encryption. I'm glad to see more databases are removing these strange STARTTLS like features.
10.
▲
by
prussian
1y ago
I think people forget that some of this software may be relatively fast. The problem is, most corporate environments are loaded up with EDRs and other strange anti-malware software that impede quick startup or speedy library calls. I'v
11.
▲
by
prussian
2y ago
Just be mindful that any certs you issue in this way will be public information[1] so make sure the domain names don't give away any interesting facts about your infrastructure or future product ideas. I did this at my last job as well
12.
▲
by
prussian
2y ago
Isn't this a case of shrinkwrap contracts? Use (viewing) is acceptance? https://en.wikipedia.org/wiki/Shrinkwrap_(contract_law)
13.
▲
by
prussian
2y ago
Honestly? Given I've seen crashes and printk messages from AMDGPU with words like "General Protection Fault," I'd say memory safety is probably the most important thing missing in these GPU drivers.
14.
▲
by
prussian
3y ago
It's probably because FIPS 140-2 doesn't list it. I know machines booted with fips=1 and fips certified openssl, etc, openssh won't accept ed25519 keys for key auth.
15.
▲
by
prussian
3y ago
I'm wondering if the real issue is the user doesn't have a DisplayPort 1.4 supporting cable or equipment. The speeds, color (10bit) and the resolution suggest to me that could be the real problem. I doubt the monitor would intenti
16.
▲
by
prussian
3y ago
PayPal's "secure browser" effectively becomes broken by Firefox's first part isolation. that took some time to figure out. In terms of being blocked by CloudFront (not cloudflare),I actually got a website to fix their po
17.
▲
by
prussian
3y ago
I want to add agreement to this, but to be more precise: people should own the things they buy and artificial (software ) means of locking people out of features shouldn't be allowed.
18.
▲
by
prussian
3y ago
https://github.com/nixpak/nixpak
19.
▲
by
prussian
3y ago
https://maud.lambda.xyz/ Maybe this?
20.
▲
by
prussian
3y ago
If you're using Linux with GNOME desktop, GVFS can mount Google Drives automatically once you set your google account up in GNOME Online Accounts.
21.
▲
by
prussian
3y ago
Unless it has changed recently, you can't have a trust chain of OpenSSH certs though so it's cumbersome that your signing key is not only the root ca but also basically has to be 24/7 accessible to sign any server/client
22.
▲
by
prussian
3y ago
I'd say for windows, you'd probably want to define them as well since a lot of ports will use HOME, XDG_* and other non-windowsy environment variables anyhow.
23.
▲
by
prussian
4y ago
I don't even think the Heuristics would need to be that complex. Big email still uses reputation lists to determine if they should junk an email, so applying sender reputation, or lack thereof, to the domain part could be good enough t
24.
▲
by
prussian
4y ago
>My feelings on gun control can be summed up as "I want mail order rocket launchers delivered to my doorstep." I don't know. I'm a believer in extreme gun rights as well, but giving people the power to have rocket lau
25.
▲
by
prussian
4y ago
Cool. Curious why you chose sqlite instead of something like badger [ https://github.com/dgraph-io/badger ] given you expose it as a key value database, which badger is.
26.
▲
Where do James Webb’s unique “spikes” come from?
(bigthink.com)
3 points
by
prussian
4y ago
|
0 comments
27.
▲
by
prussian
5y ago
Probably in reference to Ext4's[0] configurable rename-replace behavior under auto_da_alloc [0]: https://www.kernel.org/doc/Documentation/filesystems/ext4.tx... Edit: note this isn't a universal pro
28.
▲
by
prussian
5y ago
>It's because it was not a thing in Italy I'm pretty sure even Tomatoes weren't. I hope this isn't the reason for the disdain.
29.
▲
by
prussian
5y ago
>So, how could this (IMO) bad behaviour be fixed? By reading in the whole file at once. Bash does not mmap shared the script it is parsing. You can see this behavior with strace -e read,lseek bash << EOF echo 1 echo 2
30.
▲
by
prussian
5y ago
Are you sure? strace -ff -e execve /bin/bash -c 'x="$(cat <<< "test")"' ... snip [pid 311214] execve("/usr/bin/cat", ["cat"], 0x56280da76fc0 &
More ›