Live data from Hacker News

Viewing profile — TexasMick

TexasMick

HN member
Joined
Fri, Oct 06, 2023, 8:07 PM UTC
HN karma
15
Public activity
15 items

About TexasMick

No profile information was provided.

Recent public activity

  1. comment
    Comment #49302650

    It's Clacton, farage chose it for a reason. It's full of retirees and Brexit voters It's hard to explain what seaside towns are like if not from the UK but I can tell you that this…

  2. comment
    Comment #44515229

    They have the source code on their website: https://www.microchip.com/en-us/tools-resources/archives/mpl...

  3. comment
    Comment #39682496

    I benchmarked protobuf encoding and nanopb was very good. Even though our schema was huge, it still did serialisation in a time that was surprisingly small for our underpowered chi…

  4. comment
    Comment #39584351

    I've ran into this too, the feedback hub seems to be populated by first line support types. I also found a bug in a win32 API and the feedback hub told me to reboot my PC

  5. comment
    Comment #39100762

    People have lost data on GitHub from repositories being copyright striked for example. At least with git, every developer has a copy of the full history so full data loss is imposs…

  6. comment
    Comment #39094638

    You can always merge feature branches together to check for conflicts

  7. comment
    Comment #39094614

    2-3 people daily I would be completely surprised there's any issues. It suggests they're working on the same files and on the same lines, why??. My current project has 40+ develope…

  8. comment
    Comment #39094561

    Tbh they should really just learn it. It's super simple and powerful

  9. comment
    Comment #39094530

    It reminds of when someone told me git submodules are slow. They just forgot about shallow clones..

  10. comment
    Comment #39094474

    It's kinda crazy argument, I think data loss is way more likely with a centralised system than a decentralised system.

  11. comment
    Comment #39017387

    It's a problem with anything after USB3 in general, bandwidth is very unpredictable.

  12. comment
    Comment #39017343

    Bulk has bus error detection and so you shouldn't get errors

  13. comment
    Comment #38231558

    I basically refuse to fix other people's git issues because 99% of the time they don't know how the basics.

  14. comment
    Comment #37796622

    I write software for FPGA soft cores. Even with all this acceleration around the soft core, we need some sort of scheduling and kernel context switches are really a big killer. We …

  15. comment
    Comment #37796344

    I have seen context switches be a killer in some embedded contexts. Especially on FPGA soft core applications where you often are dealing with heavy I/O, if you just naively spin u…