Viewing profile — lucasoshiro
lucasoshiro
HN member- Joined
- Wed, Jul 26, 2023, 2:29 PM UTC
- HN karma
- 900
- Public activity
- 291 items
- HN profile
- View on Hacker News ↗
About lucasoshiro
No profile information was provided.
Recent public activity
-
comment
Comment #49212707
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 wo…
-
comment
Comment #49212212
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.
-
comment
Comment #49212063
> 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 betwe…
-
comment
Comment #48883269
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
-
comment
Comment #48881857
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 tabl…
-
comment
Comment #48613364
> 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 …
-
comment
Comment #48597691
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…
- comment
-
comment
Comment #48406575
Thanks!
- story
- story
-
comment
Comment #48001217
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…
-
comment
Comment #48001161
> 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 n…
-
comment
Comment #47864670
Not everything needs to be "needed".
- story
-
comment
Comment #47353119
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"…
-
comment
Comment #46871516
> 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 class…
-
comment
Comment #46784505
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 ro…
-
comment
Comment #46615648
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 aske…
-
comment
Comment #46609680
> Fundamentally, I do not debug off git history. I'm really sorry. Using bisect and log -S saved hours of code debugging
-
comment
Comment #46589336
> 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 dai…
-
comment
Comment #46499394
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 relate…
-
comment
Comment #46388319
Other difference (actually, more like a consequence of what you said) is that Git keeps reflogs for branches but not for tags
-
comment
Comment #46274532
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
-
comment
Comment #46263776
> 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…