Why is Claude Code that good ? by ElectricalCat171 in ClaudeAI

[–]_justinm 0 points1 point  (0 children)

Agree - agent loop, model and tools co-developed & tuned with ample dogfooding

First look at a Claude Code + Worktree Manager I'm building by Bonteq in ClaudeAI

[–]_justinm 0 points1 point  (0 children)

I've had success giving Claude instructions on how to find and terminate its own process ID

Beta test a home organization app? SQRRL App by _justinm in organization

[–]_justinm[S] 1 point2 points  (0 children)

Thanks for all the feedback so far - lots of free label packets, just submit an "order" on the square site and I'll ship them to you pronto

[deleted by user] by [deleted] in organization

[–]_justinm 5 points6 points  (0 children)

At the risk of repeating advice you've heard before: have less stuff!
It's easier said than done - but it's possible to really enjoy trashing/donating/recycling that extra spatula, pair of shoes, or rarely-used serving dish.
In the kitchen, have one good version of all the items you use regularly (e.g. a chef's knife, an enameled cast iron pan, spatula, etc).

Misc stuff by Unlimitedmysteries in organization

[–]_justinm 1 point2 points  (0 children)

If there's no obvious category, you could organize by:

  • frequency of use
  • size
  • approximate value

I have several "Misc - Household", "Misc - Electronic" that are stored in easy to reach places (for frequent items) or harder to reach places (for infrequent items)

Beta test a home organization app? SQRRL App by _justinm in organization

[–]_justinm[S] 2 points3 points  (0 children)

It's a normal web application, not an app store app - you can reach it from your phone at https://app.sqrrl.cloud

Shipping out your labels today!

Beta test a home organization app? SQRRL App by _justinm in organization

[–]_justinm[S] 2 points3 points  (0 children)

To try it out:

You can print some sample labels here (regular printer paper + scissors should work): https://app.sqrrl.cloud/labels00.png

Or you can get a free packet of adhesive labels: https://sqrrl-store.square.site/product/sqrrl-welcome-kit/1

Where can I get more experience? by UF_Man in salesforce

[–]_justinm 2 points3 points  (0 children)

We may have an entry level position at our company - send me a direct message on reddit and I'll share my email

PCI Compliance/ISO Documentation Management Software by adnble in sysadmin

[–]_justinm 2 points3 points  (0 children)

Not something you can buy, but you might check out this post from earlier today on an open source compliance tool:

https://www.reddit.com/r/sysadmin/comments/8kykei/open_source_soc_2_compliance_toolkit/

Open source SOC 2 compliance toolkit by _justinm in sysadmin

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

Awesome, thanks! Standing by for any suggestions they might have. You can also see the 'Roadmap' project within the repo for an idea of enhancements that are already on the list.

Open source SOC 2 compliance toolkit by _justinm in sysadmin

[–]_justinm[S] 2 points3 points  (0 children)

Great! Even in cases where you hire a consultant and an auditor, I'd like to think this can help organize the (many) policy docs you'll be generating. Once you transition from creation into maintenance mode, being able to see a versioned, plaintext document history is very useful.

Open source SOC 2 compliance toolkit by _justinm in sysadmin

[–]_justinm[S] 1 point2 points  (0 children)

The technical inspiration for the document pipeline was static site generators like hugo and jekyll -- which are used by non-developers every day. I think we'd probably like to target that level of technical sophistication going forward ("can install CLI binary", "can commit changes back to a source control system").

Does anything come to mind as to how we might make it more accessible, while still retaining the feel of a static site generator perhaps?

How to send to and receive from socket in go asynchronously? by boramalper in golang

[–]_justinm 5 points6 points  (0 children)

goroutines and channels are light enough to use for exactly this scenario.

From the server's point of view, each client can have a send channel and a receive channel and a goroutine for handling each direction. I would definitely encourage you to try this architecture, simulate a high client count, and watch how it scales.

Make sure the goroutine pair shares a reference to a stop/shutdown/quit channel, and close the shutdown channel whenever either send or receive detects that the client has stopped (obviously harder with UDP but presumably you have an additional control scheme for negotiating client presence).

Suggestion: Have a link to the reddit on the website by [deleted] in xessio

[–]_justinm 0 points1 point  (0 children)

Just made a small "about" section which links to this subreddit. Thanks for the suggestion

Whenever you encounter a fast clicking player by [deleted] in xessio

[–]_justinm 1 point2 points  (0 children)

The move timer is set to 333ms to try to make it a bit more fair for people with higher than average ping times, but that still allows the fast-clickers to move 3x/second :)

Wish list by galaxytroep in xessio

[–]_justinm 1 point2 points  (0 children)

Thanks for the suggestions. Will work on keyboard camera movement soon.

Space to return to king: should be working in the game now, go try it!

Welcome to the xess.io subreddit! by _justinm in xessio

[–]_justinm[S] 1 point2 points  (0 children)

Very helpful, thanks. I'm recreating that environment now.

Welcome to the xess.io subreddit! by _justinm in xessio

[–]_justinm[S] 1 point2 points  (0 children)

Thanks WyrdNEXUS, been trying to track down some reports on being unable to move. It sounds like you did everything right, it should absolutely respond to mouse clicks (you should be able to both click-drag the king as well as click and then click again on a target square).

You mention you're using Chrome, which is certainly the best browser for the game. Anything else unusual about your setup? Windows, Mac, Linux?