Viewing profile — rafaelgoncalves
rafaelgoncalves
HN member- Joined
- Tue, Oct 31, 2017, 6:39 PM UTC
- HN karma
- 30
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About rafaelgoncalves
No profile information was provided.
Recent public activity
-
comment
Comment #47763872
the link throws an error 500, "There has been a critical error on this website.": archived on 2026-04-12: https://web.archive.org/web/20260412085953/https://peter.sh/...
-
comment
Comment #47717103
this surprised me as well, the more you know the respect for his influence diminishes, really sad.
-
comment
Comment #47698209
awesome work and write up! hella impressive!
-
comment
Comment #47697723
wow, didn't know about this, i developed some drivers and had this test mode enabled to debug some aspects of it, but now it is almost unusable with this on screen.
-
comment
Comment #47502632
or an ad blocker, here i had to disable to load the cookies consent window. On Firefox worked better for me here, Chrome had some lag.
-
comment
Comment #47445699
:D, and i think they would add some optout telemetry flags too to make this even funnier
-
comment
Comment #46435749
so sad, hope the family get some kind of closure (never will be enough with an lost life)
-
comment
Comment #46434844
on postgres I can update a field easily and atomically with transactions (or there is something I don't know about?), like (postgresql 14)[0]: UPDATE users SET profile = profile ||…
-
comment
Comment #46368043
so nice memories, and the same occurred to me, but was writing macros and hotkeys for Ragnarok Online (in Pascal/Delphi and VB/6)
-
comment
Comment #46104119
got here to comment on that, hella impressive and looks so simple and clean.
-
comment
Comment #45343054
whoa, didn't know PonyORM, looks really neat! thanks for showing
-
comment
Comment #44892466
wow, impressive! this game bring so many good memories.
-
comment
Comment #44575111
I switched to Void Linux, have been great so far.
-
comment
Comment #44514748
i have the same sentiment, and for me systemd was getting so slow and hard to tshoot (the tools to analyze boot graphs and sequence showed service sequence breakage, some times the…
-
comment
Comment #44372945
lol, so true, and that both are really good malware attack vectors (chrome/vscode extensions, etc.)
-
comment
Comment #44059427
the creator even acknowledged the risk in the sample... but i do not understand why not create a more secure sample first time? since people will absolutely copy to test.
-
comment
Comment #43225772
totally agree and i have this same feeling. An the fact they provide this "updates" and doubling down the same points is unnerving.
-
comment
Comment #43133717
ohh, nice! thanks for the info Bruno!
-
comment
Comment #43129960
yeah, docker and permissions always a pain. you tried passing --user or through compose? [1]: my-service: image: ubuntu:latest user: ${MY_UID}:${MY_GID} volumes: - /etc/passwd:/etc…
-
comment
Comment #42836943
whoa, didn't know this project, looks really incredible, will add to my others search engines and give a try, thanks for the devs/creators and hope for success to you all!
-
comment
Comment #41723344
yeah, github has a nice search now, the only complaint is that you need to be logged on to use, besides this is really nice.
-
comment
Comment #41593025
This really looks nice! Congrats!
-
comment
Comment #41431775
same thing with the Edge browser for me, i have to remove on every update (he has so much telemetry that is a burden, same with other parts of the SO). This is a testament on the p…
-
comment
Comment #41278999
Like anothers comments said, mpv has some awesome native hw decoding and you can play frame by frame, previous and next, vlc you can only do next [1] (awesome thread btw). :) And m…
-
comment
Comment #41278927
mpv tries to be pretty minimalist (and does this well), you could try a frontend (Celluloid, Haruna, etc.). And for the commandline, when you install the mpv package, depending on …