HN user

lucis

876 karma
Posts21
Comments44
View on HN
github.com 2d ago

Grading Is Easy, Feedback Is Hard: Evaluating LLMs for OOP Assessment [pdf]

lucis
2pts0
github.com 9mo ago

Proposal: Deconfig – Distributed Git Infrastructure with Durable Objects

lucis
3pts0
twitter.com 10mo ago

Vercel: We shipped an OSS 'vibe coding platform' (like v0)

lucis
4pts1
www.geoffreylitt.com 1y ago

Is chat a good UI for AI? A Socratic dialogue

lucis
4pts0
about.webdraw.com 1y ago

Show HN: Webdraw – Find and create AI apps with a unified wallet

lucis
1pts0
deco.cx 2y ago

Show HN: Deco.cx – realtime TypeScript web editor

lucis
98pts34
github.com 3y ago

SwiftUI for React Devs

lucis
1pts0
github.com 4y ago

Lexical is now open-source (web text-editor)

lucis
88pts17
www.cnn.com 4y ago

Woman held hostage rescued after not sharing Wordle results

lucis
1pts0
www.nytimes.com 4y ago

The New York Times buys Wordle

lucis
902pts581
twitter.com 4y ago

Rich Harris, Svelte's creator, joins Vercel

lucis
12pts1
shortcut.com 4y ago

Clubhouse's (the planning tool) name is now Shortcut

lucis
3pts0
www.thegreatcodeadventure.com 5y ago

An Elixir adoption success story

lucis
268pts200
www.thegreatcodeadventure.com 5y ago

An Elixir adoption success story

lucis
3pts0
github.com 5y ago

Awesome React Renderer

lucis
1pts0
www.youtube.com 5y ago

Apple: It's good if you like crap

lucis
1pts0
insights.stackoverflow.com 6y ago

Stack Overflow: 2020 Developer Survey results

lucis
2pts0
github.com 6y ago

Localstack: A fully functional local AWS cloud stack

lucis
86pts17
thenextweb.com 6y ago

Adobe leaves 7.5M Creative Cloud accounts exposed

lucis
2pts0
www.extremetech.com 6y ago

Proven to Be the Sum of 3 Cubes

lucis
1pts0
www.theverge.com 6y ago

The world’s oldest webcam is shutting down after a quarter of a century

lucis
1pts0

Very cool! The Stripe integration is neat

BTW, if you can help me: I've been struggling with WhatsApp Business API for some days to make my app receive webhooks. It receives the GET verification request but when I send a message to the number I never get the POST. Have you had this problem?

It's a popular trend with e-commerce (our main field), which usually means not using the proprietary frontend framework that e-commerce platforms offer (Shopify, Magento...)

But deco itself it's not headless, it has all the body parts. You can use it as a headless CMS if you want to.

Initially I also had the impression that Next.JS/Remix/SvelteKit shouldn't be considered as backend frameworks but, after using it for a little while, noticed that it, indeed, replaces the use of something else even if you just want to create API routes.

Overall, I find the experience similar to something like Ruby-on-Rails/Django, which I usually also consider as "backend frameworks".

For me, these new frameworks are one of the reasons that, for me, React has never been better.

I appreciate projects like this, as LiveView brings some amazing solutions to the game, but I'd guess that even if it was "feature-complete", I would still miss the so many great stuff about the BEAM/Elixir.

Although, the safety of Typescript is the only thing that stops me from building my next hobbie/side-project with Elixir. After you get the benefits from the type system (specially in the TS ecosystem), it's hard to go back.

Looking forward to see where the project goes!

On my social bubble, an impressive amount of people have cancelled their premium accounts.

I had a friend who had always recommended me trying out Youtube Music for their recommendation and I used the opportunity to switch, not looking back.. Somehow, Youtube Premium + Music for family is cheaper than Spotify Premium for family.

I think this is very much standard all over Brazil.

You mean about the "mispronunciation"? Because the j in "bradhjee" I hear mostly in southeastern accents, where people in Northeast says it more closely with how it's spoken in English.

Web-based editor 5 years ago

Try adding "vim.useSystemClipboard": true to your VSCode's settings. Works mostly fine for me...

Web-based editor 5 years ago

I've just tested with Safari on MacOS.

1. Go to any Github repo 2. Press . 3. Wait for the editor to load... 4. Press Ctrl/Command + P 5. It opens VSCode's "Go to File" prompt

Web-based editor 5 years ago

Indeed, they have done such an amazing work! I usually find my self using the best of Vim and VSCode at the same time.

I also enjoy the emulated plugins (vim-surround mostly).

Web-based editor 5 years ago

I was showing my friends just yesterday how amazed I was for Command + P working as an app shortcut on github.dev. Did you try this recently?