Viewing profile — Rohansi
Rohansi
HN member- Joined
- Thu, Sep 18, 2014, 7:40 PM UTC
- HN karma
- 1,252
- Public activity
- 840 items
- HN profile
- View on Hacker News ↗
About Rohansi
No profile information was provided.
Recent public activity
-
comment
Comment #49218725
> But no one really wants them. Not relevant. Most people don't choose their phone/platform based on how much freedom it gives you. An iPhone is a very good phone overall but the r…
-
comment
Comment #49218329
> Hell, you'll get in trouble if your gasoline is the wrong color. You've missed my point even though it's right in front of you. You won't get in trouble for using your Apple devi…
-
comment
Comment #49217494
Those are very different scenarios because your "protection" is the threat of consequences. You can freely buy and use knives, you can drive your own car, but you can only use your…
-
comment
Comment #49216021
Scammers will manage to manipulate people into giving away all of their savings just fine no matter what restrictions are put in place. The excuse is just another "think of the chi…
-
comment
Comment #49215955
I wouldn't say it applies to all categories. I highly doubt they'll ever do it to games no matter how many clones of clones get published
-
comment
Comment #49210650
Falsifying votes is different from falsifying election results. All of the misinformation being thrown around exists to cast doubt on the voting system to not trust the results . S…
-
comment
Comment #49203673
It likely will since it includes the game assets in the repo. Typically the way to avoid being taken down is you require people to extract them from a ROM as a prerequisite.
-
comment
Comment #49156601
> And "similar" in terms of results, NOT similar in terms of performance as try {} block requires additional instructions to set it up, whereas RIAA is runtime free. By similar I m…
-
comment
Comment #49151332
comma.ai requires supervision just like Tesla's FSD.
-
comment
Comment #49150689
I mean, sure, but RAII (in C++, at least) is implemented the same way as this article: with a try...finally block! RAII doesn't really fit into every language because they don't al…
-
comment
Comment #49150134
> At worst, it's going to make adoption within companies difficult for literally no reason I wouldn't want to work somewhere like that. Trying to pretend that people don't swear is…
-
comment
Comment #49150074
Because it's not good enough yet .
-
comment
Comment #49149201
> Which means that ongoing improvements don't actually buy you much of anything, because having to handle an exception every 50 miles isn't a better experience than having to handl…
-
comment
Comment #49148934
It's also necessary here because TypeScript has exceptions and you'd expect your `defer`s to execute even when an exception is thrown.
-
comment
Comment #49148748
> Charging experience? They have a very reliable charging network with excellent coverage. You just plug your car in and it charges. No fiddling with the charger or apps. > And as …
-
comment
Comment #49138855
Electron also compresses well but people complain about unpacked size, too. You're likely not going to see an embedded browser actually smaller unless you can disable features at c…
-
comment
Comment #49137126
The documentation states: > Compliant with RISC-V Sv32 virtual memory scheme https://documentation.espressif.com/esp32-s31_datasheet_en.p...
-
comment
Comment #49136624
Sv32 is what every 32-bit RISC-V CPU with an MMU uses. It is a full MMU. You can run Linux on it.
-
comment
Comment #49135750
Do you have any examples? Competitive shooters are one of the worst cases because your server-side checks need to allow tolerances to make up for latency, and cannot be so thorough…
-
comment
Comment #49135616
No, it's not specifically npm. All package managers enable remote code execution by design - you tell it to download code and then you run that code, likely without sandboxing, by …
-
comment
Comment #49135536
Doesn't look like it but if Servo wants to be a production-ready browser they will likely need to do the same. Better security and reliability having processes handling different r…
-
comment
Comment #49135498
You mean target Servo's limited compatibility and it should work fine in browsers? Maybe? But there's potential to accumulate workarounds that fix things in Servo but break other b…
-
comment
Comment #49130603
Supply chain attacks are not a JavaScript or npm exclusive risk. If you pull in any dependencies you have a supply chain risk.
-
comment
Comment #49130503
If you're going by binary size then Servo is already as big as other browsers. 106 MB excluding dependencies, or 274 MB including dependencies.
-
comment
Comment #49129060
> This niche is still wide open. Electron apps are just terrible, and a focused fast embeddable browser engine would be very welcome. I agree with you but throwing web standards ou…