Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
binaryturtle
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
61.
▲
by
binaryturtle
4mo ago
I duckduckgo'ed "nose gear collapse" earlier and it seems it may be an issue that's more common than expected? At least there were lots of images of airplanes with broken front wheels and the nose touching the floor.
62.
▲
by
binaryturtle
4mo ago
Thanks for the quick summary.
63.
▲
by
binaryturtle
4mo ago
cloudflare blocked. :-(
64.
▲
by
binaryturtle
4mo ago
No, I appreciate posts that call out actual AI usage that has not been disclosed properly. I often have trouble already detecting them, so hearing other people calling things out and point out why, this is very useful for me to update my kn
65.
▲
by
binaryturtle
4mo ago
I'm also very hesitant to release any new works (code, artworks, etc.) to the public. I usually release code under the GPL or AGPL, but I don't think any of those choices are properly respected by the AI crawlers, and subsequent &
66.
▲
by
binaryturtle
4mo ago
Well… I know plenty people in my circle affected by this. Just have a slightly outdated system you simply can't afford to update: it's way to easy to get cut off like this. IMHO, a rather systematic discrimination of poorer people
67.
▲
by
binaryturtle
4mo ago
I can no longer access any website that's "protected" by Cloudflare. As soon a website enables that stuff… "Shoot, another one bites the dust." I wonder if the website owners realise at all how many actual users the
68.
▲
by
binaryturtle
4mo ago
And so it starts… modern robot machinery wiping out all humans? And for now they make it look like random accidents? Sci-fi aside: We probably will see a slow but very steady increase of such events in the coming years with more unnecessary
69.
▲
by
binaryturtle
4mo ago
"new", just means "new entries" (in no specific order), but "newest" suggest some sorting/ ranking. If it's the very same why would it need two different words? :) It's like people often confusi
70.
▲
by
binaryturtle
4mo ago
I only have "new" here, and not "newest". Am I missing something?
71.
▲
by
binaryturtle
4mo ago
The PI5 was a real downgrade for me with its lack of proper hardware h264 decoding as in the earlier versions (playing back h264 is my primary use case.) I will buy a PI6, if that comes back, else I stay with my reliable, and passively cool
72.
▲
by
binaryturtle
4mo ago
> …charging them with violating sanctions law by directly or indirectly making economic resources available to EU-sanctioned entities… I guess that's why.
73.
▲
by
binaryturtle
4mo ago
It's not gmail accounts, but "services" (?) hosted on Google's cloud. Basically I see X.X.X.X.bc.googleusercontent.com addresses in the "Received" header fields, e.g. "22.185.141.34.bc.googleusercontent.co
74.
▲
by
binaryturtle
4mo ago
I'm receiving daily about 20 to 30 spam mails from google servers. I'm sorting them into a separate SPAM folder for the "fun" of it. Who to contact? How to make Google stop? Where to report the abuse of their services? I
75.
▲
by
binaryturtle
4mo ago
I have no idea which distro to choose actually. Too much choices and it's not clear why one should be better than the other. For some distros it feels more like it's one-man projects for bragging rights. It's also a bit hard
76.
▲
by
binaryturtle
4mo ago
Sometimes it helps to test. Which I just did. :-) Actually the compiler (at least clang) warns about this: $ gcc -W -Wall test.c -o test test.c:8:7: warning: multiple unsequenced modifications to 'a' [-Wunsequenced]
77.
▲
by
binaryturtle
4mo ago
It's defined. And called "operator precedence", both post/pre-increment have a higher precedence than the single "+". At least according to this: https://en.wikipedia.org/wiki/Operators_in_
78.
▲
by
binaryturtle
4mo ago
That's a bit shameless, indeed. dnsmasq has served me well for like an eternity in multiple setups for different use cases. As all software it has bugs. And once located those get fixed. Its author is also easy to communicate with. Why
79.
▲
by
binaryturtle
4mo ago
Bootstrapping a modern/ up-to-date C/C++ compiler works, getting an up-do-date Python onto the system works too. No such issues with either of those. But try the same with Go or Rust and you hit nasty roadblocks (in both cases the
80.
▲
by
binaryturtle
4mo ago
Nothing really changed then. Same old, same old. :)
81.
▲
by
binaryturtle
4mo ago
It doesn't work properly in Netscape 4 actually. B)
82.
▲
by
binaryturtle
4mo ago
But this needs a Cloudflare subscription, or something? I can't open it either. :)
83.
▲
by
binaryturtle
4mo ago
To truly guarantee things you probably also would need an uncached read afterwards (to verify the data comes back properly from the device). Now that would kill any sort of performance, of course.
84.
▲
by
binaryturtle
4mo ago
Dunno about Homebrew (haven't used that since many years for various reasons), but Apple is certainly pushing things in a way that makes 3rd party developers quickly abandon old systems too. That's true. At least lots of 3rd party
85.
▲
by
binaryturtle
4mo ago
The post was about Go and uses the "The boring choice is the right choice." point at the end. But a compiler that's so quick to abandoned previously perfectly fine supported systems, and basically is bleeding edge, is anythin
86.
▲
by
binaryturtle
4mo ago
Go, similar to Rust, has a horrible ecosystem, IMHO. I want to like it, but they already broke backwards compatibility with older systems (try to get the Go compiler running on a slightly older OS X, f.ex.), and for a compiler that's a
87.
▲
by
binaryturtle
4mo ago
I can't access gnu.org, because their extreme measurements against the AI bots blocking my slightly older browser.
88.
▲
by
binaryturtle
4mo ago
I have to admit I don't think it's visually very appealing like that. It looks more like some sort of error/ glitch. Maybe my old Firefox does it weirdly?
89.
▲
by
binaryturtle
5mo ago
It used to be possible to use GitHub via svn too (but I think they removed that feature a while ago.)
90.
▲
by
binaryturtle
5mo ago
I use Subversion w/o a server too. You can have your repositories locally (file:///Path/to/repository). All my own (single man) projects are in local SVN repositories. For my use case git is just too much extra
More ›