HN user

adevx

472 karma
Posts1
Comments136
View on HN

Be extremely careful with your server's security. I would never want to be responsible for someone else's exchange access keys. It's a honeypot if there ever was one. (Even with limited access rights) Focus on the "local Open Source client" even though that will probably be much harder to monetize. Anyway, building trading bots is a lot of fun and there are plenty of strategies that can make a decent return.

Also keeping a close eye on Dex. I can in theory do all my coding server side but I want to be 99% sure Samsung is in it for the long run.

I think it was a brilliant idea. I don't know any ecosystem where I can be as productive as with Node.js+Typescript+React. Having everything typed from frontend to backend, even the email templates (tsx + ReactDOMServer) makes refactoring a breeze and work across the entire project.

The US doesn't want a strong Russia. Looking at the US track record of invading Iraq, destabilize Lebanon and Yemen, I can see why Russia is protective of its borders.

"It’s also the only side doing anything threatening." NATO and US forces have been creeping up since 30 years and the buffer zone that once existed is pretty much gone short of Belarus. I'm not rooting for Russia but I can see why they are on edge given the history and tactics of the US.

There is often a complete lack of seeing things from the Russian perspective.

I see this mostly coming from US and UK based news outlets, and of course the White House. I have this nagging feeling the US really wants a proxy war in Ukraine for whatever reason. It only needs a trigger, like the Weapons of Mass Destruction in Iraq. Whatever gets the ball rolling. I hope cooler heads will prevail.

Not sure I agree. My Hetzner vps has less downtime than some AWS regions. To be honest, I have yet to experience any downtime from them over multiple years. There is a good chance you introduce more potential downtime by blowing up the complexity with a distributed system.

Prisma + Typescript is such a productivity boon, auto completing all query options and database fields. And the results fully typed.

I jumped on the React bandwagon because I didn't like the Typescript support in Vue 2, and did not see much improvements for V3. Vscode Vetur was slow and unable to do full typechecking in Vue files. Much of my code was based on Vue Class Components, which was not going to be compatible with the new API. Vuex did not seem to be going in the Typescript direction either. A bit sad if you consider Vue 3 is written in Typescript.

I never understood this npm hell reference people are speaking off. Is this just the drama of updating an outdated inherited project? I've been working with node/npm since the early days and don't consider it worse than what you find in Java, Python or PHP.

Easiest option in the book. The only downside I face with this is frequent captcha requests as the IP range (Hetzner/IPv6) is marked suspicious. Probably because it is flagged as a server range vs domestic.

I used to switch my mouse to the left when my right hand started to hurt. I even used a rope to prevent my right hand from being able to reach the mouse on the left as switching always took me a bit of getting used to.

No sure if I no longer do this because I switched to a Magic Trackpad or because I no longer work behind my laptop for hours on end.

Clearly there are a lot of doctors that have good experiences with ivermectin. On an FDA approved dosage, it is one of the safest drugs available. Yet there seems to be a crusade against it. It is beyond me why such cheap and safe drug that has helped many, especially in the early stages of a covid19 infection, is being so strongly censored. In the Netherlands, we advise those coming down with covid19 to wait until things get so bad one needs to go to the hospital. Why not try ivermectin at this stage.

I have fond memories of using MythTV. It was a great alternative to Microsoft Media Center. Automatic advertisement removal, great scheduled recording capabilities. As most of this functionality comes with your TV or settopbox today, I wonder how popular MythTV is today.

Thanks for calling me an idiot. I make a well researched decision to not get vaccinated based on my lifestyle, risk profile, the unknown long term effects of the vaccines, the known declining efficacy of the vaccines and the way we are blindly pushing this on everyone. Calling people idiots isn't going to help the discussion.

It's a shame the comment of throwawayfear has been flagged/censored as it is a valid discussion about the oppressive nature of these passports (and apparently the discussion about it).

In the Netherlands: As an unvaccinated individual you have to show a recent negative test before being able to enter a club/restaurant. So very low risk of unvaccinated people spreading Covid19. Yet, vaccinated individuals are allowed in, even when tested positive and feeling ill. There are numerous [0] cases of vaccinated individuals causing major outbreaks, resulting in the temporary closure of clubs and restaurants.

It's hard to believe these passports are about reducing hospital admissions or the public health especially in light of increased breakthrough cases [1].

[0] (Dutch) http://www.destentor.nl/zutphen/zutphens-cafe-camelot-weeken... https://www.rtvutrecht.nl/nieuws/3106637/ [1] https://www.nature.com/articles/s41591-021-01413-7

1. We know covid is extremely dangerous for a small segment of the population. It makes sense to get vaccinated if you are in that group. For healthy young individuals however, taking a new vaccine comes with unknown risks. There have been plenty of problems with vaccines [0] and one could argue only severe health issues will ever surface as being vaccine related.

2. We know covid poses an extremely low risk to children [1] We also know natural immunity is stronger than vaccine induced immunity [2]. Therefor in my opinion, vaccinating children does not make sense. We simply have not enough data to know if there are long term issues with mRNA vaccines. Why not take cue from history and err on the safe side?

[0] https://www.cdc.gov/vaccinesafety/concerns/concerns-history....

[1] https://www.bbc.com/news/health-57766717

[2] https://www.science.org/content/article/having-sars-cov-2-on...

Ubuntu 21.10 5 years ago

It probably isn't a configuration that is well tested. I only update servers between LTS releases and take the opportunity to start with a fresh install. I think this makes sense even for Windows servers. Too many things change, not only in hardware configuration/drivers, but also major bumps in software packages eg: nginx, apache, postgresql etc.

Web-based editor 5 years ago

Benefits of code-server is that it requires zero tooling on the client except a browser. I can use e.g. someone's iPad to quickly do some edits vs requiring my laptop with SSH keys. Other than that, using native vscode is a bit faster and has all keyboard shortcuts working. I use both vscode remote with SSH and "code server" behind NGINX.