Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lucasoshiro
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
lucasoshiro
5d ago
Native English speakers when trying to speak Portuguese find it hard to speak A with tilde (~). Like when they say "São Paulo" they say "Sao Paulo". Ã is the nasal A, which sounds like the U in "sun" and "
2.
▲
by
lucasoshiro
8d ago
Thanks. I'm upvoting that instead
3.
▲
by
lucasoshiro
10d ago
> `find` does a lot more things than that. And I don't think that's a good thing. Especially because AI coding agents use it a lot. They only need to hallucinate a little to destroy your filesystem.
4.
▲
by
lucasoshiro
10d ago
I wrote this about git log -S and other Git tools for code archaeology and debugging: https://lucasoshiro.github.io/posts-en/2023-02-13-git-debug/ You can see the discussion about it here: https://news.
5.
▲
by
lucasoshiro
10d ago
> You probably don’t need find I think for most cases `git ls-files` does this job quite well. If you provide pathspecs, this can be very powerful!
6.
▲
by
lucasoshiro
11d ago
Yeah, that's true! I find it very boring to create automations manually, this will help a lot
7.
▲
Ask HN: Lesser known features of macOS/iPadOS/iOS/etc. 27
13 points
by
lucasoshiro
11d ago
|
7 comments
8.
▲
by
lucasoshiro
21d ago
> Git doesn't support them very well. Bugs are disappointing frequent I can't remember any "bug" in the submodule machinery. If you find one, report to the Git mailing list, they very receptive. > Having to constan
9.
▲
by
lucasoshiro
25d ago
Jujutsu is built on top of Git, so it can benefit tools in the same ecosystem (forges, CIs, code quality tools, IDEs, plugins, etc). I have only played a little with jj and hg, but I felt that jj has a more modern UX, learning from years of
10.
▲
by
lucasoshiro
25d ago
> jujutsu works with git. Just like TypeScript with JS, QUIC with UDP, GraphQL with HTTP, Android with Linux, and so on > git can do everything jujutsu can do (otherwise, jujutsu couldn't work with git) Replace "jujutsu"
11.
▲
by
lucasoshiro
26d ago
ReactOS is way older than React. In fact, the first times when I heard about React I thought ReactOS was becoming mainstream, but no... If you an OS based in JS, maybe the closer we had was NodeOS [1] [1] https://node-os.com
12.
▲
by
lucasoshiro
1mo ago
I second 1. I'm a newbie in neural networks and I think it's an excellent book! One of my barriers in ML is the resources, I find them overcomplicated or too simplistic without a mid term. It's not the case of this book, ever
13.
▲
by
lucasoshiro
2mo ago
If you have an account, you can follow his profile and support his work. If you don't have, you can see the images anyway. If the author simply put the image into the article it would only be sending kudos to Hélio instead of supportin
14.
▲
by
lucasoshiro
2mo ago
Which of the images do you think that are AI-generated? If I didn't miss something, all of them are from the real place.
15.
▲
by
lucasoshiro
2mo ago
> It would seem to me the better aim would be identifying the issue as to why native plants are not already reproducing successfully I live nearby. The issue is: it's located between two lanes of an avenue in a densely populated nei
16.
▲
by
lucasoshiro
3mo ago
I know this only because I'm an emacs user. Outside that niche .el is an obscure file extension, so, no, it's not that obvious
17.
▲
by
lucasoshiro
3mo ago
tbh I never cared about bibtex features from Zotero... Having a interface where I can place and organize pdfs, filter them by author and have everything syncronized between my tablet and my computer is what really makes me use it. If this k
18.
▲
by
lucasoshiro
3mo ago
> Browser based is not opposite to being local Technically no, but in that sense everything cloud-based is local in some machine. I wouldn't consider it "local" if I need to run a web server (!), "upload" if I wa
19.
▲
by
lucasoshiro
3mo ago
Really nice! Do you have plans to release it for desktop (maybe using Electron)? One of my main complains about tools like Tinkercad is that they are browser-based, and it's easier/faster to have everything local. That's one
20.
▲
by
lucasoshiro
4mo ago
Thanks!
21.
▲
Show HN: Using Haskell to play music on 3D printer motors (2020)
(lucasoshiro.github.io)
12 points
by
lucasoshiro
4mo ago
|
2 comments
22.
▲
Show HN: Module adding Layer-3 protocols SV and GOOSE to ns-3 network simulator
(github.com)
2 points
by
lucasoshiro
4mo ago
|
0 comments
23.
▲
by
lucasoshiro
5mo ago
I always remap Caps Lock to Ctrl. I understand that Caps Lock needed to be next to Shift in typewriters, but in computers it seems like it is wasting a key in the home row for only be used sometimes for screaming (which can be done by holdi
24.
▲
by
lucasoshiro
5mo ago
> The only hard part about vim is to be forced to strecth the finger up to Escape I still don't understand why people keep mentioning this, ctrl-c works as well to go back to the normal mode. > windows you just have to edit (crea
25.
▲
by
lucasoshiro
5mo ago
Not everything needs to be "needed".
26.
▲
Using the first and the last version of Torvalds's Git
(lucasoshiro.github.io)
1 points
by
lucasoshiro
5mo ago
|
0 comments
27.
▲
by
lucasoshiro
7mo ago
Yeah. It's hard to express and understand nested structures in a natural language yet they are easy in high-level programming languages. E.g. "the dog of first son of my neighbour" vs "me.neighbour.sons[0].dog", &qu
28.
▲
by
lucasoshiro
8mo ago
> Are university computer labs with desktop computers still a thing? Of course, people shouldn't be forced to bring or even have a laptop powerful enough for using during the classes or finishing their tasks.
29.
▲
by
lucasoshiro
8mo ago
Actually, the Git data model supports empty directories, however, the index doesn't since it only maps names to files but not to directories. You can even create a commit with a root directory using --allow-empty, and it will use the h
30.
▲
by
lucasoshiro
9mo ago
Since the first time that I saw this here in HN I've been sharing it with several people around me. This including CS students, CS professors and non-technical people who only asked "how does a computer work?". I only say &qu
More ›