Viewing profile — dastx
dastx
HN member- Joined
- Mon, Aug 20, 2018, 7:43 AM UTC
- HN karma
- 1,044
- Public activity
- 449 items
- HN profile
- View on Hacker News ↗
About dastx
No profile information was provided.
Recent public activity
-
comment
Comment #27218557
I could be mistaken but if I understand correctly, this is similar to how the TfL is run. If it is, this will be a huge boost and is a step in the right direction. TfL has its faul…
-
comment
Comment #26830924
Maybe it's time for developers to help with the fight back. Break things in Chrome, and encourage people to use Firefox. The amount of time I've been told to use Chrome is ridiculo…
-
comment
Comment #26815227
Terraform 0.14 is pretty much fully compatible with 0.13, so no such command is necessary. All you have to do is make sure your state is for version 0.13. Outside that it's a bunch…
-
comment
Comment #26813686
> What I want: Use Terraform programmatically, i.e. call "cdktf deploy" or similar FROM node or python and give users some scripts they can use where I can abstract away some of th…
-
comment
Comment #26812675
You can use tfenv to upgrade individual workspaces one at a time. You don't need to do a big bang upgrade. Note upgrading to 0.13 is quite easy and terraform actually has a subcomm…
-
comment
Comment #26812640
Reproducible infra, gitops, automation and much more. For me, the biggest thing is, when I go into AWS I struggle to find everything that is intrinsically linked to another resourc…
-
comment
Comment #26812441
> i had to pull the state and change the provider field manually to avoid recreation of some resources. Terraform CLI introduced an upgrade command (can't remember what it's called…
-
comment
Comment #26810464
One thing I absolute hate about magic in code is that it's often done at runtime. Considering the idiomatic way for go is actually have code generated and checked into git makes a …
-
comment
Comment #26803769
Thank you, I'm aware of the Linux client and it got me excited when it was announced, however since switching, OSS has become more and more important to me, so it's unlikely that I…
-
comment
Comment #26796374
Bitwarden. One of the big reasons for doing so was because when I left my company, they took my Mac away from me, so I invested in a new laptop, for me there was no way I was going…
-
comment
Comment #26796276
> It is so common in SPA that the long-press of the back button to see the list of recent sites should be muscle-memory by now for everyone. This is not a good excuse for laziness.…
-
comment
Comment #26796196
I'm assuming he's referring to their beginnings of being a mostly local password manager (iirc they also had a one-off lifetime purchase), to forcing people to migrate to their clo…
-
comment
Comment #26792081
This kind of thing is enough for me to never want to use a site. If it's a bug, high recommend you fix it, if it's not, highly recommend you reconsider your position.
-
comment
Comment #26778934
I don't know about you but having to prefix every line of what I'm assuming is something similar to heredoc with `\\` doesn't seem simple to me. It's as bad as having to suffix eac…
-
comment
Comment #26531194
Their software and hardware are open source. Far cry from alternative android tablets. Either way, building a tablet, even based on a raspberry pi, is no easy feat.
-
comment
Comment #26528987
One thing I've not understood about flatpak (or their competition for that matter) is why don't these permissions get prompted when they're used? Similar to iOS and Android, ping t…
-
comment
Comment #26511953
Last time I used a Mac was around, maybe 3 years ago, so this certainly may have improved. I had a lot of issues with Brew, but the biggest one was how slow it was. Upgrading all p…
-
comment
Comment #26509230
Do you have more information on this? A link maybe? EDIT: Never mind, found it - https://github.com/bitwarden/desktop/issues/552 . This isn't exactly an RCE. You can say the same a…
-
comment
Comment #26509229
The few tickets I've been interested in, their answers have been along those lines. I've mentioned this before, but Bitwarden has been broken in Firefox's private mode, and to this…
-
comment
Comment #26508609
> The server sees what domains you have passwords for. The server does not see the domains you have passwords for. The following data are saved in plaintext: - A list of "equivalen…
-
comment
Comment #26505930
Please please please do this. I have plenty of issues with their prioritisation but at the end of the day, Bitwarden is extremely cheap, and is a great product. There is little to …
-
comment
Comment #26502883
Don't forget the blackjack and hookers.
-
comment
Comment #26496580
Used to work for a company that was their client. Loads of outages and just bad in general. I don't understand how they've become a fintech giant considering how bad they are.
-
comment
Comment #26488398
How would this work in cases of say protonmail?
-
comment
Comment #26483143
With enough love it sounds like eventually Kubernetes could in theory also deploy applications running in BSD Jails on BSD. Great! Hope it gets enough love. I wonder if this is dev…