HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MaXtreeM

no profile record

Submissions

Cloudflare mitigates largest-ever DDoS attack at 22.2 Tbps

securityaffairs.com
7 points·by MaXtreeM·il y a 10 mois·0 comments

Gamer Games for Non-Gamers

hillelwayne.com
3 points·by MaXtreeM·l’année dernière·0 comments

comments

MaXtreeM
·il y a 2 mois·discuss
I always see these kind of comments, that many sites don't work in Firefox while they do in Chrome. When I encounter a broken site I always also check it in Chrome but the times where it is actually a browser's fault is like once a year. Usually it is some blocking of cookies or something that I have enabled in Firefox. Even sites from Google which everyone seems to describe that they are specifically made to work only in Chrome I never had issues with.
MaXtreeM
·il y a 4 mois·discuss
I have never owned a touchscreen laptop and I agree with most of the criticism in comments here against it. But after just briefly using one from my father I have to say there is some thing in our brain that makes it kinda more satisfying, if that is the right word, to touch on things that appear on a screen. Even as a power user being used to just using keyboard most of the time, after 10 minutes with a touchscreen my mind prefers to touch on screen instead of touchpad.
MaXtreeM
·il y a 5 mois·discuss
Previous discussion (626 comments): https://news.ycombinator.com/item?id=39313623
MaXtreeM
·il y a 6 mois·discuss
I agree with your point about Google being more stable company then the rest so the decision probably makes sense. But there was a study done by multiple news companies in Czechia by asking about news topics and Gemini was consistently the worst in citations and straight up being incorrect (76% of its answers had "issues", I don't have exact issues specification).
MaXtreeM
·il y a 9 mois·discuss
I have used MAUI at my previous job to build 3 different apps, used only on mobile (Android and iOS). I don't know why many people dislike XAML, to me it felt natural to use it for UI, I researched flutter and liked MAUI/XAML more. Although the development loop felt smoother with flutter. What I didn't like was the constant bugs, with each new version that I was eager to update to fix current issues, something new appeared. After spending countless hours searching through the projects GitHub, I am under the impression that there aren't much resources dedicated to MAUI development from Microsoft, the project is carried forward by few employees and volunteers. If I would start another project I would seriously look into Avalonia. But I always was a backend guy so now at my current job I do server backend development in C# and couldn't be happier.
MaXtreeM
·il y a 12 mois·discuss
Did I really just waited couple of seconds on 2 different loading screens to see a small blog post that is more of an advertisement to some AI tool? Also the analogy of something that tries to stay as open as possible (self-hosting) needing its "iPhone" moment to be locked into single ecosystem doesn't really work for me.
MaXtreeM
·l’année dernière·discuss
Yes, this video and the one before called "An intuitive approach for understanding electricity" are absolutely great.
MaXtreeM
·il y a 2 ans·discuss
Holy moly, you must have very different life than most people I guess. I am from the younger generation which supposedly avoids making old-style phone calls as much as possible and I don't think I know anyone who has made less than 100 calls in the last decade.
MaXtreeM
·il y a 2 ans·discuss
Yes to both OpenJDK and large size.
MaXtreeM
·il y a 2 ans·discuss
> curl -k "https://dl.google.com/android/repository/commandlinetools-li..." -o commandlinetools-linux.zip

unzip somewhere, set path variable

> yes | sdkmanager --licenses && sdkmanager "platform-tools" && sdkmanager "ndk-bundle" && sdkmanager "build-tools;33.0.0" "platforms;android-33"