Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
diesal11
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
diesal11
1y ago
I've dealt with backends that refresh a CSRF token on each valid request and return it in the response as a cookie. In those cases a solution like this may be needed. Not optimal but, we don't always have control over the backends
2.
▲
by
diesal11
1y ago
Eh, the implementation is all Javascript and can be approached in any language. They're just providing function signatures with types so the candidate knows what they're working with. Also the signatures are Typescript, which real
3.
▲
by
diesal11
3y ago
> They probably do make more money… actually. At least in net profit. It's my company so I think I'd know :) Also what exactly are your estimates here? Where are you getting that kind of capacity for $240 a month?
4.
▲
by
diesal11
3y ago
To be blunt that sounds like operator inexperience. Throw someone who's spent their life setting up Windows servers on a Linux box and you'd hear similar resentments. At the end of the day you still need to configure the instances
5.
▲
by
diesal11
3y ago
My company doesn't make more $$$ because i decided to spend a day setting up an EC2 over Lambda or a similar PaaS solution. If anything i've lost valuable time that could be spent elsewhere. Especially when stuff starts going wron
6.
▲
by
diesal11
3y ago
Out of the box lambda costs $0 when not in use, built in autoscaling, automatic runtime security updates, stdout straight into Cloudwatch, docker support...the list goes on.
7.
▲
by
diesal11
3y ago
I'm pretty sure they outsource/fund a fairly large amount of the work, the article mentions Igalia & from memory Codeweavers are largely responsible for Proton. Valve itself is a pretty small shop. Although their own efforts &
8.
▲
by
diesal11
4y ago
Function components with MobX Observers are a godsend and far better than anything Redux. MobX doesn't get enough credit imo.
9.
▲
by
diesal11
5y ago
Massive fan of Secretive myself. Use it for all my SSH keys.
10.
▲
by
diesal11
5y ago
> The platform is open source. Android is Open Source, Google Play & Google Play Services are not. Developers are free to build Android apps that don't use anything related to Google Play.
11.
▲
by
diesal11
5y ago
Naming things can be hard. How would you describe the distinction between these two command types?
12.
▲
by
diesal11
5y ago
There's Checkboxes for iPhone, iPad & Mac, if Mac is unselected then this error will appear. Very much up to the developer
13.
▲
by
diesal11
6y ago
Initially but has been maintained by Valve for some time now. Having said that, it's built on Valve's Source Engine, so still faced many of the same issues
14.
▲
by
diesal11
6y ago
> If there were alternatives you wouldn't be forecd to use them. That's just not true. If App Developers choose to only release their app on one store then i am forced to use that store. Say this Apple loses this battle and are
15.
▲
by
diesal11
6y ago
I have a 7 and cannot see this option.
16.
▲
by
diesal11
6y ago
"Because NVIDIA" is blatantly false. CUDA support for docker containers is provided through the open source Nvidia-Docker project maintained by Nvidia[1]. If anything this is a great argument for NVIDIAs usage of open source. Se
17.
▲
by
diesal11
6y ago
What are your thoughts on newer ML based approaches like MITs "Eye Tracking for Everyone"? https://gazecapture.csail.mit.edu/
18.
▲
by
diesal11
6y ago
I believe the T's & C's of the FB developer platform specifies that you can only use the Android/iOS SDKs for auth. You can probably get around it using openid, but you risk your developer keys being revoked.
19.
▲
by
diesal11
7y ago
The Paper includes some higher resolution examples which are quite convincing
20.
▲
by
diesal11
7y ago
The Switch also runs on FreeBSD, not custom.
21.
▲
by
diesal11
7y ago
Has been deprecated since 10.8 (2012) and was never ported to 64 Bit. It was pretty clear they weren't working on a Carbon replacement imo.
22.
▲
by
diesal11
8y ago
I've been using reactstrap[0], it's everything you'd expect from bootstrap react bindings and has been great while i've been leaning React this year. No doubt there would be better solutions more tailored to react out th
23.
▲
by
diesal11
8y ago
Spotify is web based but not electron
24.
▲
by
diesal11
8y ago
There's a VKMT. So they could double up and go DXVK -> VKMT.
25.
▲
by
diesal11
9y ago
It's not a dubious claim, just his personal experience. I switched to uBlock for a few years ago and had the opposite problem, it just seemed to break a few websites. I didn't really dig into it, but from memory it seemed to be bl
26.
▲
by
diesal11
10y ago
Advertising isn't just about clicks/conversions. It's also about brand/product exposure.
27.
▲
by
diesal11
10y ago
just make it search for files or variable assignments named "password" or "secret". That will catch the majority. In comparison Gmail doesn't catch all cases either, if you say something like "here are" in
28.
▲
by
diesal11
10y ago
My partner made their name '<script>alert("xss");</script>' Good effort but didn't work.