Viewing profile — happyweasel
happyweasel
HN member- Joined
- Wed, Apr 05, 2017, 5:03 PM UTC
- HN karma
- 149
- Public activity
- 114 items
- HN profile
- View on Hacker News ↗
About happyweasel
No profile information was provided.
Recent public activity
-
comment
Comment #49195191
100% of the user space programs were from gnu. Compiler was from gnu The initial filesystem was minix The kernel was Linux. So I would say Linus had 100s of man years of ecosystem …
-
comment
Comment #49179660
"AI is a jet engine " and rust just wants to ensure you are a capable pilot that can actually steer a plane before stealing everyone else's attention
-
comment
Comment #48856628
Porting perfectly working C code that has been in production for decades (and has a great track record wrt to security fixes) to rust is more or less an obfuscation challenge.
-
comment
Comment #48758465
Same ,I switched to cursor. I told it how to invoke msbuild and it can edit away without needing a native Visual studio plugin.. no problems at all. Target language c++
-
comment
Comment #48602547
wow, basic stuff c++ had since the 80s. congrats. clap, clap, clap. now can someone please make this app that is running with -Xmx360m not use 700mb of resident memory ? asking for…
-
comment
Comment #48009621
You go to the gym to lift. Not to talk. You may talk shortly if it is related to something you need to continue your workout. Apart from that you do not talk. End of story.
-
comment
Comment #47873564
Used this kind of font for output on the 320x200 screen all of the time in the late 80s while coding 68k asm on the Atari St
-
comment
Comment #47572745
In the early 1990s, C++ had not yet been standardized by ISO, so your argument doesn’t apply to that period.
-
comment
Comment #46796171
Let's see how this unwrap()s in production scnr
-
comment
Comment #46120481
hmm how can I reuse this useful Go library in python... Oh I can't.. hmm and how can I reuse this useful java library in php ? Oh I can't. Oh and which of the programming languages…
-
comment
Comment #46098273
does your gtx 1060 help in any way for the NAS use case?
-
comment
Comment #45702160
>BUT there's another piece that makes or breaks these tools... whether they can >build a community around them and stick around for years... Why ? who cares? if the tool solves the…
-
comment
Comment #45167802
Oh, let me guess... The protests were organized by groups that get their funding from the NED or other Western sponsored NGOs ? (Asking for a friend)
-
comment
Comment #44633627
I always wanted to check out https://qskinny.github.io/ it looks compelling and sticks to c++
-
comment
Comment #44523122
vcpkg it
-
comment
Comment #44276570
I share the same perspective .. I was also wondering how UDA handles the problem of evolving schemas, "old clients" communicating with newer server or vice versa.
-
comment
Comment #43481012
[flagged]
-
comment
Comment #43329703
>The truth is that although the AWS Load Balancer Controller is a fantastic piece >of software, it is surprisingly tricky to roll out releases without downtime. 20 years ago we use…
-
comment
Comment #43283475
Absolutely. Information can no longer be retrieved via internet search. Discord and Slack are effectively silos.
-
comment
Comment #43048877
IMHO, Deutsche Linux-Distribution (DLD) was the first german linux distribution (first release in 1992).
-
comment
Comment #42802795
Buggy/incomplete Openapi codegen for rust was a huge disappointment for me. At least with grpc some languages are first class citizens. Of course generated code has some uglyness. …
-
comment
Comment #42144263
mfc has resizable ui layouts called Dynamic layouts (since the 2015 update?), and for wxwidgets there is wxformbuilder. Most stuff for mfc can be set in the dialog builder wrt to r…
-
comment
Comment #41998191
The only real comparison would be a rewrite in modern c++ and then compare that to the rewrite in rust. Also the author mentioned that the original code had no tests at all. Well, …
-
comment
Comment #41638912
> Back in the summer of 1999 [..] > We went all digital. We were ahead of our time. Well I had a DAT recorder in 1993. Even a DAT walkman.
-
comment
Comment #41502106
Mybatis Generator worked nice for java and MySQL 15 years ago..