Live data from Hacker News

Viewing profile — BasiliusCarver

BasiliusCarver

HN member
Joined
Sun, May 24, 2020, 3:18 AM UTC
HN karma
52
Public activity
31 items

About BasiliusCarver

Performance/Site Reliability

Recent public activity

  1. comment
    Comment #41485545

    Thanks. I haven't used nix myself so I'm not sure... If you have the powershell nix package installed you should be able to use Install-Module like in any other environment.

  2. story
    Show HN: Use Spectre.Console Terminal Widgets in PowerShell

    I like spectre.console and wanted to be able to use it in powershell scripts so I built this module.

  3. comment
    Comment #41090569

    I’ve used this: dig @1.1.1.1 ch txt whoami.cloudflare +short

  4. comment
    Comment #41022411

    Astro is awesome. It’s easy enough to get started with a template for a static site and flexible enough to build dynamic web apps. My static personal site is Astro hosted on cloudf…

  5. comment
  6. story
    Show HN: Pretty code snippets for PowerShell in the terminal

    I had some fun learning to parse PowerShell code with the built-in abstract syntax tree for this one. I originally wrote it to add some color to the output in PowerShellAI.

  7. story
  8. comment
    Comment #35632502

    I built it into the existing PowerShellAI module because I was learning as I went and I was already using it. The module already has quite a bit of adoption too so I figure it’s a …

  9. story
    Show HN: I Wrote an AI PowerShell Refiner

    I’ve been having fun generating code via LLMs but getting frustrated with the common pitfalls (hallucinated functions, parameters, mixed up language constructs etc.). I use PowerSh…

  10. comment
    Comment #34286578

    I’ve lurked for years and have decided to start writing stuff down in public https://shaunlawrie.com/ Hand written HTML/css/js deployed via cloudflare pages

  11. comment
    Comment #34286560

    Nice. Some of that reminded me of an album by The Algorithm https://www.last.fm/music/The+Algorithm/Brute+Force:+Source+...

  12. comment
    Comment #33401607

    I've always used shell scripting of various types and tend to work to whatever is available in the operating environments I'm working in. If I'm doing stuff in Windows-land I'm goi…

  13. comment
    Comment #33400644

    “Solidly between terrifying and awesome” is a great description thanks

  14. comment
    Comment #33399933

    Haha I didn’t expect to see my name while I scrolled through HN this morning. This is my PowerShell script I added to PowerShell Gallery this weekend. I submitted it as “Show HN” a…

  15. comment
    Comment #33052468

    My whole career has been built around what you say you’re good at and I love it. I see debugging and optimising as puzzles. I started in test automation and performance engineering…

  16. comment
    Comment #33052359

    Love it when you do the “who wrote this” git blame and it was

  17. story
    Ask HN: Is there a name for the “rebuild it” phase of becoming an architect

    I went through it and I’ve seen others think the same. It’s where you think you know the best way to do something so the old software is just plain wrong and “needs to be completel…

  18. comment
    Comment #33016262

    Added customizable keymappings and a vim default :p

  19. story
    Show HN: My PowerShell pixel art editor

    I got a bit carried away writing an editor so I could draw some pixel art for starting my blog and ended up with some pwsh spaghetti that's quite fun to use.

  20. comment
    Comment #32821898

    Nicely presented. It’s fun but the new-user learning curve is definitely frustrating (especially because most of the documentation is super dry). I ended up with this after a while…

  21. comment
    Comment #32747275

    I’ve found it pretty handy to run a defragmentation in a guest OS before trying to shrink virtual hard drives. Not sure it affects all virtual drives but hyper-v vhdx can compact p…

  22. story
  23. comment
    Comment #32340365

    One of the things I’ve done before among the other suggestions is to put a hidden link like /followmeifyouscraping.html in the landing page to get a bit of info about scraping volu…

  24. story
  25. comment
    Comment #31228461

    I had fun a few years ago learning a little bit of COBOL and wish this had been around then because you never know if any of the documentation is relevant to modern-ish COBOL. Feel…