And iPhone jailbreak guy back in the day!
If you count the display in the macbook that's the same number of screens
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 modifying the delivery algorithm in your…
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
And Deno is literally Node shifted 2 letters over
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 WASM memory. This is something that will…
It depends on the implementation currently. Some implementations consider subdomains isolated and others don't. See Chrome's implementation experiments: https://docs.google.com/document/d/1U5zqfaJCFj_URrAmSxJ0C7z0...
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. That said it effectively can be used…
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.
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 you it's a mess. Neither teachers nor…
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.
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.
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.com/item?id=14613264
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 on behalf of another without a client…
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 publish the congestion on their servers…
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 they allowed passengers) I can say the…
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 verification becomes the most important…
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 maintainability aspect and contains none of the…
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://github.com/atom/fuzzy-finder/issues/88…
They also support a mode where they will use WPA3 when supported and fall back to WPA2 when there isn't device support.
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 directory (documents, photos, videos, code...)…
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 weird vibe from it, it seems like a large…
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 isn't dead, but there aren't any…
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.
The problem with that is to make a node.js compatible engine you need to write and maintain a compatibility layer that mirrors the V8 API which I can completely understand a Dev team not wanting to undergo.
And iPhone jailbreak guy back in the day!
If you count the display in the macbook that's the same number of screens
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 modifying the delivery algorithm in your…
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
And Deno is literally Node shifted 2 letters over
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 WASM memory. This is something that will…
It depends on the implementation currently. Some implementations consider subdomains isolated and others don't. See Chrome's implementation experiments: https://docs.google.com/document/d/1U5zqfaJCFj_URrAmSxJ0C7z0...
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. That said it effectively can be used…
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.
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 you it's a mess. Neither teachers nor…
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.
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.
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.com/item?id=14613264
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 on behalf of another without a client…
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 publish the congestion on their servers…
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 they allowed passengers) I can say the…
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 verification becomes the most important…
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 maintainability aspect and contains none of the…
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://github.com/atom/fuzzy-finder/issues/88…
They also support a mode where they will use WPA3 when supported and fall back to WPA2 when there isn't device support.
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 directory (documents, photos, videos, code...)…
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 weird vibe from it, it seems like a large…
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 isn't dead, but there aren't any…
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.
The problem with that is to make a node.js compatible engine you need to write and maintain a compatibility layer that mirrors the V8 API which I can completely understand a Dev team not wanting to undergo.