Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
samsaga2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
samsaga2
1y ago
Nice idea, horrible interface
2.
▲
by
samsaga2
1y ago
https://web.archive.org/web/20250616030749/https://zxonline....
3.
▲
by
samsaga2
3y ago
Visual Studio C++ programmer here. My Visual Studio crashes depends a lot on the last update. Some updates work correctly, another ones have a lot of crashes. Now I have like three or four crashes per day with the last one (no problem with
4.
▲
by
samsaga2
3y ago
It jumps from basic graph algorithms to unsupervised machine learning. It's a "let's put shit that sells" book.
5.
▲
by
samsaga2
3y ago
I don't see those cheap prices advertised everywhere. I see very high discounts in which the final price ends up being the same price as on Aliexpress.
6.
▲
by
samsaga2
3y ago
My upvote for rustdesk. It's a great replacement for AnyDesk.
7.
▲
by
samsaga2
3y ago
You have to tell to Netflix what Wi-Fi network are you using (your usual Wi-Fi is assigned by default). If your device doesn't connect to that Wi-Fi network at least once in a month, your device is blocked. You can still share accounts
8.
▲
by
samsaga2
3y ago
It would be nice to divide the total users by the country population to see the hacker news impact per country.
9.
▲
by
samsaga2
3y ago
Related: https://news.ycombinator.com/item?id=18442941 Fixing Oracle bugs, it's like a knightmare.
10.
▲
by
samsaga2
3y ago
Fornite for a 6yo kid? Also, my advice is to try to avoid Roblox. They are incredibly aggressive in asking for money (Robux).
11.
▲
by
samsaga2
4y ago
The model is simpler, but the render is substantially more complex. You need an high poly model, extract their normal map, convert it to a simpler one and then render the simpler model with a texture and the precalculated normal map through
12.
▲
by
samsaga2
4y ago
Microsoft killed Visual Basic on purpose. They wanted to force everyone to move to c# because they were afraid of Java and wanted to compete against their market.
13.
▲
by
samsaga2
4y ago
I crashed the school server several times with a bomb fork long before I even knew they already existed. It was a very simple script. I stopped doing it because every time the server crashed through no fault of my own, everyone turned to lo
14.
▲
by
samsaga2
4y ago
If the languages are similar: 1. Tokenize 2. Build AST tree 3. Emit target code from the AST tree If they are very different: 1. Tokenize 2. Build AST tree 3. Create a simple intermediate language from the AST tree 4. E
15.
▲
by
samsaga2
4y ago
Smooth animations and performance. Draw a big image with Win32 BitBlt it's painful slow, for example. Imagine that you are zooming an image in Photoshop and it is laggy, the user experience would be horrible. Also, the lag is an import
16.
▲
by
samsaga2
4y ago
I work with Windows version of Emacs and works pretty well (c++ with lsp-mode). I'm using Emacs Doom with antivirus disabled. The Linux version is faster than the Windows one, but it's very usable. The main problem is git, it'
17.
▲
by
samsaga2
4y ago
I always listened that unordered_map is more cache friendlier than map. My intuition tells me unordered_map is better to iterate, and map is better to random access.
18.
▲
by
samsaga2
4y ago
Our software is utf8 and we have problems open files with accents characters. We have to convert the path strings before open a file.
19.
▲
by
samsaga2
4y ago
Calculate the build time of the same source code on Windows and Mac or Linux and take your own conclusions. The game industry is attached to Windows, not because it's better for programming. It's because of the drivers and the ava
20.
▲
by
samsaga2
4y ago
Resume, avoid Windows to compile anything.
21.
▲
Ask HN: Jupyter Tutorials
2 points
by
samsaga2
4y ago
|
2 comments
22.
▲
by
samsaga2
4y ago
My problem with WSL is the performance. A real Linux is a lot faster, even a Linux in VirtualBox works a lot better. Maybe only happens to me.
23.
▲
by
samsaga2
4y ago
I like a lot https://signalsandthreads.com/ . Also, Lex Fridman https://www.youtube.com/c/lexfridman when he interviews people like John Carmack.
24.
▲
by
samsaga2
4y ago
Windows has the robocopy command. It is something like rsync, and it's faster than a normal copy. You have to enable multithreading with the /MT:n parameter.
25.
▲
by
samsaga2
4y ago
I respond to myself. https://disboard.org/es/servers/tag/english-learning?sort=-m...
26.
▲
by
samsaga2
4y ago
There is some app/web to speak with strangers to learn English? No general chat web, a specific one oriented to learn the language.
27.
▲
by
samsaga2
4y ago
I don't know why they're still tracking us. I never ever has consciously clicked in an ads banner. All my ads clicks have been my mistake. They never get it right with the products they offer me. If I buy a car, why are they still
28.
▲
Become a Though Leader
(youtube.com)
1 points
by
samsaga2
4y ago
|
0 comments
29.
▲
by
samsaga2
4y ago
Scalability and stability. You need to process more requests? Launch more virtual machines, easy. Your microservice is a shit and it crashes every second? Don't care, it will be relaunched automatically.
30.
▲
by
samsaga2
4y ago
Shitty computer plus SDD almost full. I have tried cmake target_precompile_headers, but it doesn't seem to work correctly with some third vendor libraries we are using (precisely the largest ones).
More ›