Viewing profile — wmwragg
wmwragg
HN member- Joined
- Sun, Oct 06, 2013, 1:55 PM UTC
- HN karma
- 490
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About wmwragg
No profile information was provided.
Recent public activity
-
comment
Comment #48642487
This and the fact that you often read a sentence, paragraph or the whole article, and think this said absolutely nothing in lots of words.
-
comment
Comment #48585837
I think there is another element, private equity (PE) has got involved in the housing market, and like anything that PE gets involved with it burns it to the ground and then exits …
-
comment
Comment #48408750
There is a significant difference between socialism and communism, Americans seem to purposely conflate the two, they are not the same.
-
comment
Comment #48341632
My understanding of zero alloc is that there are no heap allocations i.e. use of a form of malloc. At least that has always been my experience, use of the stack is perfectly fine
-
comment
Comment #47756929
Yep, I think people who repeat this aphorism essentially equate programming with typing, or as you say just connecting existing bits together. Programming is the working out how to…
-
comment
Comment #47675533
I believe it's this keyboard[1] from Posturite, but doing a web search for "Left-Side Numpad" of "Left handed keyboard" should show a few options. [1] https://www.posturite.co.uk/l…
-
comment
Comment #47370006
Cheers, opening System Settings and then Option clicking Displays, did the trick and showed the rotation option for the built in display. It's mostly PDFs I'd be reading so might t…
-
comment
Comment #47351196
I believe that is only applicable for external displays, and I don't see the rotation option on my M1 MacBook Air, even if I Ctrl+Command click
-
comment
Comment #47348997
That sounds interesting, I might give it a go, but how do you rotate the screen, I can't see an option for it for the built in MacBook screen?
-
comment
Comment #47260866
Yep same. The reason I don't visit most of them anymore has nothing to do with AI and everything to do with ads and quality of content (which I suppose may have to do with AI) i.e.…
-
comment
Comment #47119641
The Pelican UK version[1] looks a lot nicer [1] https://www.penguin.co.uk/books/482167/six-maths-essentials-...
-
comment
Comment #46795327
I generally use AWK as my scripting language, or often just write the whole thing directly in AWK. It doesn't change, is always installed on all POSIX platforms, easily interfaces …
-
comment
Comment #46710276
You probably want the JPEG XL Info[1] site then. A nice site outlining what JPEG XL actually is. [1] https://jpegxl.info/
- story
-
comment
Comment #46576742
Yep, good point. If they don't make the hardware available for personal use, then we wouldn't be able to buy it even it could be used in a personal system.
-
comment
Comment #46574847
There is that, but the way this usually works is that there is always a better closed service you have to pay for, and we see that with LLMs as well. Plus there is the fact that yo…
-
comment
Comment #46574600
This is something I think a lot of people don't seem to notice, or worry about, the moving of programming as a local task, to one that is controlled by big corporations, essentiall…
-
comment
Comment #46574546
Yep, this is my take as well. It's not that open source is being stolen as such, as if you abide by an open source license you aren't stealing anything, it's that the licenses are …
-
comment
Comment #45736246
Yep, this is another reason I've needed the use of x86-64 images, as although they should be technically the same when rebuilt for ARM, they aren't always, so using the same archit…
-
comment
Comment #45736120
I'm aware, I use ARM images all the time, I was trying to indicate that the usual refrain that the developers have had years to migrate their software to apple silicon, doesn't rea…
-
comment
Comment #45736016
Yes that was my first thought as well, and as the images aren't designed to be run on a mac specifically, like a native app might be, there is no expectation for the developers to …
-
comment
Comment #45720026
Yeah, Science shouldn't be concerned with usefulness, just like Art. It's the application of those fields which should concern itself with usefulness i.e. applied science, engineer…
-
comment
Comment #45709767
I created a smaller version of chess called Mischia[1], mainly for casual games, but except for the opening phase it tries to play like normal chess. Games usually last 15 to 20 mi…
-
comment
Comment #45704317
My issue isn't specifically the subscription model, though it gets annoying and I prefer a one time fee, or the cost, I'm happy to pay, my issue is the lock-in accompanied with the…
-
comment
Comment #45537368
The book "Understanding and Using C Pointers: Core Techniques for Memory Management" by Richard M Reese, is a great way to learn pointers