Live data from Hacker News

Viewing profile — carlbarrdahl

carlbarrdahl

HN member
Joined
Wed, Jul 02, 2014, 9:36 AM UTC
HN karma
98
Public activity
43 items

About carlbarrdahl

https://github.com/carlbarrdahl

Recent public activity

  1. comment
    Comment #47994493

    Could you expand on this?

  2. comment
    Comment #47591135

    You're right, I used an LLM to help write it from sketches. Gonna rewrite it properly because I think the ideas are worth exploring. Thanks for taking the time to read and reply.

  3. comment
    Comment #47590966

    Many of the suggestions in this thread (min-release, ignore script) are defenses for the consumers. I've been working on Proof of Resilience, a set of 4 metrics for OSS, and using …

  4. comment
  5. comment
    Comment #42992021

    Another mobile-friendly one and using the camera as input: https://kaleido-app.vercel.app

  6. comment
    Comment #42827130

    I'm on my third xps across 8+ years. 2 cases of services, the first one was a faulty keyboard on delivery and the second was a 1 meter drop into concrete that busted the screen. St…

  7. comment
    Comment #40807791

    I'm sure there are differences in their effectiveness. Based on my limited knowledge the sound frequencies attempt to put the brain into theta or delta frequencies and does this by…

  8. comment
    Comment #40778753

    what about CRDTs and live collaboration? :hides:

  9. comment
    Comment #40222139

    I really like the floating code window and the ability to dock it. However, it can't be resized while docked. Would be cool with some preset color palettes to quickly change the fe…

  10. comment
    Comment #37223956

    Another Swedish company that does battery tech: https://mattr.se/official-projects/

  11. comment
    Comment #36400198

    > do you know why this happened? > Yes, I understand now. Due to the moderation policy, there is a restrictive filter in place designed to prevent the assistant from providing pote…

  12. comment
    Comment #35947014

    Would be interesting to see how good LLMs are at generating code for this. As I see it, state machines are a json serializable representation of logic. We also have json schema for…

  13. comment
    Comment #34556953

    What if you could inspire the assistant with code you like and it would generate in that style? For example choose a few repos with code-bases you want to mimic, give it a set of i…

  14. comment
    Comment #34550552

    Interesting to read the prompts used to generate these conversations: https://github.com/yacineMTB/scribepod/blob/master/lib/proce... > Make the dialogue about this as long as poss…

  15. comment
    Comment #34550464

    It's making an api request to play.ht: https://github.com/yacineMTB/scribepod/blob/master/playht.ts...

  16. comment
    Comment #34514772

    There's a Google Experiment from 2018 using Hilbert Scopes: https://experiments.withgoogle.com/seeing-music Does anyone know of any chanting apps to give visual feedback on your vo…

  17. comment
    Comment #34500529

    Really cool! Would love to hear more because I'm working on a few concepts in this space. I'm trying to find the core value proposition and looking for people to collaborate with. …

  18. story
  19. comment
    Comment #32934845

    Played around with this earlier this year. You can also use it in a browser: https://web.dev/porting-libusb-to-webusb

  20. story
  21. comment
    Comment #32712504

    Just built a dreamachine combined with binaural beats as a PWA. Frequencies and colors are configured by tapping and dragging the screen. Binaural beat is in sync with dreamachine …

  22. comment
    Comment #32461488

    A point-of-sale-system for ordering and paying for food trucks with queue handling so customers know when to pick up food. And a kaleidoscopic camera made with webgl: https://kalei…

  23. comment
    Comment #32460051

    What are the 80/20 pareto efforts in terms of reducing plastics today? For example in cities and oceans as target areas.

  24. comment
    Comment #31471316

    A crypto approach could look like: 1. Create a token and mint 1% (10k) of them to you 2. Create a pair with let's say 1 ETH (or USDC) + 10k on Uniswap - this is your initial fundin…

  25. comment
    Comment #31467688

    I would love to see tools in these categories: - Sets constraints on how we write code - like a combination of a powerful linter and templates or patterns. - Visualizes code-base a…