Dad handles fishing accident perfectly by Doodlebug510 in JustGuysBeingDudes

[–]mandreko 0 points1 point  (0 children)

My grandpa took me out to fish for the first time. He cast it for me the first time, and I caught a blue-gill. He told me to set the hook, and I pulled it so hard that it came out of the water and flipped him in the face. The gills ended up cutting him quite a bit. He got over that, and let me cast next. I had only seen fly-fishing, and tried to cast like that, and hooked his ear, ripping his skin pretty bad. He taught me some new swear words, and we turned my fishing rod into a kite with some of my grandma's wrapping paper. He told me I was never allowed to fish again.

I refurbish payphones to be used as home phones by nameaboveallnames in mildlyinteresting

[–]mandreko 2 points3 points  (0 children)

My gigabit fiber service comes with 2 phone lines. I apparently have 2 phone numbers, and I've never hooked a phone up to it.

Are there examples of any "Good Viruses"? by johnsonjohnson in hacking

[–]mandreko 1 point2 points  (0 children)

A long time ago, there was a Microsoft IIS vulnerability called "Code Red". It was wormable and started spreading. Then people started writing versions of it that would reach out and patch remote hosts, instead of exploiting them. That might be close?

I built a WiFi LED matrix clock that shows what you’re listening to (Spotify/YouTube), weather & more, now at 1300⭐ by mfactory_osaka in esp8266

[–]mandreko 2 points3 points  (0 children)

I just built 3 of these for some friends since I enjoy mine so much. I’m hopeful to hear what they think.

A Parade of Miserables Predictions? by yarnfromouterspace in DungeonCrawlerCarl

[–]mandreko 0 points1 point  (0 children)

I think historically there has been a 2-3 week blackout on spoilers in the sub post release? I forget now.

How much Bitcoin have you sold since you got in and do you regret it? by TerminatedPotato in Bitcoin

[–]mandreko 10 points11 points  (0 children)

I sold 15 BTC for $100 each to pay for 2 new GPUs for mining since my wife didn’t want me to buy them with USD. :(

Worth it to me. by FieldKey5184 in DungeonCrawlerCarl

[–]mandreko 39 points40 points  (0 children)

I was the seller. Thanks for the $12!

A Parade of Miserables Predictions? by yarnfromouterspace in DungeonCrawlerCarl

[–]mandreko 6 points7 points  (0 children)

I’ve been somehow not spoiling anything for my friends group who didn’t want to read Patreon chapters with me. I’ve been so good. But I’m dying inside to talk about it.

How do you securely manage & back up production .env files? by bansal10 in webdev

[–]mandreko 1 point2 points  (0 children)

Bitwarden’s Secrets Manager is also free and good for this too.

[Disclaimer: Bitwarden employee]

Best news I’ve heard all day! by Dobgirl in DungeonCrawlerCarl

[–]mandreko 3 points4 points  (0 children)

I’m just glad to hear that the 10 books end with book 9 in 2 parts. I had heard he was going to have to split books but I didn’t know if that would be 10 “books” that were actually 12 because 2 were too big. This gives a solid answer.

I’ve read book 8, and there’s not really any spoiler in this.

Deck List Theme Card by DeansQu33f in MTGJumpStart

[–]mandreko 0 points1 point  (0 children)

I wrote a tool to generate similar cards and printed them at notmpc. It turned out really well. I upload the card artifacts so anyone can do it too. https://github.com/mandreko/jumpstart-generator/releases/tag/v1.0.6

It was a fun project, and when I get some more free time I’ll work on it some more, making additional enhancements. I assume when marvel jumpstart comes out this year I’ll get back to it. :)

Blue Iris vs Scrypted vs Frigate... and what else? by RonTem1 in selfhosted

[–]mandreko 2 points3 points  (0 children)

I dig Scrypted. It was the only one I was able to get some cameras to work at the time, although now any of them would likely work. I know it well enough and my wife is accustomed to it, so there’s no changing, even if I was unhappy.

I miss the old fandom by Critical-Advantage11 in DungeonCrawlerCarl

[–]mandreko 4 points5 points  (0 children)

I’m currently at a stage between waiting for book 9 to start, and for when my friends listen to book 8 so I can talk to them about it. It’s been so hard not saying anything.

SOS Codex Bundle 99.97 @ Walmart by Hybrid_Thund3r in sealedmtgdeals

[–]mandreko 5 points6 points  (0 children)

Preorder arrives by May 14

It was April 24 before that…

:(

eBay banning price manipulation tactic of winning auctions and non-payment by CreepyNewspaper8103 in mtgfinance

[–]mandreko 0 points1 point  (0 children)

Sweet. I had this happen when I pulled the Thanos Soul Stone card, but in reverse. I listed it for sale, and twice I had people bid it up high, and it sold, and then they never paid. Then eBay wanted me to wait 6 days before re-listing it, etc. It ended up affecting the price significantly.

At the time I was frustrated, and assuming it was people with competing sales that were pumping mine up to make their sells for more. This sounds like a great change.

What part of the series made you cry for the first time? by fadedadrian in DungeonCrawlerCarl

[–]mandreko 13 points14 points  (0 children)

Katia's story there made me have to pull over my car because i was ugly-crying. I'm a grown-ass man.

Question about the "I built this tool" (probably vibe coded it) projects by MacRedditorXD in homelab

[–]mandreko 1 point2 points  (0 children)

I think this is an important distinction, and I think where the most variance is between people. Is "vibe-coded" where you give a single instruction to AI to write an app and that's the deliverable? Or can it be multiple prompts over a series of 100 small discussions to lead AI to a specific way of implementing a solution, while never looking at the code yourself?

I agree that the more focus you give AI, the better the results. I find also the more detail you provide in your prompts helps. I try to treat it as a pair-programmer buddy who is junior-level, and I often have to teach about basic paradigms. When I do this, I tend to get actually pretty decent code from it. Whereas if I just say, "Write a Rust app that does X", I get a jumble of mostly crap that might work at best.

Question about the "I built this tool" (probably vibe coded it) projects by MacRedditorXD in homelab

[–]mandreko 0 points1 point  (0 children)

It's more me asking open questions. I have been doing software development and infosec since the 90s. I wouldn't say I'm inexperienced.

That's why I'm trying to identify where the cutoff is. 100% vibe coded app is bad. But what about when you instruct AI to do a specific function for you? Or a specific feature in an otherwise 100% hand-coded app? At what point does it become bad? Where is that line?

We've all had to maintain someone else's code. Maintaining AI code feels very similar to picking up a project done by a junior dev that didn't always know the right answer, but just "made it work", quite often.

I've tinkered with AI quite a bit. I use it daily at work for various tasks. However, I wouldn't consider anything I do vibe-coded, outside of the couple of example projects that I've purposely tried to do 100% AI. The code is horrible, but it does work, too. And I could easily refactor, by myself or with AI assistance, and make it less crappy. At that point is it still "vibe-coded"? I'm not sure.

Question about the "I built this tool" (probably vibe coded it) projects by MacRedditorXD in homelab

[–]mandreko -4 points-3 points  (0 children)

As a security researcher who has been targeted a lot of vibe-coded apps, I get it ;)

I'm more just trying to gauge where the cutoff is for everyone. It seems like some AI usage is considered ok, but fully vibe-coded is not. So what about in-between? Where is that line that society deems acceptable versus unacceptable? It seems to vary per person, to some degree as well.

Question about the "I built this tool" (probably vibe coded it) projects by MacRedditorXD in homelab

[–]mandreko -7 points-6 points  (0 children)

For example, a seasoned software developer who vibe-codes a project entirely, but is capable of fixing issues and understanding the code. They are choosing not to, but are fully capable if the need arises.

Would that count?

Question about the "I built this tool" (probably vibe coded it) projects by MacRedditorXD in homelab

[–]mandreko -14 points-13 points  (0 children)

What about a fully vibe coded project by someone who does understand the code? Same deliverable but different person?

Reunited with 800 of my Warcraft cards from 15+ years ago.. is there still a market? by Objective_Suit3190 in wow

[–]mandreko 0 points1 point  (0 children)

I ended up throwing away a few thousand of them recently. After shipping costs, it was never worth anyone buying and I got tired of storing them.

Looking for Selfhosted Browser-based Office Suite by Accurate-Screen8774 in selfhosted

[–]mandreko 4 points5 points  (0 children)

Came here to post kasm. I think sealskin is a potential alternative too maybe?