Viewing profile — carlbarrdahl
carlbarrdahl
HN member- Joined
- Wed, Jul 02, 2014, 9:36 AM UTC
- HN karma
- 98
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About carlbarrdahl
Recent public activity
-
comment
Comment #47994493
Could you expand on this?
-
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.
-
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 …
-
comment
Comment #47588599
[dead]
-
comment
Comment #42992021
Another mobile-friendly one and using the camera as input: https://kaleido-app.vercel.app
-
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…
-
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…
-
comment
Comment #40778753
what about CRDTs and live collaboration? :hides:
-
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…
-
comment
Comment #37223956
Another Swedish company that does battery tech: https://mattr.se/official-projects/
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #34550464
It's making an api request to play.ht: https://github.com/yacineMTB/scribepod/blob/master/playht.ts...
-
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…
-
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. …
- story
-
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
- story
-
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 …
-
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…
-
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.
-
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…
-
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…