Viewing profile — dailykoder
dailykoder
HN member- Joined
- Fri, Jul 15, 2022, 10:55 AM UTC
- HN karma
- 646
- Public activity
- 331 items
- HN profile
- View on Hacker News ↗
About dailykoder
Recent public activity
-
comment
Comment #43811404
Oh damn, thanks!
-
comment
Comment #43811285
// QEMU UART registers - these addresses are for QEMU's 16550A UART #define UART_BASE 0x10000000 #define UART_THR (*(volatile char *)(UART_BASE + 0x00)) // Transmit Holding Registe…
-
comment
Comment #43762080
The UI in terms of space and usability looks great. Two "modern" things I don't want to miss: Good font rendering and a fast application launcher (mod -> type a few characters -> e…
-
comment
Comment #43679057
> Just like that. These statements always catch me a bit off-guard. Is there no such thing as a cancelation period in the US? When my employer wants to kick me out, he needs a good…
-
comment
Comment #43651218
I started playing with vim, but neovim is another level. It's my goto for coding over vim. I don't expect them to put more effort into anything, because it just works as a editor/I…
-
comment
Comment #43629547
You need tokens to create more revenue for the company that is running the LLM. Nothing more, nothing less
-
comment
Comment #43618818
Cute project! > Xilinx tech support page and a forum post explaining how to get the Xilinx ISE to run under Windows 8 or Windows 10. Unfortunately Xilinx no longer maintains this d…
-
comment
Comment #43618711
Yeah sure, I know that a lot of people make 6 figures. The comparison to switzerland is not that great though, giving the cost of living. There is not much difference of me getting…
-
comment
Comment #43618695
Yes, I'm preparing my portfolio right now. Got a bit more time
-
comment
Comment #43616334
6 figures? I only take jobs with free fruit basket. That's the minimum. PS, my references: I have never used cursor, I am quite bad at vibe coding and don't enjoy it at all. I rare…
- comment
- comment
-
comment
Comment #43545652
I shared this sentiment. But since I just host some personal fun projects and I got really lazy when it comes to self-hosting, I found great pleasure in just creating the simplest …
-
comment
Comment #43545614
I'm sure you find some joy in it or just like to explore what's possible. But just a reminder: Pieter Levels is running his million dollar businesses on a single VPS (if that's sti…
-
comment
Comment #43545584
I guess it can be comfortable for some people. But I just wanted to comment something similar. It's probably heavily dependend on how many services you self-host, but I have 6 serv…
-
comment
Comment #43534188
Nice, thank you! Saved this. Mastering GCC compiler options feels harder than mastering C++ UB.
-
comment
Comment #43511893
Why is there even a desire to replace software developers? Presumably this is the kind of job humans find meaningful Why is there even a desire to replace car manufacturers? Presum…
-
comment
Comment #43511218
I wouldn't imply that he's too dumb. He just wants to sell it and make the actual dumb people believe that he is doing good for them.
-
comment
Comment #43503827
Even worse: Who will produce new training data? If everyone only uses AI, then nothing new will be invented. Quality will stagnate or go downhill. It cannot get better
-
comment
Comment #43503801
To me "learn to code" has ALWAYS been a synonym to "learn to think". Coding is nothing else than thinking. You learn a handful of structures and then you only think about how to co…
-
comment
Comment #43491022
Oh nice. Today I actually wanted to start learning Rust. As a native german this will make things a lot easier. Thank you!
-
comment
Comment #43488008
> Integration with search, gmail, google office suite, google meet, android, etc. That's kinda crazy that people absolutely stopped to care that all their emails and so forth will …
-
comment
Comment #43458531
Thank you! Then I'll look a bit more into it.
-
comment
Comment #43458251
Sounds interesting, but since I haven't been in touch much with this topic I ask myself: Does this have any benefit for my personal home-computer usage? For a long time I have the …
-
comment
Comment #43458222
Still waiting for ROCm on my cheap Radeon RX 7600. Would be nice to play around with it a little. I know that this card is nothing fancy. There is somewhere a github issue where th…