Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maxyme
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
maxyme
6y ago
And iPhone jailbreak guy back in the day!
2.
▲
by
maxyme
6y ago
If you count the display in the macbook that's the same number of screens
3.
▲
by
maxyme
6y ago
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 favor.
4.
▲
by
maxyme
6y ago
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
5.
▲
by
maxyme
7y ago
And Deno is literally Node shifted 2 letters over
6.
▲
by
maxyme
7y ago
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 be helped by the
7.
▲
by
maxyme
7y ago
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_URrA
8.
▲
by
maxyme
7y ago
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 as a timer which in th
9.
▲
by
maxyme
7y ago
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.
10.
▲
by
maxyme
7y ago
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 students like
11.
▲
by
maxyme
7y ago
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.
12.
▲
by
maxyme
7y ago
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.
13.
▲
by
maxyme
7y ago
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
14.
▲
by
maxyme
7y ago
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 ever contacti
15.
▲
by
maxyme
8y ago
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 which is very handy for r
16.
▲
by
maxyme
8y ago
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 cars suffer from being
17.
▲
by
maxyme
8y ago
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 thing everything cha
18.
▲
by
maxyme
8y ago
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 headaches (outdate
19.
▲
by
maxyme
8y ago
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/issu
20.
▲
by
maxyme
8y ago
They also support a mode where they will use WPA3 when supported and fall back to WPA2 when there isn't device support.
21.
▲
by
maxyme
8y ago
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...) While igno
22.
▲
by
maxyme
8y ago
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 facade. A few thi
23.
▲
by
maxyme
8y ago
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
24.
▲
by
maxyme
8y ago
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.
25.
▲
by
maxyme
8y ago
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.
26.
▲
by
maxyme
8y ago
Because gigabit wifi turns to 50mbps when the office gets big enough. There is only so much spectrum to use. Plus if you're already connecting monitors when you have your laptop at your desk the Ethernet adapter can be part of the dock
27.
▲
by
maxyme
8y ago
And windows 10 anniversary update, Microsoft Edge, Direct Play 2.0 support (which can only be found on recent graphics cards or 7th gen Intel integrated and only works over certain video outputs). For example I have a 7th gen Intel cpu, I c
28.
▲
by
maxyme
8y ago
AirVPN has worked well for me. They show the bandwidth capacity, use and current users of each server online so you can always make a informed decision. They let you use full capacity of the servers (I've brought a server from 100mbps
29.
▲
by
maxyme
8y ago
I have had the opposite experience. I've had symmetric gigabit for a few years now and I monitor my upload and download rates in my bar on Linux. YouTube 4k videos can saturate around 500mbps (if you are scrubbing thru), backblaze can
30.
▲
by
maxyme
8y ago
Except now Opera is owned by a Chinese security firm so you have to deal with their greedy fingers. https://www.engadget.com/2016/07/18/opera-browser-sold-to-a-...
More ›