Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lucasoshiro
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Ask HN: Lesser known features of macOS/iPadOS/iOS/etc. 27
13 points
by
lucasoshiro
1d ago
|
8 comments
2.
▲
by
lucasoshiro
11d 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
3.
▲
by
lucasoshiro
15d 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
4.
▲
by
lucasoshiro
15d 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"
5.
▲
by
lucasoshiro
16d 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
6.
▲
by
lucasoshiro
23d 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
7.
▲
by
lucasoshiro
1mo 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
8.
▲
by
lucasoshiro
1mo 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.
9.
▲
by
lucasoshiro
1mo 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
10.
▲
by
lucasoshiro
2mo 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
11.
▲
by
lucasoshiro
2mo 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
12.
▲
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
13.
▲
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
14.
▲
by
lucasoshiro
3mo ago
Thanks!
15.
▲
Show HN: Using Haskell to play music on 3D printer motors (2020)
(lucasoshiro.github.io)
12 points
by
lucasoshiro
3mo ago
|
2 comments
16.
▲
Show HN: Module adding Layer-3 protocols SV and GOOSE to ns-3 network simulator
(github.com)
2 points
by
lucasoshiro
3mo ago
|
0 comments
17.
▲
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
18.
▲
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
19.
▲
by
lucasoshiro
5mo ago
Not everything needs to be "needed".
20.
▲
Using the first and the last version of Torvalds's Git
(lucasoshiro.github.io)
1 points
by
lucasoshiro
5mo ago
|
0 comments
21.
▲
by
lucasoshiro
6mo 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
22.
▲
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.
23.
▲
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
24.
▲
by
lucasoshiro
8mo 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
25.
▲
by
lucasoshiro
8mo ago
> Fundamentally, I do not debug off git history. I'm really sorry. Using bisect and log -S saved hours of code debugging
26.
▲
by
lucasoshiro
8mo ago
> Now, if someone wants to recreate win95 You can try Chicago95 [1], but it's only a XFCE theme. If you want more than a theme, there's SerenityOS [2] but it isn't suitable for daily use (yet) [1] https://github
27.
▲
by
lucasoshiro
8mo ago
Cool! But the title made me think that "cigarette smoke effect" made me think that it was about health issues, and I clicked because I was curious about how shaders could be related to that.
28.
▲
by
lucasoshiro
9mo ago
Other difference (actually, more like a consequence of what you said) is that Git keeps reflogs for branches but not for tags
29.
▲
by
lucasoshiro
9mo ago
Agreed. If they don't care about the history, they don't need a vcs. There's no point in keeping a history if the history isn't helpful
30.
▲
by
lucasoshiro
9mo ago
> Maybe consider putting your energy into a good documentation inside the repository. Commit messages are documentation. If you have a good commit history you don't need write tons of documents explaining each decision. The histor
More ›