Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
JCWasmx86
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
JCWasmx86
10mo ago
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 enough
2.
▲
by
JCWasmx86
1y ago
Or meson is a serious alternative to cmake (Even better than cmake imho)
3.
▲
by
JCWasmx86
1y ago
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) to minimum 70% of the revenue. The GDPR must make companies
4.
▲
by
JCWasmx86
2y ago
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|swift demangle) And I think if you strip debuginfo it will
5.
▲
by
JCWasmx86
3y ago
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's just free market. Especially as usual
6.
▲
by
JCWasmx86
3y ago
One is a business decision, the other one is people exercising their rights.
7.
▲
by
JCWasmx86
3y ago
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 removing a m3u8 tag) But in the end it would be again an arm
8.
▲
by
JCWasmx86
3y ago
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 manually, too
9.
▲
by
JCWasmx86
3y ago
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.
10.
▲
by
JCWasmx86
3y ago
A lot of editors have available integrations for Shellcheck. VSCode and IntelliJ have a plugin, GNOME Builder comes with the plugin included, etc.
11.
▲
Introducing GNOME 45, “Rīga”
(release.gnome.org)
8 points
by
JCWasmx86
3y ago
|
0 comments
12.
▲
by
JCWasmx86
3y ago
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 android phone.
13.
▲
by
JCWasmx86
3y ago
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 have a problem. Sure if something similar happened to a
14.
▲
by
JCWasmx86
3y ago
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 if you want to do business in the EU, you ha
15.
▲
by
JCWasmx86
3y ago
Would you say buying e.g. a Mac mini for 2.3k€ just to run Asahi Linux is worth it?
16.
▲
by
JCWasmx86
3y ago
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 will see the fine as cost of doing business.
17.
▲
by
JCWasmx86
3y ago
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 could be a task for e.g. Nginx)
18.
▲
by
JCWasmx86
3y ago
Does it respect DNT headers? If no, it does not respect users.
19.
▲
by
JCWasmx86
3y ago
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", "Trending videos from the web", "Games fo
20.
▲
by
JCWasmx86
3y ago
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 moment I say "No". You can see
21.
▲
by
JCWasmx86
3y ago
Nowadays you can even use JS for GTK Applications
22.
▲
by
JCWasmx86
3y ago
Reproducible builds. Sure not every project can be built in a reproducible manner, but it at least reduces the chances of getting shady binaries
23.
▲
by
JCWasmx86
3y ago
Open source does not mean "I take random projects, integrate them into my product, without any credits, without any acknowledgments". It means "I take projects, integrate them into my product and follow the minor implications
24.
▲
by
JCWasmx86
3y ago
You could take it a step further and make the user download a small stub Actually Portable Executable ( https://justine.lol/ape.html ) which downloads the real binaries.
25.
▲
by
JCWasmx86
4y ago
At least for me, pkg-config has auto completion (Fedora), so typing e.g. `pkg-config open<TAB>` would give probably give me some results. But I agree that's one weakness of pkg-config, that you have to guess the name a bit
26.
▲
by
JCWasmx86
4y ago
You can use pkg-config for that. E.g. if you want to compile with glib-2.0, you can run `pkg-config --cflags glib-2.0`: -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/s
27.
▲
by
JCWasmx86
4y ago
One point that came with the web stack is the entire "We won't optimize for anything, we just want to release quickly. Disk space is cheap, unused RAM is wasted RAM, every PC has at least 8 cores" (Maybe a bit hyperbolic, but
28.
▲
by
JCWasmx86
4y ago
> the desktop/UI sucks, its awful in almost every way, you are essentially targeting X11 which was developed in the 70’s and it shows. It works and it brings a couple of quirky features to the table which are quite nice, but, in es
29.
▲
by
JCWasmx86
4y ago
You have more complex programming languages like Rust/Swift that take comparably ages to compile compared with C due e.g. all the extra code that is generated and that has to be optimized by LLVM (This one is quite slow AFAIK, too). C+
30.
▲
by
JCWasmx86
4y ago
> What is it achieved through? Vendor locked, user and developer hostile native app stacks? Yes, there is Vendor-lock in, you can't deny that. I don't know what you mean with "user-hostile" and "developer hostile
More ›