Viewing profile — basique
basique
HN member- Joined
- Mon, Jul 27, 2020, 6:06 PM UTC
- HN karma
- 24
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About basique
Recent public activity
-
comment
Comment #41719086
i honestly don't really get the angle of debugging via strace - i'd much rather prefer something more wireshark-like, where I can see all messages processes are sending to each oth…
-
comment
Comment #41357965
I mean, the problem here is more that companies don't really want to be pro-user and respect privacy. You have to make it so that companies can't exploit their consumers to increas…
-
comment
Comment #41356957
This article also says that you'll get exploited even if you are a paying costumer. (that's a part of enshittification as defined by Cory Doctorow, even! companies first exploit th…
-
comment
Comment #38987624
A lot of products have an immoral part in the supply chain. Do you propose that people abstain from all of them?
-
comment
Comment #38819494
Isn't iSH literally an x86 emulator?
-
comment
Comment #38753304
Protecting Google's customers from what? iMessage?
-
comment
Comment #38583698
>make software open source >people use it under the license >"you're literally taking my work" >change license >people are mad that software isn't open source anymore I really don'…
-
comment
Comment #38242942
Any fake certificates the malicious CA signs will have to be written to a Certificate Transparency log, which would make noticing the fact that the CA has done something like this …
-
comment
Comment #38155795
Jail time and fines? I don't get what you're talking about
-
comment
Comment #38054433
> There is a clear limit to how slow simple looking code can be in C# or java Java/C# code can become incredibly slow if you allocate way too many objects, use Streams/LINQ or touc…
-
comment
Comment #37881303
> however, it is simply not the case that games have rampant amount of hacking in general. Have you played TF2 recently?
-
comment
Comment #37678920
The point of htmx is to be able to do the interactivity on the server, so using it with your existing, general API isn't really the point - the backend (or, well, frontend backend?…
-
comment
Comment #37656787
Why is it a wrong abstraction?
-
comment
Comment #37511811
Not publishing source code demotivates the white hats and "good people" more than the bad actors, IMHO. There's a reason a lot of cryptography-related libraries have open/available…
-
comment
Comment #37469178
IPv4+NAT still exposes your router's address, which is still problematic, no? If you want more privacy than that you can use a VPN, which should work on IPv6 too.
-
comment
Comment #37385232
Can you list some of these extensions? (and what compositors support them, of course)
-
comment
Comment #37254005
Aren't Cloudflare Workers multitenant? Although, if you want to be cynical, that could be a reason they aren't 'enterprise grade™'.
-
comment
Comment #37243479
> Is having a program superglued to an outdated library with known (and fixed already) bugs really what you want? It is not superglued. If you want to update dependencies, just rem…
-
comment
Comment #37169648
> Whitelisting is the correct approach. Isn't most of the point of using the JVM thrown out if you have a limited standard library? > And you would run C code in a completely trivi…
-
comment
Comment #37166930
The JVM can't really be properly sandboxed, though. Even the JDK developers have stopped trying and deprecated SecurityManager. On the other hand, WASM is specifically designed to …
-
comment
Comment #37148690
You just return an HTML fragment that describes the error with a header that says where to put it. The htmx JS API has events for errors too, if you want to do client-side handling…
-
comment
Comment #37148251
It can do a lot more than just changing the value written in a button. I'd say that the hype is more centered around the fact that it helps you to do much more interactive and SPA-…
-
comment
Comment #37148205
Yeah. The author even has an essay about it: https://htmx.org/essays/hateoas/
-
comment
Comment #37075332
Users can just switch to a mocking different library, while the author's reputation is (most likely irreversibly) ruined
-
comment
Comment #37066500
AGPL isn't open source?