Readit News logoReadit News
mikedelfino commented on Show HN: CSS generator for a high-def glass effect   glass3d.dev/... · Posted by u/kris-kay
kris-kay · 2 months ago
Interesting, no there are no scroll effects anywhere on the page. Would you mind sharing what device, browser, and level of internet connection you're using?
mikedelfino · 2 months ago
Never mind, I tried recording it now but could not reproduce it anymore. It was probably something on my phone at the time (Firefox on Android). I tried to remove or edit my previous comment but it seems it's not an option. Sorry for the noise.
mikedelfino commented on Show HN: CSS generator for a high-def glass effect   glass3d.dev/... · Posted by u/kris-kay
mikedelfino · 2 months ago
That content scrolls quite slow on my phone. Is there another scrolling effect that makes it slower on purpose or it's a side effect of the glass look?
mikedelfino commented on Scrappy – Make little apps for you and your friends   pontus.granstrom.me/scrap... · Posted by u/8organicbits
hiAndrewQuinn · 2 months ago
You can make an awful lot of useful little tools with an LLM, vanilla JavaScript, GitHub Pages, and the user's own localStorage as a semi-persistence layer. Two 9s and cross-platform to boot.

Recently I made a diet checklist [1] that I've been following more or less to the letter 5 days out of the week. I have a little Android button that just opens right up to the web page. I click, click, click, then move on with my day. If I feel I need to change something I can copy a plain text screenshot of what's on there currently and chat with Gemini about it.

I'm really liking this new wave of technology.

[1]: https://hiandrewquinn.github.io/diet-checklist/

mikedelfino · 2 months ago
I came here to say exactly this. You can even set up build steps using GitHub Actions if you prefer something beyond vanilla JS, or publish the project for free on Cloudflare, even from private repositories. In addition to localStorage, IndexedDB is also very useful. It's easy to export the app’s data as JSON for better persistence, and you could store it on Google Drive or a similar service.
mikedelfino commented on WhatsApp introduces ads in its app   nytimes.com/2025/06/16/te... · Posted by u/greenburger
bsoles · 2 months ago
The problem with paying a small fee for a service is not the fee itself. It is the friction for paying for the service and the hassle that comes after the payment.

Now the credit card company knows what service I am buying; I would get endless marketing emails from the service for buying additional things; my info as a person willing to pay for such a service would get sold to other companies; my credit card info would get leaked/stolen, ...

If the whole experience was literally as simple as handing someone a $1 bill, I promise I would pay for many many internet services.

mikedelfino · 2 months ago
> It is the friction for paying for the service and the hassle that comes after the payment.

I don't know. Paying for streaming services seems very natural nowadays.

mikedelfino commented on Ask HN: Go deep into AI/LLMs or just use them as tools?    · Posted by u/pella_may
antirez · 3 months ago
My 2 centes:

1. Learn basic NNs at a simple level, build from scratch (no frameworks) a feed forward neural network with back propagation to train against MNIST or something as simple. Understand every part of it. Just use your favorite programming language.

2. Learn (without having to implement with the code, or to understand the finer parts of the implementations) how the NN architectures work and why they work. What is an encoder-decoder? Why the first part produces an embedding? How a transformer works? What are the logits in the output of an LLM, and how sampling works? Why is attention of quadratic? What is Reinforcement Learning, Resnets, how do they work? Basically: you need a solid qualitative understanding of all that.

3. Learn the higher level layer, both from the POV of the open source models, so how to interface to llama.cpp / ollama / ..., how to set the context window, what is quantization and how it will affect performances/quality of output, and also, how to use popular provider APIs like DeepSeek, OpenAI, Anthropic, ... and what model is good for what.

4. Learn prompt engineering techniques that influence the qualtily of the output when using LLMs programmatically (as a bag of algorithms). This takes patience and practice.

5. Learn how to use AI effectively for coding. This is absolutely non-trivial, and a lot of good programmers are terrible LLMs users (and end believing LLMs are not useful for coding).

6. Don't get trapped into the idea that the news of the day (RAG, MCP, ...) is what you should spend all your energy. This is just some useful technology surrounded by a lot of hype of all the people that want to get rich with AI and understand they can't compete with the LLMs themselves. So they pump the part that can be kinda "productized". Never forget that the product is the neural network itself, for the most part.

mikedelfino · 3 months ago
Thank you for sharing. Do you recommend any courses or books for following that path?
mikedelfino commented on What do wealthy people buy, that ordinary people know nothing about? (2015)   old.reddit.com/r/AskReddi... · Posted by u/Tomte
o0o0o · 3 months ago
I'm not from the US so I'm just curious why would anyone prefer to spend their time with a senator or president?
mikedelfino · 3 months ago
Most likely for lobbying purposes. You might want to support or block a bill, resolve an issue that affects you, or push for legal changes or permits that benefit your business. It's about influencing decisions that have a direct impact on your interests. And it doesn't even need to be business related; sometimes it's just like calling the building manager when something is annoying you and you're bored.
mikedelfino commented on Notes on rolling out Cursor and Claude Code   ghiculescu.substack.com/p... · Posted by u/jermaustin1
varispeed · 4 months ago
Some tasks are faster than cognitive load to create a prompt and then wait for execution.

Also if you like doing certain tasks, then it is like eating an ice cream vs telling someone to eat an ice cream.

mikedelfino · 4 months ago
The thing is others will eat ice cream faster so very soon there'll be no ice cream for me.
mikedelfino commented on Ask HN: What are good high-information density UIs (screenshots, apps, sites)?    · Posted by u/troupo
mikedelfino · 4 months ago
I'm not sure this is what you're looking for, but these two come to mind:

- Mixx: https://mixxx.org/screenshots/

- darktable: https://www.darktable.org/about/screenshots/

mikedelfino commented on Zoom outage caused by accidental 'shutting down' of the zoom.us domain   status.zoom.us/incidents/... · Posted by u/RVRX
zeristor · 4 months ago
Maybe it’s just simple word play of “Zoom us” as in call us. As opposed to “Zoom me” which might be just for one person rather than group chat.
mikedelfino · 4 months ago
Do English speakers pronounce .us domains as dot us instead of dot u s?
mikedelfino commented on 12-factor Agents: Patterns of reliable LLM applications   github.com/humanlayer/12-... · Posted by u/dhorthy
dhorthy · 4 months ago
They kept telling me automation would do my chores so we could spend more time on writing and art. I write less and still have to do my own laundry
mikedelfino · 4 months ago
The irony is that much of the writing and art have indeed been automated.

u/mikedelfino

KarmaCake day204August 8, 2017View Original