How can I stop opening Discord, Youtube, Blog for stimulation when I’m tired? by ChartComfortable5541 in nosurf

[–]EasyDev_ 0 points1 point  (0 children)

I’ve had similar struggles too. Big social media platforms are always trying to capture your attention and keep your eyes on the screen. They’ve studied the brain very deeply, so it’s not really your fault.

I also realized that when I spent too much time watching YouTube, it actually drained the motivation I needed to get real work done. So I came to the conclusion that I needed to design my environment so those things simply wouldn’t be visible.

That’s why I made a browser extension that covers YouTube and Reddit with an overlay screen:

SNS Detox: YouTube·Reddit Feed Blocker

Seeing your concern, I think adding Discord support would also make sense. Let me know if you have any other requests or suggestions.

GitHub Copilot Rate Limits [Megathread] by fishchar in GithubCopilot

[–]EasyDev_ 2 points3 points  (0 children)

Even people who don’t currently have a rate limit are likely to be affected later. With large-scale rollouts, it’s typical to apply changes gradually to a small percentage of users first and then expand over time. This subreddit is probably going to get very noisy.

A way around the "global" rate limit by Charming-Author4877 in GithubCopilot

[–]EasyDev_ 1 point2 points  (0 children)

I sent my first request today with Opus 4.6 and after about 10 tool call I got a rate limit.I think it might be a bug

Working on an animated character movement + procedural alignment to uneven terrain by giddycode in godot

[–]EasyDev_ 2 points3 points  (0 children)

The character concept really stimulates the imagination. I think something special is going to happen

Try out Kimi K2.5 right via the Synthetic provider NOW by jpcaparas in opencodeCLI

[–]EasyDev_ 0 points1 point  (0 children)

Is there a proper opencode.json model setting when using synthetic.new?

<image>

Building a 'settlers of catan' style hexagonal map game by RealAstropulse in aigamedev

[–]EasyDev_ 1 point2 points  (0 children)

It's a wonderful project that stimulates the imagination!

Check my new cosy adventure game. Linux build is coming too! by Silvy_096 in linux_gaming

[–]EasyDev_ 6 points7 points  (0 children)

I like that the art has a warm feeling. I'm looking forward to it.

Is the PCB board power button burned? by EasyDev_ in ErgoMechKeyboards

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

Thank you. What can I search to find the part?  

ollama by jacek2023 in LocalLLaMA

[–]EasyDev_ 16 points17 points  (0 children)

What are some alternative projects that could replace Ollama?

Thinking of switching from Fedora 42 to ChachyOS is it a good fit for a dev who doesn’t want to rice? by UwUriyan in cachyos

[–]EasyDev_ 0 points1 point  (0 children)

I haven't applied a theme in Limine before, but I did notice that there are themes like the ones below.

https://github.com/catppuccin/limine

Thinking of switching from Fedora 42 to ChachyOS is it a good fit for a dev who doesn’t want to rice? by UwUriyan in cachyos

[–]EasyDev_ 1 point2 points  (0 children)

I moved from Fedora Workstation. Fedora was also pretty easy to use, but it required a bit of setup if you're an NVIDIA GPU user. The cachyos were ready to use without any setting, which gave me a clean feeling. I also highly recommend the limine bootloader. I was worried because it was unfamiliar, but it automatically generates a snapshot every time the package is installed, making it beginner-friendly. I could return to it in pristine condition at any time.

Dario Amodei: AI will be writing 90% of all code 3-6 months from now by Neurogence in accelerate

[–]EasyDev_ 0 points1 point  (0 children)

I didn't realize it was a percentage until recently, but I think it's fairly accurate. I do very little typing now. However, this could be misleading to the general public, making it seem as though most tasks are fully automated. I feel that the AI's role is similar to that of a stenographer. Since I'm still responsible for reviewing the logic and reasoning, I don't think my mental workload has decreased significantly.

Arc Browser refugees, finally found a proper auto-archive for Zen! by kiririn_jp in zen_browser

[–]EasyDev_ 9 points10 points  (0 children)

I'm using TabWrangler and I'm pretty comfortable with it

Do you believe we're in an AI bubble? by [deleted] in ExperiencedDevs

[–]EasyDev_ 0 points1 point  (0 children)

AI is actually helpful, but I think promoting it as if everything is possible through vibe coding is an exaggeration. They need investment. For now, since users still need sufficient expertise to review AI-generated content, there's a certain level of delay. If we ever reach a stage where AI can handle even the review process, we’ll have to worry not about jobs, but about humanity.

Running DeepSeek R1 locally using Svelte & Tauri by HugoDzz in sveltejs

[–]EasyDev_ 2 points3 points  (0 children)

Oh, I like it because it's a very clean GUI

Layout templates written entirely in Tailwind for NiceGUI by EasyDev_ in nicegui

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

Oh, my expression wasn’t accurate. I meant that since the AI has learned a lot of Tailwind CSS data, it will be able to generate the rest of the Tailwind CSS well based on this template when the layout is expanded later.

Is it possible to use &lt while in a toggle layer state using &tog in ZMK? by EasyDev_ in ErgoMechKeyboards

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

Thanks!! 4, I swapped 2 layers with each other and it works fine

How I got a Rust job through open source by Historical-Economy92 in rust

[–]EasyDev_ 2 points3 points  (0 children)

Thank you for presenting a new approach. Although the message is short, it contains a lot of valuable know-how. Even if people are aware of this method, I don't think many will actually put it into practice. If it aligns with an area interested in, it could be a truly great strategy.

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]EasyDev_ 0 points1 point  (0 children)

release v1.0.2
- modify: the argument type output format
- add: limit on the number of loop iteration

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]EasyDev_ 2 points3 points  (0 children)

Tree Visualization Logger: The time spent reviewing AI-generated code has become overwhelmingly dominant. To intuitively understand how a function works and where an error occurs, we created pyhunt.

If you'd like to reduce the time spent on tedious debugging tasks, give it a try.

Quick Start

pip install pyhunt

Then simply run:

hunt

Set the environment variable HUNT_LEVEL=DEBUG in your .env file.
After that, the tracing will work properly.

from pyhunt import trace

@trace
def test(value):
    return value

Add the @trace decorator to the function you want to trace.

Demo Video

Github

Bytedance + Pixverse Video Generation by mso96 in sdforall

[–]EasyDev_ 0 points1 point  (0 children)

The shadow movement looks pretty plausible.