Viewing profile — dmwilcox
dmwilcox
HN member- Joined
- Sat, Jan 18, 2020, 2:48 AM UTC
- HN karma
- 283
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About dmwilcox
No profile information was provided.
Recent public activity
-
comment
Comment #46107252
Yup, but I still have graphics start on a tty ;) I just don't have a login because I use an ephemeral OS (custom alpine base) with runit. It's like windows 95 all over again, you s…
- story
-
comment
Comment #45007908
Maybe not attacks but... "Congratulations you've won 100M+ climate refugees!"
-
comment
Comment #44316898
It looks cool. Two quick things: - the pricing page is an unstyled 404 right now - the docs subdomain requires javascript to display at all which is fine I guess but odd because th…
-
comment
Comment #44181059
Think about how far they've come if you get them to have these "misconceived" ideas! They would understand code and data are in the same place, that all flow control effectively bo…
-
comment
Comment #44079724
__attribute__(packed) structs with an enum at the front indicating their type. The receivers use a switch to figure out which sub-message to interpret the strict as... It isn't pre…
-
comment
Comment #43902524
That's amazing! Thanks for the tip!
-
comment
Comment #43877643
I guess I'm the odd duck with a switch that has never been online. It sounds like the switch2 isn't for me. Sad but I don't want another device that wants to be more than it is, I …
-
comment
Comment #43814622
Yup,people are really good about it in my experience too. I just stand off to the side of the camera, and say "no biometrics please". They take a minute to check my documents and i…
-
comment
Comment #43798543
>> Can you imagine an intelligent process in such a place, as static representation of data in ram? > Yes. You can’t? This is not > really a convincing argument. Fair, I believe it…
-
comment
Comment #43798317
I think it is this, it's been a couple of weeks: nasm -f bin -o foobar.com foobar.asm Top of the file you'll need this offset for DOS (or 7c00 for an MBR) to adjust your pointers w…
-
comment
Comment #43788065
I don't know if it's been much used but it is known and works. I was doing this early on in my x86-16 assembler experiments but ended up using DOS as a program launcher for an easi…
-
comment
Comment #43765634
Today I learned (!) What?! A .com file can have a full 64k for every segment! Amazing! All of my little experiments are .com files and I dread having to go to .exe at any point so …
-
comment
Comment #43726438
Mmmm well my meatsuit can't easily make my own heart quiver the wrong way and kill me. Computers can treat data as code and code as data all pretty easily. It's core to several lan…
-
comment
Comment #43723364
It's not about the random numbers it's about the tree of possibilities having to be defined up front (in software or hardware). That all inputs should be defined and mapped to some…
-
comment
Comment #43723225
I tried to keep my long post short so I cut things. I gestured at it -- there is nothing in a computer we didn't put there. Take the same model weights give it the same inputs, get…
-
comment
Comment #43722753
I've been saying this for a decade already but I guess it is worth saying here. I'm not afraid AI or a hammer is going to become intelligent (or jump up and hit me in the head eith…
-
comment
Comment #43686451
I lent out my copy of the Dawn of Everything so I can't get exact quotes or pages but this reminded me of a point in the book (which I highly recommend) which I'll attempt to summa…
-
comment
Comment #43566907
Have a near 10 year old Librem (original 13"), works fine. But if it breaks I'm getting an old Thinkpad and putting coreboot on it. Perhaps my usage is too light, no IDEs, no elect…
-
comment
Comment #43566799
Really??? I had an iBook from 2001, and put Linux on it, but power consumption was definitely the best of laptops in that entire era. What could it be, like 20-30 watts? Motorola P…
-
comment
Comment #43566752
Wow! Just discovered OpenCore Legacy Patcher! My wife's ten year old Macbook Air can get updates!! Thank you for the tip this will help a lot since it is not the "year of the Linux…
-
comment
Comment #43539648
Disable JavaScript and you're largely fixed. Amazingly enough there is a large enough contingent doing that such that you are far from unique (and it helps most all of the fingerpr…
-
comment
Comment #43418716
I carry a point and shoot for photographing my kids -- it's amazing. You can take it out without looking at it, turn it on, take a photo and turn it off and return it to your pocke…
-
comment
Comment #43169501
I've taken to saying, much to the chagrin of my techy friends, that "the best language is a dead language". Usually speaking about C which isn't even dead but maybe should be, just…
-
comment
Comment #43031908
I got super interested in Clojure and the java UI frameworks a year ago. But the languages on top of languages scared me. I wanted something simpler, so now I'm writing x86-16 and …