Live data from Hacker News

Viewing profile — swetland

swetland

HN member
Joined
Thu, Apr 05, 2012, 4:35 AM UTC
HN karma
649
Public activity
129 items

About swetland

Writes the Codes.

https://github.com/swetland

https://chaos.social/@swetland/

Recent public activity

  1. comment
    Comment #48164701

    I create value the same way I always have. Meanwhile people are creating garbage with "ai" tools. I wish them the best of luck with their shit.

  2. comment
    Comment #48164692

    Fuck off. No, I'm not using it. No, I'm not enjoying it. The only thing performative around here is all you assholes evangelizing this worthless shit.

  3. comment
    Comment #48164526

    It's useful indicator in these days of useless slop coded shit. Few things are a bigger waste of my time than reading about someone's proudly "ai"-generated pile of garbage.

  4. comment
    Comment #48164507

    Actually it's quite useful information. As soon as I see another useless "ai coded" project I immediately stop reading/caring about it. Fuck your slop code. Nobody wants that shit.…

  5. comment
    Comment #47556671

    There is no way this utter pile of slop was written by a human.

  6. comment
    Comment #45286581

    Don't suppose there's actually documentation for the CPU anywhere? (I mean more than a tiny "datasheet" with a very high level overview and/or a pile of random Linux/uboot patches)…

  7. comment
    Comment #41193012

    Lots of nice improvements here. The RISC-V RV32I option is nice -- so many RV32 MCUs have absurdly tiny amounts of SRAM and very limited peripherals. The Cortex M33s are a biiig up…

  8. comment
    Comment #41192957

    They actually let you choose one Cortex-M33 and one RISC-V RV32 as an option (probably not going to be a very common use case) and support atomic instructions from both cores.

  9. comment
    Comment #40189982

    That's the expected clock rate for the TT07 run... but Tiny Tapeout designs only have 8 in, 8 out, and 8 bidirectional IOs (plus a reset and clock input) available, so they're usin…

  10. comment
    Comment #39881871

    Yeah, the whole "what could we do with the original CPU and PPU of the NES given much more RAM and game data storage" experiment is pretty neat -- and based on what they've shown s…

  11. comment
    Comment #38387512

    I had moved on from Android by 2013, so I definitely don't have much insight into what it's become over the past decade. In the earlier years it was very much about working hard to…

  12. comment
    Comment #38382824

    The whole "throw everything in the trash and start over" thing is massively overstated. The iPhone announcement absolutely impacted things, not entirely all bad -- there was intere…

  13. comment
    Comment #38382701

    Yeah, I take exception to the painting of Android as inherently "unhealthy" and not "solving real problems for users." Also with lumping it in with the unmitigated disaster that wa…

  14. comment
    Comment #38160895

    Oh I don't even mean the FPGA side (of course that'd be nice), just the SoC's CPU complex and its peripherals! The only "documentation" I've found is a high level block diagram.

  15. comment
    Comment #38160405

    Not finding any documentation for this SoC on either the beagleboard or microchip websites. I'm still waiting for a RISC-V SoC that actually has reasonable documentation instead of…

  16. comment
    Comment #36884224

    The intent behind the vDSO style interface for syscalls in Fuchsia was primarily to avoid baking specific syscall mechanisms into the ABI, hopefully to allow future changes to the …

  17. comment
    Comment #36874730

    Most of that was when the team was pretty tiny. It was fun starting from when the kernel was just beginning to run userspace code. I'm still very happy with how the syscalls turned…

  18. comment
    Comment #36699599

    SiFive has pretty good documentation for their cores and chips -- they are more PC/Server class (some lowspeed peripherals plus PCIE and Ethernet) than SoC style. The databook does…

  19. comment
    Comment #36698164

    Okay, so is there actual documentation for the SoC used on this critter? I mean a full Databook / Technical Reference Manual, not maybe 30 pages of overview, maybe a list of regist…

  20. comment
    Comment #36320890

    The place where it breaks down is if you want to build a keyboard that doesn't use a typical collection of contours and widths of keys or a subset thereof. I haven't found a shop t…

  21. comment
    Comment #36320818

    It's replicating the ZX81 keyboard, including all the quirks except for the horrific membrane keys. https://upload.wikimedia.org/wikipedia/commons/8/8a/Sinclair...

  22. comment
    Comment #36318749

    The ZX80 and ZX81, like a number of 80s personal computers featured a set of graphical characters in addition to standard alphanumeric and punctuation and provided a way to enter t…

  23. comment
    Comment #36317890

    I've had a lot of fun with this project, but want to be clear that the actual "replicate the ZX81 using discrete 74xx logic (like the ZX80) instead of the ULA chip" PCB design is t…

  24. comment
    Comment #36317818

    Somewhat amusingly, the keycaps were the most expensive component ($60 plus shipping), second most expensive being the keyswitches. I really wanted something that captured all the …

  25. comment
    Comment #34346249

    The CPU itself (Core Complex, including cache, irq controller, etc) is documented by SiFive: https://www.sifive.com/cores/u74-mc Unfortunately there appears to be no detailed docum…