Live data from Hacker News

Viewing profile — bullen

bullen

HN member
Joined
Fri, Sep 11, 2015, 11:30 AM UTC
HN karma
750
Public activity
1,859 items

About bullen

https://multiplayeronlinestandard.com https://tinspin.itch.io

Recent public activity

  1. comment
    Comment #49041356

    "A normal Steam Deck consumes about 4 to 7 watts of total system power when idling on the home screen with low screen brightness." Maybe HL2 brings zero overhead to idle then? Anyw…

  2. comment
    Comment #49041316

    This is captured+streamed on the device with ffmpeg, but mobile phone video no. Got a short of my own engine though: https://www.youtube.com/shorts/LKYX7E3A0Dk

  3. comment
    Comment #49037713

    I think HL2 on portable 5W ARM linux is more interesting: https://www.youtube.com/watch?v=fl1nrDvmiII

  4. comment
    Comment #49013644

    I have been running uConsoles with CM5 (2712 and 3588 with 16GB RAM) for 6 months as daily drivers. They are ~$500* and present the same ARM problems/opportunities. But they are co…

  5. comment
    Comment #48637223

    I know, and X11 uses TCP between server and client too. But still OpenGL has more longevity with emulation than Vulkan has, because hardware is not getting better. DDR3 feels like …

  6. comment
    Comment #48636721

    So that is where all that money is going, rewriting a perfectly functional implementation (that you can never retire because OpenGL hardware will remain in use for longer than Micr…

  7. comment
    Comment #48205832

    Everything in Java is defined behaviour, you need a VM with GC to remain sane. Everything else is a waste of time!

  8. comment
  9. comment
    Comment #48133895

    100% agree the problem is modular RAM can't handle the timings of the SoC. There is a new modular RAM standard for precisely that but knowing Apple they will want to make their own…

  10. comment
    Comment #47754488

    Some 3588 CMs are sold out. So it might be too late as 3688 will be too hot... Just like routers get dd-wrt when sold out!

  11. comment
    Comment #47723196

    You are right presharing is a requirement, unless you hash the keys used to encrypt the secret into the secret itself, but that can only be prooven later on a channel where the sam…

  12. comment
    Comment #47721614

    XD Nope, more like self destruct! ;)

  13. comment
    Comment #47721212

    Meanwhile HTTP keeps working just fine and is decentralized. Just "add your own crypto" on top, which is the ONLY thing a sane person would do. 3... 2... 1... banned?

  14. comment
    Comment #47717523

    Meanwhile CVS just keeps working fine...

  15. comment
    Comment #47689349

    Yep, my distributed JSON over HTTP database uses the ext4 binary tree for indexing: http://root.rupy.se It can only handle 3 way multiple cross references by using 2 folders and a …

  16. comment
    Comment #47689298

    Dying or stabilizing? Most good projects end up solving a problem permanently and if there is no salary to protect with bogus new features it is then to be considered final?

  17. comment
    Comment #47678885

    What is the GPU? Some sort of FPGA? Edit: Also picture missing from the page, the keyboard: https://codeberg.org/TechPaula/LT6502b/src/branch/main/Image... Edit2: Found a few suspe…

  18. comment
    Comment #47585812

    Yes, but we need to decentralize DNS first! And that means making closed port 53 illegal on your home fiber... good luck! Also need to open port 25 outgoing on that same fiber. And…

  19. comment
    Comment #47534899

    No root certificate is decentralized. If your DNS port is closed by your ISP, you can't have people use your DNS server from the outside and then you need Google or Amazon which ar…

  20. comment
    Comment #47533703

    Let's Encrypt is not part of our friends here. DNS is easy for yourself, but if you host it for others (1000+ of people) and it needs to have all domains in the world, then it beco…

  21. comment
    Comment #47533332

    Wow, thanks! Also if people need more food for (decentralized) thought: https://datatracker.ietf.org/doc/html/rfc2289

  22. comment
    Comment #47533093

    I would say: 1) Use HTTP (secure is not the way to decentralize). 2) Selfhost DNS server (hard to scale in practice). 3) Selfhost SMTP server (also tricky). 4) Know and backup your…

  23. comment
    Comment #47520349

    No I meant this but for C# is a whole lot more complex: http://move.rupy.se/file/jvm.txt

  24. comment
    Comment #47517089

    Coroutines generally imply some sort of magic to me. I would just go straight to tbb and concurrent_unordered_map! The challenge of parallelism does not come from how to make thing…

  25. comment
    Comment #47482395

    I wrote a Win32 app 20 year ago, but the limits to how it handles memory made things confusing when you loaded large amounts of data into the GUI. I would say Java Swing is still t…