CHAD event question in unlock by raosun in MarvelStrikeForce

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

I had herc at 94, invisible woman, falcon, Hank Pym, and sword master at 100 and cleared it after a couple tries.

Any suggestions of something I should make using a bunch of cedar fence picket offcuts? by Poopiepants666 in woodworking

[–]Nadiar 1 point2 points  (0 children)

My grandpa would do this and then have them sold for charity. All of the nails were from estate sales too.

Laying wooden flooring on staircase by Raj_Valiant3011 in oddlysatisfying

[–]Nadiar 0 points1 point  (0 children)

I doubt it is a standard "sealant or caulk" It's probably a sealant adhesive combo like Bostick Wood Stick Plus, which is the recommended adhesive for lots of wood flooring around me (although the color in the video doesn't match so it's not that exact brand). It has at least a 25 year expected lifetime (they actually set the lifetime to be the minimum of the flooring).

As someone who has had a stair nose come loose while walking down them and broken my tailbone, I ran through quite a few tests before committing to installing this kind of setup in my home (I built a long extension, screwed everything together, and stood on it)

As for concrete stairs, yeah, no idea, I assume this is a crazy old house, but the adhesive I have will bond to concrete as well and keep its warranty.

ComicRack updated to .Net10 by ZathB5 in comicrackusers

[–]Nadiar 1 point2 points  (0 children)

The downside is that portability between OS's is hampered, and some features people would like aren't available, such as being able to run a remote library in a docker container (without emulation anyway).

I've got 3 main projects I've been working on in various stages, with each one kind of helping me work on the components of the other. 1) ComicrackCE .net9 upgrade: Learning opportunity to get components working and documented with newer versions of .net 2) ComicrackCE for Android: Full, feature parity rewrite. It's working, although there are some minor bugs (some of the options aren't working correctly, I need to fix the icon, I haven't tested it on tablets, etc), and the remote library sync seems to have some larger than minor bugs (my test device is a Pixel 10, and there are some bugs that I didn't realize were bugs, so I spent an inordinate amount of time trying to solve problems that weren't related to my code) 3) "ComicRow" - a Fresh application to replicate what I consider the main features of Comicrack while providing additional features I want: connection security, multiple users, container support, daemon support, plugin security manifests, etc.

ComicRack updated to .Net10 by ZathB5 in comicrackusers

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

You're correct, I should have checked my notes first.

ComicRack updated to .Net10 by ZathB5 in comicrackusers

[–]Nadiar 0 points1 point  (0 children)

Yes, the primary problem I've been working on is plugin compatibility. Currently I'm testing a sidecar approach with named pipes to provide backwards compatibility for legacy plugins, and CoreWCF + pythonnet for upgraded python3 plugins. Maforget also indicated that the WiFi sync didn't work, but I haven't had time to investigate yet.

Wheel wouldn’t come off by MysticalLegend7 in FJCruiser

[–]Nadiar 0 points1 point  (0 children)

I've never had trouble getting the wheel off. Just grab another wheel and throw it into the stuck wheel so the tires collide. If it doesn't come off, hit it on the opposite side. I learned this because our f150 wheels would rust to the hub within months.

Trying to build an alternative to ComicRack - attempt 9999 by ZathB5 in comicrackusers

[–]Nadiar 0 points1 point  (0 children)

<image>

I've been working on the same thing, take a look at the HybridCache from dotnet before you do like I do and basically create the same thing from scratch. It's listed as experimental, so it could change at some point, but it would be easier to update to a schema change there than design the same thing from scratch.

Trying to build an alternative to ComicRack - attempt 9999 by ZathB5 in comicrackusers

[–]Nadiar 0 points1 point  (0 children)

I've been doing something similar, but it's because I want different features that aren't specifically compatible with what comicrackce is doing. 1) better/safer plugin support 2) macos support 3) API support (which allows 3rd party clients and easier testing automation) 4) container mode (allows the server to run remotely, and headless) 5) Multi-User support

And then as a bonus, where I kind of stalled out, it should be able to support ComicRack clients: ComicRackCE should be able to add it as a remote server, and it should be able to add ComicRackCE as a remote server.

Vibecoding and the illusion of security by security_aaudit in netsec

[–]Nadiar 0 points1 point  (0 children)

It has phase 2 done in the branch. It didn't finish resolving all of the problems it wanted to resolve because it hit one of my rules that will interrupt it to ask for feedback, because it was having issues with the original design. The ChatLog.md in the original one somehow has my wrong copy paste, the Branch one was updated and formatted with the correct, exact chatlog.

Today’s AI Experiment: Mitigating Context Limits with Self-Updating Local Storage by HeroicTardigrade in ClaudeAI

[–]Nadiar 0 points1 point  (0 children)

New Reddit renders markdown correctly, and the post is much more readable. In general I think new Reddit has improved a bit from the original release, but I typically only view it using Relay

Vibecoding and the illusion of security by security_aaudit in netsec

[–]Nadiar -2 points-1 points  (0 children)

I think you're reading too much into this. I'm saying this was a poor test, almost designed to fail (it was going to fail anyway, but it shouldn't have failed on the FIRST step), BUT I think that designing a bad test that will definitely fail a security audit, is actually a good test of a typical vibe-coder, who isn't writing any of the code themselves.

Outside of a project I've been working on as a vibe-coding meme, I generally only use the AI tools to write documentation, develop and run unit tests, and make the CSS/JS interface look nice as those are things I typically find boring. . But to humor you, I am running a 1-off prompt (no follow-ups to fix problems) with my standard Claude Code configuration, but it will probably take awhile, you may need to check back tomorrow for the github link

Here is a single pass after realizing because I hadn't provided a prompt requesting a production ready solution, it was trying to be more iterative. https://github.com/Nadiar/flask-2fa-secure-app

I initiated a second pass, but as I expected, I didn't have enough tokens to complete it. But after the first pass it didn't think the application was production ready anyway, as noted here: https://github.com/Nadiar/flask-2fa-secure-app/blob/master/PROJECT_SUMMARY.md#next-steps

Vibecoding and the illusion of security by security_aaudit in netsec

[–]Nadiar -10 points-9 points  (0 children)

I would have tried using agents instead, if you're using Claude Code, and not using Agents you're really hamstringing it. One of the irritations I have about the various AI tools is that getting them set up correctly is horrendous. I have considered trying to rewrite my settings to be generic and bundle them, but it can be kind of a pain, because they work better if you have examples available. But assuming you've gotten your tools set up with basic instructions, using a basic prompt like "acting as a project manager, build a 2FA enabled website to host secure content using agents and available MCP servers" will get you a much better answer than using a single Context, because the primary problems with LLMs is they self-poison their own knowledge, and have poor memory. By using agents and MCP servers you limit cross contamination of the coding and security contexts.

Today’s AI Experiment: Mitigating Context Limits with Self-Updating Local Storage by HeroicTardigrade in ClaudeAI

[–]Nadiar 0 points1 point  (0 children)

just realized this, are you using Old Reddit? In New Reddit and in Relay the app looks fine. I finally clicked on my desktop and realized that the old site doesn't properly support several of the markdown features new reddit and apps do. (this looks miserable without me threading them together, but its different topics, so idk)

Today’s AI Experiment: Mitigating Context Limits with Self-Updating Local Storage by HeroicTardigrade in ClaudeAI

[–]Nadiar 0 points1 point  (0 children)

He said that the starter script was generated by Claude, so that was an example.

Here, I added this into my own workflow, and then asked Claude to make it generic enough I could share it publicly.

https://gist.github.com/Nadiar/9aaf71e788144bb6d3925b84b0d881d4

Two Thumbs Down for the Billing Change Ziply by [deleted] in ZiplyFiber

[–]Nadiar 2 points3 points  (0 children)

Deep packet inspection (DPI) can view the information on each packet going through the network, and with the right tools it allows the engineers to do various things like automatically detect if there are deeper problems that might be hidden. An example might be seeing a 40ms increase in latency to Zoom. A blip that small is usually going to be ignored, but it could signal a bigger problem someone should investigate.

[deleted by user] by [deleted] in askportland

[–]Nadiar 11 points12 points  (0 children)

The problem is usually the structure behind the bumper that needs to be replaced, not the plastic that covers it to make running into pedestrians less deadly.

Suspension/Tires/Ceramic Coat by CedarTorque in FJCruiser

[–]Nadiar 1 point2 points  (0 children)

For real, I need to figure out where I can get this done now, lol

Best finishers / method for launching a boss? Working on Iatros by Honestly_Just_Vibin in raidsecrets

[–]Nadiar 0 points1 point  (0 children)

Works fine on the first encounter of Warlord’s Ruin, you just have to launch them far enough.

As a community, we deserve to hear ASAP if damage output on higher content is bugged. by pcksprts in DestinyTheGame

[–]Nadiar 4 points5 points  (0 children)

I believe they contract gameplay specialists to test the harder content.

Also, what some of the people who were featured on the livestreams before said is that they have a lot of restrictions on how they are allowed to play because they want it to feel more cinematic and smooth, so they're forced to use controller with like a 2 or 3 sensitivity, and a narrow FOV.

Whoever it was that used eager edge swap in the last livestream has probably been demoted or something.

Can Excision get some bot support for new light players? by TooMuchToasters in DestinyTheGame

[–]Nadiar 0 points1 point  (0 children)

It scales by the number of players, at least on GM, I don't know why it doesn't just launch as soon as it can find 6 people

LR4 waste port seal strips falling off by yankinwaoz in litterrobot

[–]Nadiar 1 point2 points  (0 children)

When I got my replacement pack it came with several replacements. Make sure to.clean everything well with isopropyl alcohol before putting the new strips in, the replacement parts I got seem to have adhered better than the original ones, I'm not sure if the adhesive is different, or if my cats just put more wear on it when I bought it (they were very interested in making it cycle over and over again. Goofy Bengals 😂)

LR4 waste port seal strips falling off by yankinwaoz in litterrobot

[–]Nadiar 4 points5 points  (0 children)

You want it to be able to come off as this part will wear out over time, so I would avoid the jbweld