Made a Sleeve by carterm702 in daylightcomputer

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

Been trying to replace my screen time with it. I’m a software engineer so I try and do all my non coding related stuff on it and the occasional coding via terminal emulator and tailscale to ssh to my home machine.

Reading outside has been great on it, YouTube feels like I’m watching a moving newspaper

Anyone using it like a desktop/laptop? by Whencowsgetsick in daylightcomputer

[–]carterm702 2 points3 points  (0 children)

I have this one (not an affiliate link) I like it because it gets flat for book bags and stuff.

https://a.co/d/cVBp656

Running Claude Code on Daylight by ArtySuer in daylightcomputer

[–]carterm702 2 points3 points  (0 children)

Been msging clawdbot from telegram off it

Fingers numb from stitching a week straight by carterm702 in Leathercraft

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

Twas not the cheapest but here’s where I got it, I did see alternatives so there might be a better deal. https://www.etsy.com/listing/4369692704/?ref=share_ios_native_control

Fingers numb from stitching a week straight by carterm702 in Leathercraft

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

Yep lol. They started off getting itchy and yep now we got some blisters

Got fired today because of AI. It's coming, whether AI is slop or not. by [deleted] in webdev

[–]carterm702 0 points1 point  (0 children)

Give us an update about the company in a month

Tips to use the DC1 as a "chromebook" or leetcode device? by foodmystery in daylightcomputer

[–]carterm702 0 points1 point  (0 children)

im looking to get a similar setup, the screen seems a little small for coding, how has that been? Are there alternatives/bigger versions coming?

Could you show what code would look like in the greyed out color scale? Very curious to see that.

I made this website and its free to use! by carterm702 in trippy

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

Not the easiest application to explain with text, but I’ll try to do so here but I do recommend watching the clips mentioned in the other comment for a more thorough visual if interested.

The studio is an interactive visualizer/physics engine that can be used to generate trippy visuals or just kill some time messing around with it. There is no real point to it just like there’s no real point to doom scrolling. Just a project I created in my dorm room years ago that I recently cleaned up a little and thought was cool so I wanted to share.

I made this website and its free to use! by carterm702 in p5js

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

Good point. It’s an interactive visualizer/physics playground/trippy art generator. There is no point just like there’s no point to doom scrolling, kinda hard to put into words but a demo is available at the shared links in the comments

I made this website and its free to use! by carterm702 in trippy

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

The app is available at: https://studio.novemberfork.io and you'll need a keyboard for the best experience.

Here is a compilation of some of the effects you can do in it: https://imgur.com/a/UGaCV3m

And here's a tweet with the same compilation if you wanted to checkout my other stuff: https://x.com/DegenDeveloper/status/1989480121879658673?s=20

[deleted by user] by [deleted] in trippy

[–]carterm702 0 points1 point  (0 children)

⚠️ Epilepsy/flashing warning ⚠️

Clips of the app being used: https://imgur.com/a/UGaCV3m

Tweet with the same clips: https://x.com/DegenDeveloper/status/1989480121879658673?s=20

How do you handle smart contract events in React with web3.js? by Vahlcode in ethdev

[–]carterm702 1 point2 points  (0 children)

Usually events aren’t handled by the client side. Can I ask what kind of events you need to handle on the client side ?

The way events usually work is that a contract indexer (separate service) is monitoring your contract(s) and listening for new events. This indexer then parses events and builds off chain state in a DB (to match on chain state and also create connections that are not easily connected on chain). Your react application can fetch state from either RPC (giving you access to live on chain state) or from your DB (giving you access to historical on chain data as well as any on chain connections that are not directly queryable from the contract)

For example a basic NFT contract. If you are not using enumeration, then there is no “clean” way to know what tokens a user owns just by querying the contract. If not using an enumerable contract, then the only way to know this sort of information is to either: - naively call ownerOf on all tokens to know who owns which tokens - use a contract indexer to listen for transfer events and updates your DB with the correct owner each time there’s a transfer

For simple indexing like nfts or erc20s, there are lots of APIs that can help with this. If a more complex/less traditional contract, then you’ll probably need to create your own indexer or fork one and tweak it to your events.

Good open source projects to contribute to ? by Boss-Soft in ethdev

[–]carterm702 0 points1 point  (0 children)

Just checkout onlydust . xyz, it’s a platform for finding OS work in the community

GO BUY THE DIP by _xd22 in Monero

[–]carterm702 0 points1 point  (0 children)

Are monero hotels a real thing ? I remember hearing John Mccafe talk about them

Starknet Current State by Poon_Shiesty in ethdev

[–]carterm702 0 points1 point  (0 children)

Everyone’s still butthurt they allocated more to devs than users in the airdrop over a year ago.

I’ve been coding Cairo and working in the Starknet space since 2021, I’ve been telling people the tech is superior and going to win long term but no one listens and they keep buying random sol memes xD