Viewing profile — JCWasmx86
JCWasmx86
HN member- Joined
- Tue, Feb 23, 2021, 3:37 PM UTC
- HN karma
- 1,264
- Public activity
- 211 items
- HN profile
- View on Hacker News ↗
About JCWasmx86
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #45936345
I use Signoz for my private purposes, it's not a 100% match, but you can do Prometheus metrics, logs analysis, dashboards, alerts, OTEL spans so depending on your usecase it can be…
- comment
-
comment
Comment #43801205
Or meson is a serious alternative to cmake (Even better than cmake imho)
-
comment
Comment #43611101
If the GDPR is simplified, the fines should be drastically raised. (At least for companies) E.g. to minimum 20% of the global last years revenue, for bigger companies (FAANG-Scale)…
-
comment
Comment #40698985
The biggest symbol of a statically linked swift binary that I have, is icudt_swift65_dat with 27.98MB, so I think that's not so easy to remove (nm v3.1.2 --size-sort --radix=d|swif…
- comment
-
comment
Comment #38192855
Yes, but people still have the right to say "Pay us $X and ensure safe working conditions or we strike" Tesla can either withdraw or negotiate. Nobody's right is infringed here, it…
-
comment
Comment #38192672
One is a business decision, the other one is people exercising their rights.
-
comment
Comment #38051630
You can do that with m3u8 files. This is done for example by Pluto TV. Sure it is easily circumvented by simply stripping out these URLs, especially if they are marked as ads (And …
-
comment
Comment #38035265
Wouldn't even be checking Microsoft's server be an unnecessary connection? You could argue, that VSCode would still work, as updates are basically optional and could be triggered m…
-
comment
Comment #37810878
It's easy to install on ArchLinux and Fedora. The build process seems to be just standard CMake, so calling it "borderline impossible" is really a stretch.
-
comment
Comment #37609738
A lot of editors have available integrations for Shellcheck. VSCode and IntelliJ have a plugin, GNOME Builder comes with the plugin included, etc.
- story
-
comment
Comment #37430003
This really makes me reconsider buying an iPhone instead of some android phone in the future. The only thing left is that jail-breaking an iPhone seems to be harder than rooting an…
-
comment
Comment #37423511
It's just a liability and risk. Imagine you have some mission-critical system written in such language, the vendor goes bankrupt or creates absolutely unacceptable terms. Then you …
-
comment
Comment #37264109
No, you just have to follow the regulations. It's no "war on US companies" or anything like that. They wrote some good law (Albeit it has a few weaknesses), and enforce it now. And…
-
comment
Comment #36213626
Would you say buying e.g. a Mac mini for 2.3k€ just to run Asahi Linux is worth it?
-
comment
Comment #36029749
Yeah agreed. They will simply continue to violate the GDPR. If the last years global revenue was 116 Billion USD, the fine should be at least 200 Billion. Otherwise companies just …
-
comment
Comment #35903700
Maybe something like gitweb? https://git-scm.com/docs/gitweb I have not used it before, but it seems like it follows your requirements (Except auth using SSH keys maybe, but that c…
-
comment
Comment #35676691
Does it respect DNT headers? If no, it does not respect users.
- comment
-
comment
Comment #35617161
I recently installed Windows 10 in a VM to port a program to Windows (Was a horror story). On the left side in the start menu I have ads and other crap: "Trending searches", "Trend…
-
comment
Comment #35617050
Companies should really accept a "No" from their users. No I don't want to use a microsoft account just to use my computer. (Without jumping through hoops) Don't ask me again the m…
-
comment
Comment #35407634
Nowadays you can even use JS for GTK Applications