Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
carlbarrdahl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
carlbarrdahl
20d ago
I met the founder of Voidleap ( https://voidleap.com ) yesterday! They have been building a new type of code editor since early this year and has been dogfooding it themselves. I haven't tried it yet but it looks promising. H
2.
▲
by
carlbarrdahl
5mo ago
Could you expand on this?
3.
▲
by
carlbarrdahl
6mo ago
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.
4.
▲
by
carlbarrdahl
6mo ago
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 that as a scoring oracle for what to fund. Popularity m
5.
▲
by
carlbarrdahl
2y ago
Another mobile-friendly one and using the camera as input: https://kaleido-app.vercel.app
6.
▲
by
carlbarrdahl
2y ago
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. Still looking for alternatives for my next one and thinki
7.
▲
by
carlbarrdahl
2y ago
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 creating a ghost signal (left ear 100hz - right 106hz
8.
▲
by
carlbarrdahl
2y ago
what about CRDTs and live collaboration? :hides:
9.
▲
by
carlbarrdahl
2y ago
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 feel of the site. Undo-redo actions could be useful along
10.
▲
by
carlbarrdahl
3y ago
Another Swedish company that does battery tech: https://mattr.se/official-projects/
11.
▲
by
carlbarrdahl
3y ago
> 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 potentially sensitive or inappropriate content. In this ca
12.
▲
by
carlbarrdahl
3y ago
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 representations of valid inputs. GraphQL or similar as repr
13.
▲
by
carlbarrdahl
4y ago
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 instructions (and perhaps structure), and it generates code f
14.
▲
by
carlbarrdahl
4y ago
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 possible.
15.
▲
by
carlbarrdahl
4y ago
It's making an api request to play.ht: https://github.com/yacineMTB/scribepod/blob/master/playht.ts...
16.
▲
by
carlbarrdahl
4y ago
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 voice as a tool for meditation?
17.
▲
by
carlbarrdahl
4y ago
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. Here are two proof of concepts I'm building:
18.
▲
by
carlbarrdahl
4y ago
Played around with this earlier this year. You can also use it in a browser: https://web.dev/porting-libusb-to-webusb
19.
▲
Particle Life Simulation using simple rules of attraction or repulsion
(github.com)
2 points
by
carlbarrdahl
4y ago
|
0 comments
20.
▲
by
carlbarrdahl
4y ago
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 pulse. PWA: https://dreamachine.vercel.app Code:
21.
▲
by
carlbarrdahl
4y ago
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://kaleido-nft.vercel.app/app
22.
▲
by
carlbarrdahl
4y ago
What are the 80/20 pareto efforts in terms of reducing plastics today? For example in cities and oceans as target areas.
23.
▲
by
carlbarrdahl
4y ago
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 funding for your project. You now have a market for your toke
24.
▲
by
carlbarrdahl
4y ago
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 and flow of code - quickly navigate to the relevant code as w
25.
▲
by
carlbarrdahl
4y ago
Do you have any ideas on what such an api could look like?
26.
▲
by
carlbarrdahl
4y ago
Do you know if there's similar to a VST standard for WAM? Would be interested in the possibility of online DAWs that can import plugins and open up for marketplaces where developers can build and publish these.
27.
▲
by
carlbarrdahl
6y ago
Thank you David. Your xstate repo on github brought my attention to state machines and state-charts. Which I guess is why I'm interacting with this thread right now. I often wonder what would happen if we could find ways to build compl
28.
▲
by
carlbarrdahl
6y ago
Could be an antidote to spam and ai generated content? It could be used as a signal in the noise because of skin in the game for the participants in the network. One could look at it as a common backend for anyone to build clients that comb
29.
▲
by
carlbarrdahl
6y ago
How come there isn't better re-usability in state machines? It seems it would be powerful if they were treated as re-usable lego bricks of state and logic. Apps could then pull these in, connect the wires to any potential backend, and
30.
▲
by
carlbarrdahl
6y ago
Well done! Noticed some 404 links on the docs page you might want to take a look at. (cool to see your project on HN frontpage, Sebastian!)
More ›