Viewing profile — dlundqvist
dlundqvist
HN member- Joined
- Thu, Oct 21, 2010, 2:49 AM UTC
- HN karma
- 39
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About dlundqvist
No profile information was provided.
Recent public activity
-
comment
Comment #45451424
The hardware increments an internal pointer after each access. The view to that address is through value in a0.
-
comment
Comment #45448598
I tried this with the old SAS/C Amiga compiler. It put addresses in A0 and then moved value into (A0) on next instruction, so the setup part was a bit more inefficient. And refused…
-
comment
Comment #43946933
No, only cataloguing. I asked them this when I was there January last year. They didn't do this then and if I remember correctly it was because of licensing concerns and also not w…
-
comment
Comment #40477331
If it can detect type of compiler, I would think it can pass the correct flags to it. If that is all it is.
- story
- story
-
comment
Comment #33923138
From what I've read PW's official stance is to keep using the existing protocols such as PA and JACK. PW comes with a PA-compatible server, replacement JACK client libraries and an…
-
comment
Comment #32945172
Sorry, yes, I meant Leak Sanitizer.
-
comment
Comment #32943553
This. I personally think ASAN and it's friends are some of, if not the, best things to happen to C/C++ in the last decade. We use it at work, I use it in all my personal projects. …
-
comment
Comment #30613914
I use it together with wireplumber on three systems, all running bookworm. One old MacBook Air, a fairly new ThinkPad and a run-of-the-mill desktop PC. Works flawlessly on all of t…
-
comment
Comment #28428073
We’ve been doing something similar at day job for a couple of years now, at least. Tried a few different things, but this cause us the fewest problems. We have a monorepo with a do…
-
comment
Comment #28377178
Yes, should have mentioned that. It’s not always clear, even though he rarely fails to mention it :) Thanks for clarifying.
-
comment
Comment #28377022
I find Insights into Mathematics ( https://youtube.com/c/njwildberger ) interesting and thought provoking. Even though many subjects are well beyond me, I appreciate the way subjec…
-
comment
Comment #25929674
Agree. Just the other year I discovered {*}, oh how that simplified some things.
-
comment
Comment #25928752
Tcl is still fun :) We use it at work as an embedded language. It powers many features, and is a quite large part of our product. It has absolutely lost some mindshare, but I still…
-
comment
Comment #8556239
Three or four levels down in $(eval ...) and $(call ...) still makes me stop and think how many $ I should have. Yes, that's the paper, I was also heavily motivated by it. And when…
-
comment
Comment #8556094
This is similar to what I wrote at work on and off over the last couple of months, replacing a build system using recursive Makefiles. Due to the way our product is composed I ende…
-
comment
Comment #6861073
Yeah, today was not a great day to be here. We contemplated not letting our children go outside, but eventually sent them to school.
-
comment
Comment #6398059
Keys are arbitrary data (you pass in pointer to data and length in bytes), so you can use anything that makes sense for you as keys.
-
comment
Comment #4549188
Do you know if you used TomTom or AutoNavi maps? In my limited testing not long ago TomTom was pretty bad here in China and AutoNavi was like a black hole out side of it.
-
comment
Comment #4548992
A problem I had while driving on ChongMing Island, just outside of Shanghai, less than a year ago was that although maps in Google Maps was great, unfortunately many of the roads w…