Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ForkMeOnTinder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ForkMeOnTinder
3y ago
- climate change is fake - 5G causes cancer - bitcoin is a scam Your substantive and well-reasoned argument fits right in with that list ;)
2.
▲
by
ForkMeOnTinder
3y ago
Yeah I hate this spammy marketing speak. > Whether you've taken a few photos with your phone's camera or you're a professional photographer with terabytes of digital negatives, Adélie gives you the tools you need to manage
3.
▲
by
ForkMeOnTinder
3y ago
I still think noalias-by-default is the way to fix this. https://github.com/ziglang/zig/issues/1108 You get all the benefits of Zig being able to choose the function ABI, but if the optimization would have ca
4.
▲
by
ForkMeOnTinder
3y ago
The SEC does this. https://www.sec.gov/whistleblower/frequently-asked-questions > The Whistleblower Program was created by Congress to provide monetary incentives for individuals to come forward and report possible
5.
▲
by
ForkMeOnTinder
3y ago
How is it impossible? I would think an MD5 quine exists with probability approaching 1 as the size of the document grows to infinity. Think about the reduced problem: 1. a document containing "1", whose hash begins with "1&qu
6.
▲
by
ForkMeOnTinder
3y ago
In a way that means the copyright lobbyists have won. You don't find the list interesting now, but 14+14 years after 1928 you would have. A lot of it would still be fresh in our collective minds. Now in 2024, most of it is dead to us.
7.
▲
by
ForkMeOnTinder
3y ago
So instead of "There is a good identity", GP should have said "There are about 200 good identities around the world, but if your country happens to not have a single unified ID system you're out of luck"
8.
▲
by
ForkMeOnTinder
3y ago
I'd never use an account someone else made for me either. Who knows if after you created it, you added some recovery questions or a recovery email or saved the login cookie or who knows what else? I'll stick with my fresh account
9.
▲
by
ForkMeOnTinder
3y ago
The problem with benchmarking that claim is there's no one true "json decoder" that everyone uses. You choose one based on your language -- JSON.stringify if you're using JS, serde_json if you're using Rust, etc. So
10.
▲
by
ForkMeOnTinder
3y ago
> There is no fair or private use of hyper-realistic fake money. What about every movie ever made where two people trade a briefcase full of cash?
11.
▲
by
ForkMeOnTinder
3y ago
Indeed. It's a multistep process, like changing the oil in your car. Step 1. drain the old oil Step 2. pour in the new oil If you skip step 2 and damage your car, it doesn't mean oil changes are an unmitigated disaster. It means y
12.
▲
by
ForkMeOnTinder
3y ago
I don't know what I'd do if Firefox died. Maybe it's time Firefox starts diversifying itself away from Mozilla.
13.
▲
by
ForkMeOnTinder
3y ago
I had the opposite thought -- I bet the new color mixing will increase payload size. Which of these would you rather send over the wire? A) color-mix(in srgb, var(--primary-color), white 50%) B) #abcdef For me to give up scss, ther
14.
▲
by
ForkMeOnTinder
3y ago
> And although Google permits third-party app distribution platforms, it still requires apps to use its billing system. Can someone explain this line? If you publish an app on an alternative app store and someone downloads it on their de
15.
▲
by
ForkMeOnTinder
3y ago
alias ..='cd ..' alias ...='cd ../..' alias ....='cd ../../..' alias .....='cd ../../../..' alias ......='cd ../../../../..'
16.
▲
by
ForkMeOnTinder
3y ago
This is just begging the question: surely you don't watch videos while driving? And if you just want the audio, there are music-focused YT apps (ViMusic, or like sibling said, YMusic)
17.
▲
by
ForkMeOnTinder
3y ago
Aren't you already trusting the maintainer by downloading and running their software? An evil maintainer can publish any hash they want, so why would they go to the trouble of making a hash collision?
18.
▲
by
ForkMeOnTinder
3y ago
fwiw electric cars date back to the late 1800s. There's no reason old ideas can't work well with new tech. https://en.wikipedia.org/wiki/Electric_car#Early_development...
19.
▲
by
ForkMeOnTinder
3y ago
fwiw Google is attempting the same thing, but they're not doing much better. https://www.notebookcheck.net/MrWhosetheboss-video-reveals-G... > Google's Pixel 8 Pro Tensor G3 off-loads all generative AI tasks to
20.
▲
by
ForkMeOnTinder
3y ago
Definitely the two columns for me. It's super annoying skimming a paper and having to scroll down and back up again in a zig-zag pattern.
21.
▲
by
ForkMeOnTinder
3y ago
It's useful even without async too. Our codebase has some trait methods that return boxed iterators and I'm very much looking forward to switching them to impl Iterator instead.
22.
▲
by
ForkMeOnTinder
3y ago
So this is targeted at people who don't want to set up syncthing? What I like about Obsidian is it's literally just a bunch of markdown files, you can use them anywhere. With Notesnook, do I have to lock my data into their proprie
23.
▲
by
ForkMeOnTinder
3y ago
The easiest way to do this (in my experience) is libfaketime. I'm surprised not to see it mentioned. https://github.com/wolfcw/libfaketime
24.
▲
by
ForkMeOnTinder
3y ago
> Does JS allow arbitrary objects as keys? Object doesn't, but Map does. It's generally a good idea to use Map anyway for dynamic keys.
25.
▲
by
ForkMeOnTinder
3y ago
I don't have a source to cite, but I remember this being a Firefox extension before Chrome existed. Chrome gave it a cool name though
26.
▲
by
ForkMeOnTinder
3y ago
I'm curious what you thought was missing from Codeberg.
27.
▲
by
ForkMeOnTinder
3y ago
With nix, you can't precisely specify versions of all your tooling. You have to choose a channel, and you get whatever that channel gives you. You can't upgrade one tool without upgrading everything else at the same time to whatev
28.
▲
by
ForkMeOnTinder
3y ago
I fully agree with you. That said, one thing I've come to hate is the proliferation of version numbers in random dockerfiles and random config files all over the place. It's a pain to know what's out of date and a pain to upg
29.
▲
by
ForkMeOnTinder
3y ago
That's normal for reality shows. Cooking shows? You spend a lot of time waiting, who wants to sit and watch a pie bake for an hour? Ever seen those "how it's made" shows? Editing can make anything interesting. I'd w
30.
▲
by
ForkMeOnTinder
3y ago
Queer People with Scales and Tails :D
More ›