Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dastx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
dastx
5y ago
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 faults, but, in my experience, it is a thousand times better tha
2.
▲
by
dastx
5y ago
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 ridiculous. I regret being part of the crowd who jump on t
3.
▲
by
dastx
5y ago
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 of usability changes that do not affect your tf code.
4.
▲
by
dastx
5y ago
> 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 the difficulties of learning to use Terraform nat
5.
▲
by
dastx
5y ago
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 subcommand that does most of the work you (usually no addition
6.
▲
by
dastx
5y ago
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 resource. Say you have a lambda, to find which iam is linked to it,
7.
▲
by
dastx
5y ago
> 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) that automatically does this for you.
8.
▲
by
dastx
5y ago
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 huge difference.
9.
▲
by
dastx
5y ago
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'll switch back.
10.
▲
by
dastx
5y ago
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 for Windows or Mac. So Linux it is. 1Password at the time h
11.
▲
by
dastx
5y ago
> 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. > But not ever using a site because of it seems sill
12.
▲
by
dastx
5y ago
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 cloud only infrastructure with a relatively high subs
13.
▲
by
dastx
5y ago
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.
14.
▲
by
dastx
5y ago
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 each line with `\` to escape new lines. Tha
15.
▲
by
dastx
5y ago
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.
16.
▲
by
dastx
5y ago
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 the user and confirm whether or not they want
17.
▲
by
dastx
6y ago
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 packages on my Mac used to take hours.
18.
▲
by
dastx
6y ago
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 about anything. By your l
19.
▲
by
dastx
6y ago
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 day they're just blaming it Mozilla for
20.
▲
by
dastx
6y ago
> 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 "equivalent domains" (this starts out with a default list
21.
▲
by
dastx
6y ago
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 no reason to not pay that $10 a year.
22.
▲
by
dastx
6y ago
Don't forget the blackjack and hookers.
23.
▲
by
dastx
6y ago
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.
24.
▲
by
dastx
6y ago
How would this work in cases of say protonmail?
25.
▲
by
dastx
6y ago
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 developed in an official capacity under the Amazon brand or it&
26.
▲
by
dastx
6y ago
Imagine how much they'll have lost in revenue because people rage quit due to slow load times. Myself included.
27.
▲
by
dastx
6y ago
Unlike Microsoft and Apple, on Linux you're never forced to upgrade. Thus, when you do upgrade, you should really be checking what packages are upgraded. The alternative to such a page would be to require you to stop Firefox before the
28.
▲
by
dastx
6y ago
Not sure what to make of this comment but I'll bite. > Apple hard ware isn’t that expensive and the software isn’t particularly great You're clearly not in the loop. Apple hardware in general is significantly more expensive tha
29.
▲
by
dastx
6y ago
Please don't. Anything but Chrome based browsers. Chromium based browsers already have a monopoly, giving Google a huge weight when it comes to the web.
30.
▲
by
dastx
6y ago
> Next, we have madd x0, x0, x0, x8. madd stands for “multiply-add”: it squares x0, adds x8, and stores the result in x0. I'm curious (I know very little about assembly or what's on the CPU so pardon me if what I'm asking
More ›