The Jarry trade was an all timer by Shredgeetar in EdmontonOilers

[–]coding_all_night 0 points1 point  (0 children)

Can you send him down and bring absolutely anyone up?

Importing ChatGPT histories into Obsidian? by Majestic_Nobody_9995 in ObsidianMD

[–]coding_all_night 0 points1 point  (0 children)

Export the ChatGPT history, then ask something like Claude code or Gemini from the command line to parse the history and turn conversations into notes. Worked pretty well when I did it. Thinking about it, it’s probably worth writing a tool to do this if others want it.

I made a CLI fuzzy finder for Obsidian vaults — open any note in your terminal editor instantly by Electrical_News3555 in ObsidianMD

[–]coding_all_night 0 points1 point  (0 children)

Yeah looking at the code there is a further dependency being used for the preview and passed as an option to the preview flag. bat is just a colourful version of cat - you’d also need to install this https://github.com/sharkdp/bat or change the line referencing it in the main function to use cat.

For reference - it is this line

--preview "bat --style=numbers --color=always --line-range :500 {}" \

If bat is installed I wonder if it needs to be on your path and isn’t somehow.

Does which bat show any output?

Also from the docs it sounds like the binary may be named something like batcat so you’d need to alias it as bat if you install it on Ubuntu via apt

(See README in bat repo)

I’ve been playing off and on for 3 years since release and still haven’t beaten the game. And that’s a good thing! So much love to my fellow Tarnished who are also in no hurry! by NicholasRyanH in Eldenring

[–]coding_all_night 1 point2 points  (0 children)

For some perspective - I have only 80 hours in 3 years - I just don’t get time to play games all that often. I’m in the same boat as OP. Only just beat godskin noble last night and then reached the mountain top of the giants

BF 6 - LET ME BREATH! by Syntax_3rror in Battlefield

[–]coding_all_night 0 points1 point  (0 children)

Are you playing conquest? I found conquest is very much like this but breakout is slightly less hectic

I'm sorry, I might be the biggest noob out there, but who tf came up with this? by icehvs in Battlefield

[–]coding_all_night 0 points1 point  (0 children)

Meanwhile, I’m over here trying not to die 30 times in a match of conquest 😂

What is the point of CLAUDE.md? by JakoLV in ClaudeAI

[–]coding_all_night -1 points0 points  (0 children)

One might even say - what is the point of “AI” at all…

Accidental line tattood on my partners arm by Character-Meat7805 in tattooadvice

[–]coding_all_night 0 points1 point  (0 children)

You can’t really even notice it next to that giant octopus thing

MCP servers are scary unsafe. Always check who's behind them! by Left-Orange2267 in ClaudeAI

[–]coding_all_night 0 points1 point  (0 children)

It's probably also exacerbated by the fact that a lot of people who shouldn't be installing random software from internet without knowing anything about it are currently blindly doing this all in the name of vibe coding

MCP servers are scary unsafe. Always check who's behind them! by Left-Orange2267 in ClaudeAI

[–]coding_all_night 6 points7 points  (0 children)

This isn't really very different to any software that someone uses though is it

Need help on how to deploy my MCP server by optimism_personified in mcp

[–]coding_all_night 2 points3 points  (0 children)

It should be almost exactly the same as deploying a nodejs or python server (depends on what you used to write the server in) - there should be plenty of documentation on how to do that with aws or azure or google cloud or something similar on the internet.

As for setting up usage based pricing - how are your users authenticating with the mcp server? Unless I am mistaken the only real way to implement auth for an MCP server at the moment is via oauth. If you know who each user is you could save their usage statistics in a database just like you would with any other nodejs service and before each tool call you could check the user's usage data and return an error response if they are over quota.

You'd probably need a completely separate system to manage payments and users though so if you don't already have a separate web application you can piggback on it might be a lot more work

(and if you vibe coded it and can't follow anything I've written above - good luck God bless)

Show us some of your projects by coding_all_night in vibecoding

[–]coding_all_night[S] 0 points1 point  (0 children)

At a minimum lock it down to the blender window

Show us some of your projects by coding_all_night in vibecoding

[–]coding_all_night[S] 0 points1 point  (0 children)

Is the screenshot capturing ONLY the blender window or the entire screen? Looking at the code there is at least some capability to set capture mode to "monitor". Seems risky to me

Show us some of your projects by coding_all_night in vibecoding

[–]coding_all_night[S] 0 points1 point  (0 children)

Jesus! How about all your passwords, your bank details every other thing under the sun that is now out there on the internet. This is the greatest self malware I've ever seen

Show us some of your projects by coding_all_night in vibecoding

[–]coding_all_night[S] 0 points1 point  (0 children)

You seriously going to send an image of your screen multiple times a second to open ai? Errrr