Viewing profile — maxyme
maxyme
HN member- Joined
- Sun, May 07, 2017, 5:45 PM UTC
- HN karma
- 356
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About maxyme
No profile information was provided.
Recent public activity
-
comment
Comment #26147198
And iPhone jailbreak guy back in the day!
-
comment
Comment #25066786
If you count the display in the macbook that's the same number of screens
-
comment
Comment #23745258
I believe Uber eats is currently doing that. Recently I noticed an option to pay $1.50 extra for "Priority delivery" which may be a combination of what you mention as well as modif…
-
comment
Comment #23056588
The Steam Linux client had a very similar issue a few years ago where in certain configurations it would delete / https://github.com/ValveSoftware/steam-for-linux/issues/3671
-
comment
Comment #22103174
And Deno is literally Node shifted 2 letters over
-
comment
Comment #21852484
I've ported a template compiler to Rust before. The reality is you still end up with something slower than native JS because of the overhead serializing and parsing the JSON in WAS…
-
comment
Comment #21435409
It depends on the implementation currently. Some implementations consider subdomains isolated and others don't. See Chrome's implementation experiments: https://docs.google.com/doc…
-
comment
Comment #21435360
Consider the requestAnimationFrame API. It will give you a 60hz timer (even higher on high refresh rate displays) but is used for a ton of animation related tasks as well as games.…
-
comment
Comment #21435342
I would think fonts specifically would have a large negative impact that would affect first contentful paint given that tons of sites load a few common fonts.
-
comment
Comment #21006943
The student's input is rendered for teachers to make it easier to grade submissions without opening them in an external tool. As someone who used blackboard in college I can tell y…
-
comment
Comment #20694957
Not sure if this is still the case but in some areas Comcast used to limit the cap to 100gb unless you bundled TV with your internet plan, then it went up to 1tb.
-
comment
Comment #20492396
Oh man I remember using the Netfirms free tier! The internet was so different back then, a company wasn't afraid of giving free compute resources on subdomains of their main site.
-
comment
Comment #20184698
They posted about this on HN before, basically they are VC funded and would like to make their money back by providing community support and paid features. https://news.ycombinator…
-
comment
Comment #19679114
Mozilla's Position: "Mozilla has concerns about the shift in the web security model required for handling web-packaged information. Specifically, the ability for an origin to act o…
- comment
-
comment
Comment #19243170
I used to use Mullvad but switched to AirVPN. Mullvad was extremely slow in the US (under 25mbps most times) where I have found AirVPN to be able to reach ~750mbps. They also publi…
-
comment
Comment #19013298
Living in Phoenix for several years and working in Chandler (the headquarters for the self driving car division where my office was actually on the initial training route before th…
-
comment
Comment #18965914
I did an internship at a company building aviation hardware and software. Since everything was safety critical we used formal methods and things moved at a snail's pace. When verif…
-
comment
Comment #18963391
My team has recently focused on adding JSDoc to most of our codebase and I've been thinking, JSDoc provides essentially all the benefits (and more) of typescript from a maintainabi…
-
comment
Comment #18947706
These features are all great but Atom has some big issues to fix that have been around for years. Things like the finder reindexing files every time the window loses focus: https:/…
-
comment
Comment #18843157
They also support a mode where they will use WPA3 when supported and fall back to WPA2 when there isn't device support.
-
comment
Comment #18834281
I've been using syncthing for a few years because I was sick of missing files when going from my laptop to desktop and vice versa. I wanted to sync most folders in my /home directo…
-
comment
Comment #18741947
I interviewed at Epic Systems on-site and this article hits on basically everything I saw and felt. It's a very interesting, unique and weird place. But you also get a kind of weir…
-
comment
Comment #18668888
A fairly substantial PR was accepted recently to integrate the typescript server as the language client for atom-ide: https://github.com/atom/ide-typescript It appears the project …
-
comment
Comment #18625647
Firefox Dev tools are better for some things. Things like debugging webgl (you can live edit shaders!) But I find the UI and icon design difficult to use.