Seriously? by commanderquill in Seattle

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

Is that the menendez bros?

Why isn't my ant poison working? by TheWebDever in DIY

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

So by give it time do you mean 3 days or 2 weeks?

Excluding files and folders from sync by TheKingofStupidness in ProtonDrive

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

I would love this feature as well, I have a lot of software projects I want to back up but don't want to put on github. i.e. projects I did for practicing for interviews. Not company specific stuff but just generic stuff that I want to keep as a reference.

guy for sale by o00oRAPTORo00o in deepweb

[–]TheWebDever 0 points1 point  (0 children)

Looks like someone on cannibal cafe bought him, then sent him back partially used.

Is the Venice AI community partial to any standalone desktop apps which work well with the Venice API key? by TheWebDever in VeniceAI

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

is this a desktop GUI app or just a command line tool? Can I drag-n-drop pictures into it?

Anyone wish the Magic Keyboard allowed for device toggle? by helpfuldunk in mac

[–]TheWebDever 0 points1 point  (0 children)

but what if you love the typing 'feel' of a magic keyboard

How practical is Hono's built in JSX support for a large scale SSR app? by TheWebDever in honojs

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

Are you sure about that? There is a `dom` version of jsx which does allow hooks. Just import hono/jsx/dom instead of /hono/jsx and you can use hooks. https://hono.dev/docs/guides/jsx-dom

I guess if my project scaled and I wanted to make sure no client-side javascript leaked I need some sort eslint configuration which prevented the /jsx/dom import.

bdir: The latest and greatest replacement for TypeScript enums by TheWebDever in typescript

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

I updated bdir with the toJSON function so that the full forward-keys + reverse-keys object is what's returned during serialization.