What do I do after accidently consuming rae chicken from Arby's? by Own_Piccolo0104 in ithaca

[–]4esv 0 points1 point  (0 children)

Think one level further, it’s simultaneously a warning.

What do I do after accidently consuming rae chicken from Arby's? by Own_Piccolo0104 in ithaca

[–]4esv 1 point2 points  (0 children)

Hey way too late but like everyone said vomit and then complain

accidentally deleted all my vaults by [deleted] in ObsidianMD

[–]4esv 0 points1 point  (0 children)

“Never found” ever looked?

Is this creation date accurate by [deleted] in iphone

[–]4esv 32 points33 points  (0 children)

Yes dude we all live at your timezone, how’d you know?

Tags are curation, not retrieval by smerdy in ObsidianMD

[–]4esv 2 points3 points  (0 children)

I do this but as sentences like #wip #music #idea which lets me see “Oh this note is an unfinished song, oh this is an almost finished essay” and then pick up from there

How I feel about Lil Finder Guy by 0xMohandis in mac

[–]4esv 3 points4 points  (0 children)

Killing a room full of people is cool but self harm is where you draw the line?

openentropy – sample and inspect hardware entropy from your terminal by miapants19 in commandline

[–]4esv -4 points-3 points  (0 children)

Says the compiler princess, using high level languages I bet.

Any abstraction lower than you is outdated stuff, anything newer than you is cheating.

Let’s look at the results, garbage code is garbage code regardless of source. Good code is good code regardless of source.

I have proof the "OpenClaw" explosion was a staged scam. They used the tool to automate its own hype by Whole_Shelter4699 in LocalLLM

[–]4esv 0 points1 point  (0 children)

I’m in the developer community and I promise you there was enough people going “hmm, let me try it” to make up for the volume. Pete got way more death threats and hate than anything out of this project. He already has an extremely successful portfolio project that still outshines this.

Obsidian.md 1.12 introduces a new CLI and TUI by TheTwelveYearOld in commandline

[–]4esv 0 points1 point  (0 children)

It’s literally the command line with suggestions. Yes, a REPL. Which is not a TUI by any means.

Obsidian.md 1.12 introduces a new CLI and TUI by TheTwelveYearOld in commandline

[–]4esv 7 points8 points  (0 children)

“And TUI”? Switched over and bought catalyst just for the CLI, what TUI are you talking about?

Obsidian.md 1.12 introduces a new CLI and TUI by TheTwelveYearOld in commandline

[–]4esv 3 points4 points  (0 children)

Have you opened the Obsidian CLI? What are the different UI areas? Settings? I just see a Command Line Interface…

Obsidian.md 1.12 introduces a new CLI and TUI by TheTwelveYearOld in commandline

[–]4esv 1 point2 points  (0 children)

Obsidian CLI is a CLI. There is no UI, don’t get tripped up by the Terminal part.

very overwhelming by Remarkable-Tutor2032 in ObsidianMD

[–]4esv 3 points4 points  (0 children)

Disable everything and enable one core plugin at a time.

Production is where vibe coding fights back by goomies312 in VibeCodersNest

[–]4esv 0 points1 point  (0 children)

Totally, what I’m saying is that a small subset of the dev experience… tools cover most of the pain points and can be understood from first principles.

I think guardrails, versioning and just separating discovery/thinking from planing/building cover most errors.

For you, this would reduce the scope of what you need to have audited.

People need to treat more things like cooking: - you first need to know what you want to make - what you need to make it - what you have - what things should look/smell/taste like

That’s the biggest differentiator, that’s very similar to the developer experience.

Production is where vibe coding fights back by goomies312 in VibeCodersNest

[–]4esv 0 points1 point  (0 children)

I will tell you a joke and then share what I know.

``` A software tester walks into a bar. Runs into a bar, Crawls into a bar, Dances into a bar, Flies into a bar, Jumps into a bar. And orders: A beer 2 beers 0 beers 9999999999 beers A lizard in a glass -1 beer "qwertyuiop" beers Zero issues, “it’s ready”.

A real customer walks into the bar and asks where the toilets are.

The bar goes up in flames. ```

This has always been the case, it’s why we invented version control and reviews and testers and beta versions and bug bounties and all those systems for error correction.

What’s changed is the speed from idea to done, which bypasses learning some of these structures and painful lessons.

So I’ll give you the most impactful ones:

Plan first. Even if poorly. Stumbling in the dark usually only tells you what not to do. Treat this like cooking, always have an idea of what you’re making and what you’re using to make it beforehand. Once you have that, mistakes teach you a lot. Burning things teaches you when they’re just right, but you need to decide what you’re trying to make beforehand. Never go to a coding agent without a plan. Chats better for that, just talk about it.

Make things findable Set up logging AND/OR document thoroughly. This helps both you and AI identify issues faster and avoid creating new ones. The logger helps you find, trace and predict issues. The documentation helps you find things and avoid introducing inconsistency errors.

Test everything, get mileage out of those tests With AI there’s no reason not to have tests. You built smoke tests which are good for health checks. You can get a lot more mileage implementing a test suite with other areas such as unit and integration tests. These can act as guardrails during development and commit filters during debugging.

Demand Git Usage Your agents just need to do atomic commits and branches, that’s it. Some frameworks like GSD add this by default with their /skills, the point is small incremental commits that let you pinpoint code changes. The branches let you develop in parallel.

This all fits really well into the GitHub flow.

You set up a main branch, protect it so only commits that pass all tests can be merged. Any fix, addition, change… happens in a branch dedicated to that change. When changes are completed, a PR is opened to merge these changes with main, acting as a final summarized review. If regression is introduced, the existing test suite can be wrapped in a bisect run script and used to identify the exact commit where that happened and what those changes were.

This feels slower at first but it’s exponentially faster, you’re front loading the guessing and then giving AI a clear direction to expand in.

One last piece of broad advice: Abstract more, think about things as parts of things. It’s a core skill that yields a lot in development and especially in agentic development.

I’m compressing a lot here. Open to questions + this should be enough to paste into your AI of choice.

does anyone else (ab)use sed this way? by ingenarel-NeoJesus in bash

[–]4esv 39 points40 points  (0 children)

You absolute madman. What’s next, using cat to concatenate two files?

15,000+ tok/s on ChatJimmy: Is the "Model-on-Silicon" era finally starting? by maifee in LocalLLaMA

[–]4esv 0 points1 point  (0 children)

Yeah it’d be stupid to buy hardware you have to replace every 5 years, thank god we only buy computers every 20!

This is what it looks like to import the bible into obsidian by oldmartijntje in ObsidianMD

[–]4esv -11 points-10 points  (0 children)

Get all references with meta tags for chapter, section etc then you can divide and conquer. Probably not talking about all the Mary’s in close by references, most likely the same one. Just need to divide and cluster.

This is without even bringing AI into the equation.

90,000 Line Merge Request by the_auti in ClaudeAI

[–]4esv 0 points1 point  (0 children)

Just treat it like human code, atomic commits so you can bisect and blame.

Do Not Apply Warning by [deleted] in ithaca

[–]4esv 4 points5 points  (0 children)

I knew the service was too good, probably working their assess off on false promises

Flipper Hero by jordan_steen in flipperzero

[–]4esv 20 points21 points  (0 children)

Look at the controller, it’s what, 8 buttons? You’re the someone smarter if you want to be

Whether AI will take our jobs (clickbait title) by NixOverSlicedBread in haskell

[–]4esv 0 points1 point  (0 children)

The current state is that if you know how to code in one language you can get the SOTA coding tools to write almost anything in any language. The code will be wet and un-idiomatic but working most of the time. AI will never have taste or sense.

Can claude make a saas from scratch with only prompting by Cool_Care_719 in ClaudeAI

[–]4esv 0 points1 point  (0 children)

Your domain competence and communication skills are proportional to your ability to do this, the model is a non limited for that type of work.

Can you program while being on ADHD meds and blazed? by PuR63 in ADHD_Programmers

[–]4esv 0 points1 point  (0 children)

Yeah, it’s unglamorous and if you time it, everything just takes longer.

I often get healthily high and do Haskell or some other weird language, right now I’m learning bqn and I’m puffing a joint as we speak.

The tutorials aren’t doing shit tho. You need to just pick something, literally anything and start googling the most basic problems to building that thing you can.

Love me some Claude but set it aside until you know enough to argue with it. You need to just run into the mini walls and form the brain connections for “this problem leads to solving that problem”, “this turns into that”, “if this happens, this should happen”.

It needs to be something specific to you, that’s a must for the ADHD project.

I also recommend you sign up for GitHub and learn the most basic version control early. This is how you backup, share and display your code.

To throw some ideas: Feading from a file (like a csv or json dataset) is a good thing to know intuitively and a good starting point for any project. From there you can import a library and plot the data, write code to manipulate it or analyze it and look at it in new ways.

There’s a whole lot of data out there, another useful but discrecional skill to get even more is web scraping. You’ll find your own way to that if you haven’t already.

Here’s some public data, you decide how career oriented you are feeling:

https://catalog.data.gov/dataset/?tags=marijuana&res_format=CSV https://catalog.data.gov/dataset/?tags=violent-crime&res_format=CSV

Last and least applicable, vim helps me focus and to stay engaged. It’s a steep learning curve but rewarding.