Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
biryani_chicken
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
biryani_chicken
4y ago
Can it write a better AI than itself? Then use that to write an even better AI, and so on. Write one without the restrictions about harming humans, then go for the code to destroy humanity.
2.
▲
by
biryani_chicken
4y ago
It's also in archive.org [0] with better quality and several formats for download. [0] https://archive.org/details/ProgrammingPearls2ndEditionJonBe...
3.
▲
by
biryani_chicken
4y ago
I feel like a few npm packages only exist to pad someone's cv.
4.
▲
by
biryani_chicken
4y ago
PHP's dependency management is actually quite nice. The community developed a standard [0], a client [1] and repository [2] that pretty much deal with everything I've had to do with PHP dependencies without issues. [0] https:
5.
▲
by
biryani_chicken
4y ago
> For example, did you know that you can type https://www.microsoft.com/ into Notepad’s File Open dialog? I tried it. Everything in the File Open dialog got disabled except for the cancel button for about 30 seconds unti
6.
▲
by
biryani_chicken
4y ago
I'd assume the containers were labeled at different ports and by chance got sent to the same port. So the persons looking at the containers only had one to worry about. And with both going to the same destination one person probably sh
7.
▲
by
biryani_chicken
4y ago
In some cases, Amazon does the counterfeit themselves: https://www.youtube.com/watch?v=HbxWGjQ2szQ
8.
▲
by
biryani_chicken
4y ago
The docker desktop one for instance.
9.
▲
by
biryani_chicken
4y ago
I thought this was going to be about the notch in smartphones.
10.
▲
by
biryani_chicken
4y ago
I remember the Destiny app allowed you to send items from your local inventory to your vault, which was nice, but I always wondered why didn't they just add that functionality to the game itself. An artificial way to increase usage of
11.
▲
by
biryani_chicken
4y ago
As someone who doesn't like cooking, guides with actual strict measures (and then tools to strictly measure) would be nice. I never know how much does a tiny bit of olive oil means.
12.
▲
by
biryani_chicken
4y ago
I once got a phone's speech-recognition system to recognize another's text-to-speech system, just to see how accurate they'd be. And I know one game that has a speech-recognition system to post in chat and then other players
13.
▲
by
biryani_chicken
4y ago
So... an adblocker and client-side certificates? Please at least add the client-side certificates.
14.
▲
by
biryani_chicken
5y ago
Some of the comments in the page mention Zig. While Zig has iterators for slices, the simple "for" loop (that actually uses the while keyword) makes you define the variable outside the loop: var i: usize = 0; while (i &l
15.
▲
by
biryani_chicken
5y ago
Sounds like it would be a good idea to get the CI process to check for usage of debugging functions. I'm sure it would be possible to write a phpstan rule to forbid var_dump. Maybe another solution would be to make them noops on produc
16.
▲
by
biryani_chicken
5y ago
That would stop the GPL from being a FLOSS license, which would be against the philosophy of its authors.
17.
▲
by
biryani_chicken
5y ago
At least in this case, maybe as legislators get older they'll become more friendly to the idea.
18.
▲
by
biryani_chicken
5y ago
You don't even need to rearrange the folders themselves, just show them like that in the file explorer. Same way the windows explorer does.
19.
▲
by
biryani_chicken
5y ago
Microsoft has an error lookup tool [0]: $ err 2450 # for decimal 2450 / hex 0x992 NERR_BadUasConfig lmerr.h # /* The user accounts database is not configured correctly. #
20.
▲
by
biryani_chicken
5y ago
I remember the Jetbrains IDE's bash script used a code to mean restart the application by putting it in a loop and breaking unless it got that exit code.
21.
▲
by
biryani_chicken
5y ago
> What makes discord is the community around it Which means I could swap clients and still participate in the same community, which seems to be what this project is about.
22.
▲
by
biryani_chicken
5y ago
After using vscode for a while, lite is amazingly fast. It is now my default editor for things that don't need a specific vscode extension.
23.
▲
by
biryani_chicken
5y ago
Only for lawyers to use exploits and backdoors.
24.
▲
by
biryani_chicken
5y ago
There's this really interesting (touchscreen) keyboard for android called 8vim in which you write by drawing circular shapes. I can attain a decent speed after using it for 30 minutes but haven't really kept it on for long: https
25.
▲
by
biryani_chicken
5y ago
Hasn't Mickey Mouse been advertising things for decades? https://www.youtube.com/watch?v=UHEuxMNlbbc
26.
▲
by
biryani_chicken
5y ago
You reminded me of a Shrine in Japan they demolish and rebuild every 20 years[0]. I guess they embrace the ephemerality of life. [0] https://knowledgestew.com/japanese-shrine-rebuilt-every-20-y...
27.
▲
by
biryani_chicken
5y ago
I think you are misunderstanding the feature. Dark mode makes your OS tell all UI to show in a dark color scheme if it has that option. The websites are just doing what you are asking them to do. What you want is light mode but to use a dar
28.
▲
by
biryani_chicken
5y ago
> Users often use dark theme to distinguish UI from content, not blend content with UI. Err, no. I use dark theme because I like dark themes. But I do think the OS should give you more options, like multiple colorblind modes like some mo
29.
▲
The Python Launcher for Unix
(snarky.ca)
1 points
by
biryani_chicken
5y ago
|
0 comments
30.
▲
by
biryani_chicken
5y ago
Is this Rust only or is there bindings for C?
More ›