HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alskdj21

no profile record

Submissions

Ask HN: Can't view public pull requests without logging in (GitHub)

5 points·by alskdj21·3 maanden geleden·2 comments

comments

alskdj21
·3 maanden geleden·discuss
You're right, discussions are affected as well. Been checking their status page[0] for an hour now but it seems there's no issue.

[0]: https://www.githubstatus.com/
alskdj21
·5 maanden geleden·discuss
Been a long time user of Newpipe. It do occasionally break but not that huge of a deal breaker for me.

Only complaint is I can't select a livestream quality/resolution. I want to catch up to some news live and put those on background but it would use too much bandwidth since it's locked to a higher resolution. In such cases, I would just open them on Firefox, set to desktop mode, and listen from there. Afaik, Invidious doesn't support livestreams.
alskdj21
·vorig jaar·discuss
Nothing big but I built a Discord bot using discord.py[0] that reads a game's presence. It notifies me when a dungeon run is about to end.

I didn't have any Python experience but it was surprisingly easy to pick up (MVP in an hour). Wrote it in notepad, which, imo, was a distraction-free experience. Prolly would be scrolling autocomplete than reading docs if I was in nvim. Took me back when I was used to completing coding exercises on paper.

If there is an implementation to read presences without using Discord client, let me know. Would be helpful to skip Discord altogether.

[0]: https://discordpy.readthedocs.io/en/stable/index.html
alskdj21
·vorig jaar·discuss
https://www.redditstatus.com/

There's an outage currently. 3rd-party mobile clients (RedReader, Stealth) also won't load.
alskdj21
·vorig jaar·discuss
https://www.redditstatus.com/

They're experiencing an outage.
alskdj21
·2 jaar geleden·discuss
Geniunely curious, what are these annoyances? I only started using Linux (Ubuntu) around 2013 so I might miss most of these issues. Tho I'm still dual-booting Windows cuz of an old game with anti-cheat that refuses to run on Wine.
alskdj21
·2 jaar geleden·discuss
You might enjoy Let's Talk Religion[0] and ReligionForBreakfast[1]. Both have variety of topics not solely focused on Christianity.

[0] https://www.youtube.com/@LetsTalkReligion

[1] https://www.youtube.com/@ReligionForBreakfast
alskdj21
·2 jaar geleden·discuss
Private servers of two games (4 servers and 1 server) I played got disconnected at the same time. They're hosted in FR/DE afaik.
alskdj21
·2 jaar geleden·discuss
I still miss Unity's HUD. Imo, Unity was perfect. It has a good balance of beauty and efficiency out of the box.
alskdj21
·2 jaar geleden·discuss
As a neovim user, wezterm's lua config was a welcome surprise. Imo, its best feature is its command palette (Shift+Ctrl+P). Tremendously helps when you're just getting started. It has also a superb font-related configurations. I do hope I could map specific Unicode codepoints to a particular font, as is the case with kitty.

In terms of use-case, I just disable all its keybindings and use it as a tmux terminal. I admit I didn't look for solutions, but I just can't go away from tmux's session restoration capabilities.
alskdj21
·3 jaar geleden·discuss
Sasa Juric's The Soul of Erlang and Elixir talk[1] showcases how powerful the language can be.

[1] https://www.youtube.com/watch?v=JvBT4XBdoUE&t=4
alskdj21
·3 jaar geleden·discuss
Interesting. Can you give more details on your work? I've been on the edge lately over picking a desktop, an intel NUC or something like a Pi. Price to performance and power draw is something I'm considering.
alskdj21
·3 jaar geleden·discuss
You can check some Beelinks or some other Chinese brands over Amazon. Note that I haven't used any of them tho I'm considering getting one.
alskdj21
·3 jaar geleden·discuss
I was about to say this.

To folks starting out with Elixir, I suggest reading its standard library. From my experience, there was this aha moment when I started reading `Enum` module.

Also, Elixir's documentation is one of the best out there.