HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tanx16

no profile record

comments

tanx16
·7 maanden geleden·discuss
Here's a fun older thread on a similar topic - SVG is Turing Complete:

https://news.ycombinator.com/item?id=20980837
tanx16
·vorig jaar·discuss
I run Wireguard in combination with Pi-Hole so I can VPN into my home network to configure anything I need. DuckDNS if you’re on a dynamic DNS provider. It’s also nice to have this since you can get the adblocking when away from home.
tanx16
·2 jaar geleden·discuss
> We’re also bolstering our security team, and have hired a new senior security engineer.

Is there a reason why you don’t have any security-specific positions open on your careers site?
tanx16
·2 jaar geleden·discuss
Yes, I'm mostly making fun of the fact that this extremely wealthy investor is pointing at the elderly (who likely have a higher percentage of their retirement saved in bonds and less-volatile investments) and distracting everyone from the fact that he benefits massively more if Google decides to make shareholders more money.
tanx16
·2 jaar geleden·discuss
> "Another issue with all the 'BS' jobs in large corporations is that it takes profits away from shareholders who are most often the pensioners and retirement accounts of the rest of America," he said. "...they are also taking money away from the rest of the workforce's retirement programs."

Oh no, think of the poor retired shareholders!
tanx16
·2 jaar geleden·discuss
The growth of LA was also kickstarted by the 1906 SF earthquake, which burnt down ~80% of SF. If you look at the population graph of LA, it tripled between 1900 and 1910, probably due to the relocation of so many people from SF to LA. Here [0] is a paper that discusses the effects of the 1906 earthquake on population growth on the west coast.

[0] https://kaerikss.faculty.ucdavis.edu/wp-content/uploads/site...
tanx16
·2 jaar geleden·discuss
Our team went with a similar approach when refactoring Protobuf debug APIs (https://bughunters.google.com/blog/6405366705946624/fixing-d...). People were relying on debug output and trying to parse it, so in the new implementation we threw up big warning flags and made the output unstable so that you couldn't make the mistake.

The key lesson to take away is: if you want something to be an implementation detail, make sure to have multiple differing implementations :)
tanx16
·2 jaar geleden·discuss
In defense of the companies that do this - making native apps is extremely expensive compared to just using Electron. If you want to have a native app for Mac and Windows and a website, that's 3 separate frontends that you have to propagate changes across. This triples all the work that you typically have to do (UX changes, platform-specific bugfixes, etc), and getting some fullstack developers are cheaper than hiring Mac/Windows specialists.

I think HN users are in the minority of users who seriously care about speed/performance. Electron is good enough for pretty much everyone else, and it's clearly working well for for Discord and Slack. It makes more sense IMO to invest time in improving Electron efficiency rather than telling companies to just avoid it.
tanx16
·3 jaar geleden·discuss
It also supports exactly 1 external display.