Viewing profile — joaomoreno
joaomoreno
HN member- Joined
- Tue, May 24, 2011, 7:38 AM UTC
- HN karma
- 376
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About joaomoreno
Recent public activity
-
comment
Comment #48391999
Thanks for sharing, Andrew. This must've been a nightmare for you. I am happy things are going the better way now.
-
comment
Comment #48089791
There's a huge difference between 7 hours of straight sleep which your body decides when to wake up from, and 7 hours of fragmented sleep which is constantly interrupted at the wor…
-
comment
Comment #47224155
Just upgraded from a 12 mini to a 13 mini with more storage. I intend for it to last another 5 years.
- story
-
comment
Comment #45748789
Yup, see it as well.
-
comment
Comment #45170585
From sindresorhus: You can run the following to check if you have the malware in your dependency tree: `rg -u --max-columns=80 _0x112fa8` Requires ripgrep: `brew install rg` https:…
-
comment
Comment #44113478
Same here.
-
comment
Comment #43503191
With the hopes that Apple engineers are scanning this discussion: - Using the iPhone to scan documents from Finder has recently stopped working on the second scan. I need to restar…
-
comment
Comment #43433882
What a clean repo, great job!
-
comment
Comment #42981310
This is what posting sleep deprived gets you. I was referring to the cli[0] and server[1] components, which have most of the meat. Sorry for the misunderstanding. That being said, …
-
comment
Comment #42981152
> It works well though, particularly over SSH and devcontainers, although it has severe bugs that they refuse to fix, and it isn't open source so you can't fix it yourself. VS Code…
-
comment
Comment #40429612
gifcap.dev compiles it into WebAssembly to get you an in-browser GIF screen recorder. https://gifcap.dev/
-
comment
Comment #38519496
Codebits was pure fun. I cherish those memories fondly!
-
comment
Comment #36041065
Actually, J. Kenji López-Alt has a great recipe for 15 minute caramelized onions [0]. [0] https://www.seriouseats.com/quick-caramelized-onions-recipe
-
comment
Comment #33007087
Inspire them with the advancements in the past month regarding image generation, namely around Stable Diffusion. Plenty of e-commerce related stuff: https://twitter.com/daniel_eckl…
-
comment
Comment #32099734
Hi author! Cool site. It was odd getting a "hi hacker news would you like to subscribe to my UI mailing list", but OK. But it was really not great seeing this [0] when I clicked "n…
-
comment
Comment #27758694
Yeah, but don't forget to keep making games more and more addictive so we all get rich.
-
comment
Comment #26978858
Side note: I love the succinct format on this link. Well written and to the point: 1 minute to read. You don't always have to create a blog post with unnecessary information just t…
-
comment
Comment #26819043
Same in Portugal: we called it "dar um toque". Literally: to ring only once. I grew up with this.
-
comment
Comment #25810794
After having built a Ryzen Mini ITX setup about a month ago, I have to totally agree. Soooo smooth.
-
comment
Comment #25455287
We have a guide for it in microsoft/vscode: https://github.com/microsoft/vscode/wiki/Selfhosting-on-Wind...
-
comment
Comment #24565919
Hi, VS Code dev here. We actually put a lot of effort into documenting API and extension development. This is why `API` is one of the main sections on our home page: https://code.v…
-
comment
Comment #23311498
Also, you get fantastic Intellisense, since the JSON schema reference is included in the document.
-
comment
Comment #23281515
This is a fantastic article, please someone bump this up to the Rust book.
-
comment
Comment #23177514
I created a browser based, client-side only, GIF screen recording tool: https://gifcap.dev/ It uses a fork of gifsicle compiled in WASM to produce highly optimized GIFs really fast…