Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rep_movsd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
rep_movsd
21d ago
They would have rewritten all commercial software better - or if we are to believe the fantasy and hyperbole, you could patch your Windows 11 kernel live with some frontier model to fix every bug known and unknown. First of all they cant -
2.
▲
by
rep_movsd
1mo ago
If you are doing 1000 commits a day, whats the point of git? Does the AI ever look back at the shit trail it left behind? Diffs are no longer diffs, they look like largescale delete and rewrite
3.
▲
by
rep_movsd
2mo ago
How hard is it to do plain search first for crying out loud.
4.
▲
by
rep_movsd
2mo ago
You need help. Get off the computer and mobile, take a hike, do some gardening or something.
5.
▲
by
rep_movsd
4mo ago
There are 3 algorithms I learned for circles when I was a kid. I wrote about them a decade and a half ago The third one is prety clever https://schmantics.blogspot.com/2011/12/third-circle.html
6.
▲
by
rep_movsd
6mo ago
gitk and git gui
7.
▲
by
rep_movsd
9mo ago
Just out of curiosity, what is the reasonable range of pay for an engineer of your caliber in the UK?
8.
▲
by
rep_movsd
9mo ago
By forcing oil to be bought with dollars, the USD was pegged to oil demand, especially from developing nations whose consumption was growing. Also SWIFT being a means of control of movement of funds.
9.
▲
by
rep_movsd
9mo ago
Copy and paste are handled by applications and the OS shell Any program is free to define the formats it is willing to copy or paste - like mime types. Software sucks, not because its bad, but because people wont implement things
10.
▲
by
rep_movsd
11mo ago
This article (and entire book) actually posits that US will remain the primary producer and consumer of copium worldwide and thus the #1
11.
▲
by
rep_movsd
1y ago
Maybe I'm really dumb, but it should be obvious that replacing a section of rope in one knot with another, is intuitively not going to simply "add the unknotting numbers"
12.
▲
by
rep_movsd
1y ago
May I humbly request you to join the dwitter.net community?
13.
▲
by
rep_movsd
1y ago
This is why Stallman is so vehement on GPLv3 Commercial entities will always exploit your work - you need to force them to give back, they will never do the positive sum game by default
14.
▲
Show HN: Cirkit – A Simple Web Framework
(github.com)
2 points
by
rep_movsd
1y ago
|
0 comments
15.
▲
by
rep_movsd
2y ago
What everyone secretly knows but won't say because it has funding
16.
▲
by
rep_movsd
2y ago
Wow - I cant think anyone would spend such a long time on how everyone but themselves is wrong. It started out interesting, but was simply a long rambling text where there seems to be no point
17.
▲
by
rep_movsd
2y ago
Wow the silver bullet is finally here. Rewrite everything with AI :D
18.
▲
by
rep_movsd
2y ago
Disagree totally.... The whole point is to be able to convert JS data structures (or often plain JSON) into HTML via JSX Data and representation are different. I may be using the same array to display different components
19.
▲
by
rep_movsd
2y ago
Remember "The Zen of Code Optimization" by Michael Abrash in the 90s? This word count challenge was the first one he described. The table driven approach was discussed, but was not necessarily the fastest due to the large cache ov
20.
▲
by
rep_movsd
2y ago
Try lazydocker as well
21.
▲
by
rep_movsd
3y ago
Doomers thinking they smart after reading this
22.
▲
by
rep_movsd
3y ago
The modern dev can try https://dwitter.net Here is all of mine https://dweetabase.3d2k.com/?user=rep_movsd
23.
▲
by
rep_movsd
3y ago
Look at the US military budget https://cdn.cfr.org/sites/default/files/image/2020/12/002_mi... versus education https://i0.wp.com/cef.org/wp-content/uploads/slide
24.
▲
by
rep_movsd
3y ago
Why is that array not const in the Cpython code?
25.
▲
by
rep_movsd
3y ago
Anyone who does any basic algorithmic CS stuff would have been exposed to sorting algorithms, their variations, sorting networks and so on. There are already superoptimizers who use genetic algorithms to find the most optimal code sequence
26.
▲
by
rep_movsd
3y ago
We lived on only solar power for 7 years. For the last 2 years if I hadn't had my precious Honda GK200 petrol/kerosene generator, it would have made it quite impossible to use a desktop computer effectively. My whole successful ca
27.
▲
by
rep_movsd
3y ago
Sure, ignore a technology that is already working since 1970 (fission) and try some scatterbrained sci-fi idea
28.
▲
by
rep_movsd
3y ago
A better way to do it would be to maintain canvas Path2d objects to define the enclosed regions, which can be instantly filled with context.fill() No need for complex pixel manipulation stuff This also lets you do things like let the user m
29.
▲
by
rep_movsd
3y ago
But climate change measures are all hypocritical and unscientific 1) The Carbon credits system 2) Forcing developing countries to reduce their energy usage, while still maintaining the Petrodollar. Sucking up to oil states and keeping the d
30.
▲
by
rep_movsd
3y ago
I asked ChatGPT about a very subtle python bug - it had to do with how python default params are actually mutable and will retain their mutated values across invocations. I'd forgotten about this weirdness, but ChatGPT explained it. I
More ›