Live data from Hacker News

Viewing profile — djupblue

djupblue

HN member
Joined
Tue, Feb 24, 2015, 6:56 PM UTC
HN karma
62
Public activity
21 items

About djupblue

No profile information was provided.

Recent public activity

  1. comment
    Comment #45584852

    >For example, to build shared threads like OpenAI’s, you might end up creating a new collection, a caching layer, or an index just to connect messages that logically belong togethe…

  2. comment
    Comment #40868945

    Parkytowers is site about repurposing thin clients of various kinds, it's a goldmine for finding out power consumption, Linux compatibility, possible hardware mods, etc: https://ww…

  3. comment
    Comment #39720280

    Around 20 years ago when I was trying to decide on what database to use my requirement were that it should store data reliably. I learned that MySQL in contrast to PostgreSQL: 1. w…

  4. comment
    Comment #38054359

    Is there an example demonstrating what it looks like and how it works?

  5. comment
    Comment #32429065

    My problem with blockchains is that they AREN'T decentralized. If controlling a blockchain becomes valuable enough then it's a matter of time before someone will figure out how to …

  6. comment
    Comment #30808361

    So here's a challenge if anyone is up for it: Build a container orchestration engine that can run in 16MB of RAM on top of a Linux kernel. Must have: - Some form of networking (duh…

  7. comment
    Comment #30693612

    The main reason I thought Russia's invasion of Ukraine wouldn't cross the line of being a convincing threat was how little off ramps it left everyone involved. It's going to be har…

  8. comment
    Comment #30665723

    It's not, the editor banning words is what's lazy. Banning certain words is a symbolic action that makes it harder to use precise language. If their journalists are lazy how would …

  9. comment
    Comment #30663813

    The lazy solution to a lazy problem

  10. comment
    Comment #30548863

    Yes you can build more wind and solar but people need power also during the dark and sometimes windless winter months. Storing enough power isn't currently feasible so it's basical…

  11. comment
    Comment #30213684

    Oh no! Anyway..

  12. comment
    Comment #30105729

    Imagine sitting on a huge carousel spinning fast, like 100 times the speed of sound fast. Now imagine jumping off and trying to get to the center of it. Yes, gravity is holding us …

  13. comment
    Comment #29571986

    Please ask them to write a regex that filters out those naughty base64 strings! Yes, "12345678" is a valid base64 string and so is "clueless".

  14. comment
    Comment #27556822

    In my experience dealing with code written by people who only know ORM:s is about as fun as dealing with code written by people who refuse to use ORM:s when they really should have…

  15. comment
    Comment #19860134

    Adding an index on tags.name is likely not very useful on its own but adding an index with an uniqueness constraint to prevent duplicates is probably a good idea. Assuming there ar…

  16. comment
    Comment #18931250

    >is designed as a fault-tolerant distributed and scalable system What is the consistency model and have you validated that it actually works as designed (for example with Jepsen)? …

  17. comment
    Comment #9848421

    Will do, I love PostgreSQL so I'm pretty excited to se what the possibilities are! Found this gem in the docs :D Unsupported Aggregates: xmlagg ( xml ) :(

  18. comment
    Comment #9848247

    This is awesome, thanks for making it open source! Would it be possible to set triggers or something on the continuous views? Lets say I want to take action (immediately) when a va…

  19. comment
    Comment #9489617

    That is also true for the higher environmental costs of fossil fuels and health costs of exhausts fumes.

  20. comment
    Comment #9450098

    A daemon that isn't part of systemd init or even started by default does yes.

  21. comment
    Comment #9102747

    Looks interesting, a bit similar to Apache Storm https://storm.apache.org/