HackerTrans
TopNewTrendsCommentsPastAskShowJobs

moehm

no profile record

Submissions

Linux Out-of-Bounds Access Fixed for Unprivileged Users with Crafted Certs

phoronix.com
2 points·by moehm·3 maanden geleden·0 comments

comments

moehm
·27 dagen geleden·discuss
I have something similar:

https://www.mostdiscussed.com/popular
moehm
·27 dagen geleden·discuss
Oh, nice execution. I had the same idea during the pandemic. Though my aesthetics are completely different as I focused more on the discussions on HN, as they often have some golden nuggets. Yours is of course way more polished, as I basically just slapped bootstrap on my database front end.

https://www.mostdiscussed.com/

Interesting how different our "popularity score" is though: https://www.mostdiscussed.com/popular

You don't seem to group them by category, right? I found it quite interesting: https://www.mostdiscussed.com/popular/topics

Btw, your "new" tab seems to be broken, as it is showing articles from 2019.
moehm
·6 maanden geleden·discuss
NewPipe[0] is a client for YouTube on mobile. It's available on F-Droid and it hides the ads.

There are some forks floating around which also include SponsorBlock, but I haven't tested them yet.

[0] https://newpipe.net/
moehm
·6 maanden geleden·discuss
> Note that I fully understand it for the anecdotal weight that it has.

At this point I thought you were going for an ahem heavy-handed joke.
moehm
·7 maanden geleden·discuss
Nice game, but this definitely needs a back button.
moehm
·9 maanden geleden·discuss
Uh, yeah, I thought about Nginx or Apache and would expect them to be more secure then your average self-written application.
moehm
·9 maanden geleden·discuss
Yes, but the web server is just reading files from disk and not invoking an application server. So if you keep your web server up to date, you are at a much lesser risk than if you would also have to keep your application + programming environment secure.
moehm
·9 maanden geleden·discuss
'If you wish to make an apple pie from scratch, you must first invent the universe.'

- Carl Sagan

They aren't going to cut the fiber cables if your Google accounts gets locked.
moehm
·5 jaar geleden·discuss
I just want to note I once run this stack on an old Raspberry Pi 2, and it was still really, really fast. Also it's very lightweight. My current setup runs on a box with 256 mb RAM and for a lot of small git repos it's fine. (Larger ones get OOM reaped.)
moehm
·5 jaar geleden·discuss
You interact with Gitolite via ssh. The things Gitolite makes easier for you is it generate those repos for you (no need to login, just push a config file) and it handles access via ssh keys.

I for instance have an own key for my phone, so I can access the repo with my notes etc, but if you steal my phone you cannot push any code.