Search results for query: *

  1. Craig321

    Visual Studio Code and Neovim extension

    You hitting a shortcut to turn it off or something?
  2. Craig321

    Chatgpt and Programming

    Ah yeah, I wish! But my work has some or other issue with Copilot at the moment so we're not getting that yet and it's not something you can buy your own licence for to use at work really.
  3. Craig321

    Chatgpt and Programming

    It’s $20 a month, cancel any time.
  4. Craig321

    Chatgpt and Programming

    Also now a daily user of ChatGPT, with a paid subscription. Well worth the money IMO considering the increase in productivity and knowledge.
  5. Craig321

    Windows 12 sys reqs.?

    It's just classic microsoft. 1 good os, 1 bad. XP - great, Vista - meh, 7 - great, 8 - meh, 10 - great, 11 - meh Looking forward to 12. It'll be a polished 11.
  6. Craig321

    New MS Teams

    I often wonder if Teams is made to look worse than it is because of all those "crashes" and "camera/mic problems". Convenient excuse to skip a meeting and have a break :p
  7. Craig321

    New MS Teams

    I've been on the new Teams for months now at work and don't really have any problems. I can't remember the last time I've had to kill it or restart it or whatever. The new one is feeling better than old now IMO. This is the one marked 'new' on Windows 10 by the way. We haven't upgraded to 11...
  8. Craig321

    Chatgpt and Programming

    I’m not dismissing them at all, I understand there is and will be a lot more going on than predictive text, just saying there’s a really long way to go before they can actually replace a developer and I don’t believe it’s going to be only 10-15 years before 99% of the ‘average’ programmers are...
  9. Craig321

    Chatgpt and Programming

    I think it will take longer than people think to actually replace developers. I believe it will be a long time before AI can actually think and reason. What we're seeing now is a very powerful predictive text system, not actual machine intelligence. Don't get me wrong, I think generative AI...
  10. Craig321

    Shacket anyone?

    Their hoodies are nice too!
  11. Craig321

    Self hosting bitwarden

    Thank you :) Was more curious than anything - I have mine running an nginx proxy on a Pi!
  12. Craig321

    Self hosting bitwarden

    Their MagicDNS product is effectively a reverse proxy, right? So presumably you have to install something on the server that's running Bitwarden/Vaultwarden so it can talk to Tailscale's service. I would argue that still opens you up in a way - you are relying on their service being secure and...
  13. Craig321

    Debian Bookworm (Standard Install) Ifconfig Problem

    Ah - nice easy fix! :D
  14. Craig321

    Debian Bookworm (Standard Install) Ifconfig Problem

    When you say net-tools doesn't want to work, what do you mean? I am running Bookworm and just tried it - sudo apt install net-tools - I could then run ifconfig without a problem. Did you try run sudo apt update? ifconfig is actually deprecated now, so you really should move over to ip!
  15. Craig321

    Replacement for Authy 2FA token generator?

    Yep - beautifully. There are apps for both Android, iOS, an excellent web UI, windows desktop and Linux desktop. The app syncs your passwords and makes themavailable while offline. I personally self-host Bitwarden using the Vaultwarden back-end, but you can also just sign up with BitWarden...
  16. Craig321

    Replacement for Authy 2FA token generator?

    Bitwarden (vaultwarden) allows you to store your MFA tokens with your login.
  17. Craig321

    Macro Keys

    Make sure you can write to the folder where that database lives. Are you using maven like it says to do on their GitHub?
  18. Craig321

    What would you say is the easiest programming language to use today?

    I'm going to throw Rust in there. It isn't necessarily object oriented, but does have elements of it. I have recently started learning it and am actually finding it one of the easiest languages I've learnt (I will say, I've been doing this stuff for like 20 years now, so my view of easy might...
  19. Craig321

    Password managers! (Fed up of lastpass!)

    Bitwarden here, but I actually self-host vaultwarden, which is a back-end server for Bitwarden which you can self host. Much better to keep that sort of thing in your own hands. It reduces your 'attack surface' massively. Your passwords don't need to be online at all - it actually works really...
  20. Craig321

    Best linux distro for gaming ?

    I use Debian on my desktop with Lutris from flatpak. Using flatpak gets around the issue of Debian's packages being out of date (which is intended, but can be annoying for stuff like gaming, which often needs latest versions for any sort of stability). Once I got Lutris, I installed the...
Back
Top Bottom