Viewing profile — MaXtreeM
MaXtreeM
HN member- Joined
- Tue, Jul 09, 2019, 10:29 AM UTC
- HN karma
- 172
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About MaXtreeM
No profile information was provided.
Recent public activity
-
comment
Comment #49102081
Any ideas why I cannot find the settings on my wife's iPhone 12 mini? She has iOS 26. I wanted her to try it last week when we drove a lot to our vacation but did not find it anywh…
-
comment
Comment #48220130
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 wh…
-
comment
Comment #47584476
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 s…
-
comment
Comment #47084930
Previous discussion (626 comments): https://news.ycombinator.com/item?id=39313623
-
comment
Comment #46597972
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 …
-
comment
Comment #45483618
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…
- story
-
comment
Comment #44707770
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 t…
- story
-
comment
Comment #43156501
Yes, this video and the one before called "An intuitive approach for understanding electricity" are absolutely great.
-
comment
Comment #41840838
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…
-
comment
Comment #41624466
Yes to both OpenJDK and large size.
-
comment
Comment #41622803
> curl -k " https://dl.google.com/android/repository/commandlinetools-li... " -o commandlinetools-linux.zip unzip somewhere, set path variable > yes | sdkmanager --licenses && sdkm…
-
comment
Comment #41387980
I followed the same logic when deciding what kind of blinds control to choose building my house few weeks ago. Now I am in the planning of adding automation to it. Did you use Shel…
-
comment
Comment #41119249
Always though that's the stupidest way to play the Pokemon Go. Maybe it made a little bit of sense in the beginning when small villages had almost no content but even than you just…
-
comment
Comment #40786116
We had some zip files that if content was unzipped with 7-zip the files were correct but not if unzipped with Windows explorer. I am struggling to remember what were the contents o…
-
comment
Comment #40784765
Windows has been for years corrupting files unzipped via explorer. I am not going to trust them with 7-zip now.
-
comment
Comment #40352531
Me and my wife also wanted to eliminate corridors as much as possible when we designed and discussed our house with an architect few years ago. Because of the property constraints …
-
comment
Comment #38923471
Sixty symbols (same author as Numberphile) video on this from 9 yeas ago: https://www.youtube.com/watch?v=0Uqf71muwWc
-
comment
Comment #37085861
This is something I wish I could find more actual data than people opinions. On the surface it seems like a natural fit to use the black surface to also heat water and also increas…
-
comment
Comment #32999976
With all this Electron and PWA focused development a cannot shake a feeling that we add an extra layer of a "runtime" on top of an operating system, that could be avoided. An extra…
-
comment
Comment #32806466
There is a case in C# where using compound assignment is actually slower [0]. Based on comments this should be fixed in .NET7 I haven't checked it myself. [0]: https://mobile.twitt…
-
comment
Comment #31196779
I don't know which class of SD card I used, it wasn't the top speed one, but switching to older M.2 SSD connected via USB case was night and day difference. I have RPi4 connected t…
-
comment
Comment #31019324
Slight OT: I am thinking about buying a camera. I have never had a good camera system nor I ever had a flagship phone (iPhone/Samsung/Pixel). I though a mirrorless with good lenses…
-
comment
Comment #30407669
Async/await is not for parallelism.