carlbarrdahl | 1 year ago | on: HTML Kaleidoscope
carlbarrdahl's comments
carlbarrdahl | 1 year ago | on: Steam Brick: No screen, no controller, just a power button and a USB port
Still looking for alternatives for my next one and thinking the System76. Gotta say though, I'm really happy with the xps model so far.
carlbarrdahl | 1 year ago | on: The brain makes a lot of waste. Now scientists think they know where it goes
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 gives a 6hz theta wave).
Dreamachines work similarly (but mono) by creating a flickering light at set frequencies.
I'm sure tactile vibrations or pulses could have some effect also.
carlbarrdahl | 1 year ago | on: My weekend project turned into a 3 year journey
carlbarrdahl | 1 year ago | on: Show HN: Browser-based web design platform with code import and CSS filters
Would be cool with some preset color palettes to quickly change the feel of the site. Undo-redo actions could be useful along with an ability to re-order the sections. Just a sidebar showing the tree structure with drag-n-drop would be a nice feature.
Other ideas: - Configure link hrefs in header - Multiple pages - Use Tailwindcss - AI prompt to describe the layout and content - React export
carlbarrdahl | 2 years ago | on: Northvolt raises $1.2B convertible note from BlackRock
carlbarrdahl | 2 years ago | on: ChatGPT: Fear Litany
> 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 case, the Litany of Fear from "Dune" appears to be mistakenly caught by the filter, causing the response to be cut off. I apologize for the confusion and inconvenience that this has caused.
> describe this filter
> This filter is part of the AI system designed to provide a safe and appropriate conversational experience for users. The moderation policy helps ensure that any content generated by the AI follows guidelines and adheres to certain standards, including preventing the transmission of offensive, sensitive, or inappropriate information.
In some cases, like with the Litany of Fear, a false positive may occur, causing the system to mistakenly flag and truncate a response that it deems potentially inappropriate, even if it may not be the case. This is an area where the moderation algorithm can improve in order to avoid disrupting user experiences.
carlbarrdahl | 2 years ago | on: JavaScript state machines and statecharts
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 representations for fetching data. And of course jsx for rendering views.
Put all these as a Venn diagram, what are the overlaps?
Can we use these constraints as a way to generate robust and consistent apps?
carlbarrdahl | 3 years ago | on: Diff Models – A New Way to Edit Code
Maybe something like GPT, style transfer, and OpenAPI combined.
carlbarrdahl | 3 years ago | on: Show HN: ML paper podcast generator using GPT and Tortoise-TTS
https://github.com/yacineMTB/scribepod/blob/master/lib/proce...
> Make the dialogue about this as long as possible.
carlbarrdahl | 3 years ago | on: Show HN: ML paper podcast generator using GPT and Tortoise-TTS
https://github.com/yacineMTB/scribepod/blob/master/playht.ts...
carlbarrdahl | 3 years ago | on: A Perceptually Meaningful Audio Visualizer (2016)
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?
carlbarrdahl | 3 years ago | on: Is tipping getting out of control? Many consumers say yes
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:
https://botto-app.vercel.app/merchant/sattvic_vegan
https://q-link.xyz/q/cld1u6ihc0001mq08j15yhog9
If this sounds interesting, please email me at my username @ gmail.com!
carlbarrdahl | 3 years ago | on: Using a Canon EOS camera as a webcam in Debian
carlbarrdahl | 3 years ago | on: Dreamachine
carlbarrdahl | 3 years ago | on: Ask HN: What is something you built but never marketed?
And a kaleidoscopic camera made with webgl: https://kaleido-nft.vercel.app/app
carlbarrdahl | 3 years ago | on: Swedish tech startups and scaleups
carlbarrdahl | 3 years ago | on: Is equity the only way to incentivise contributors in the absence of salary?
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 token.
3. Reward your contributors with tokens - they can choose to swap these into ETH or USDC if they wish to
carlbarrdahl | 3 years ago | on: Ask HN: What developer tools would you like to see?
- 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 well as show the available functions in the code-base so newly onboarded devs can more easily re-use code than write new functions.
- Press record to capture 3rd-party requests and store as json mocks to use with a Mock Service Worker (msw)
Anything that improves the feedback loop, visualizes code-base, reduces context-switching or simplifies flow of code.
Storybook keeps impressing me. It's often misunderstood as a documentation tool but it's more than that. It let's you:
- develop components in isolation, greatly improving the feedback loop and sets constraints on what the component takes in as props and what it renders.
- testing for visual, accessability, interactions etc.
carlbarrdahl | 3 years ago | on: Ask HN: Can you share websites that are pushing the utility of browsers forward?