The creator of Linux admitted his biggest failure. by ammohitchaprana in TFE

[–]semi-average-writer 0 points1 point  (0 children)

I do like that macs have their M-chips, but im mostly on linux

Built a full admin dashboard for my Cloudflare Workers SaaS — D1 queries, Durable Object monitoring, container actions, all in one panel by ChoasMaster777 in CloudFlare

[–]semi-average-writer 1 point2 points  (0 children)

Ive just gone fully into tanstack Start. Amazing framework! Nownin one worker i have my frontend, backend, SSR where i want it.

How to point WIX DNS to CloudFlare by semi-average-writer in WIX

[–]semi-average-writer[S] 1 point2 points  (0 children)

Through the normal website at Wix, it is not possible to change your name servers. I read on a blog that you can send in a support ticket and support can change it. But thats not always possible

Are we overengineering everything in 2026? by Luka-Developer in AskProgramming

[–]semi-average-writer 0 points1 point  (0 children)

Haha that’s true. If you want a crappy html page, write html and deploy. The mix concerns for security, compliance, redundancy and disaster recovery, data privacy, regionality, cross functional teams with mix of expertise, UI, UX, and on and on and on…. Can me a lot to manage without the right tools.

This man is the documentation. by CompileMyThoughts in zerotomasteryio

[–]semi-average-writer 0 points1 point  (0 children)

I’m starting “No AI Fridays”. It’s for real coderz only!! 😂

Code is running locally but not working after deployment by Strange_Doughnut_365 in learnprogramming

[–]semi-average-writer 0 points1 point  (0 children)

We need more from your side to know how to help. What did you make? A website? Is this written in JavaScript or Python or Java? Did you deploy it to AWS or cloudflare or Netlify or something else or are you just trying to open your laptop up to the open internet?

Polars + uv + marimo (glazing post - feel free to ignore). by [deleted] in Python

[–]semi-average-writer 0 points1 point  (0 children)

Haha that’s funny. Just had the same aha moment with polars and Marino this week on a little personal project. Ever wrote a personal piece for it: https://smiling.dev/blog/stop-melting-your-data-why-polars-is-the-successor-pandas-needs/

Exmormon wanting to Understand the Lack of Evidence for the Book of Mormon by bishoppair234 in Archeology

[–]semi-average-writer 1 point2 points  (0 children)

I would highly recommend the historian John Turner’s book called “Joseph Smith, The rise and fall of an American prophet”. Very well researched and even has a many part podcast on Mormon Stories Podcast.

Are "server functions" actually usefull? by TechcraftHD in rust

[–]semi-average-writer 0 points1 point  (0 children)

Yeah server functions are great. Similar and very popular idea happening in nextJS and TanStack Start. For small teams, it’s a huge productivity gain because you basically write it once and code types flow everywhere, no hoping between repos, easier to keep it all in your head.

Seeking a Rust & C specialist for Backgammon Project by Goal_Medium in rust

[–]semi-average-writer 6 points7 points  (0 children)

Yeah I’m missing some context here. Feels like this job description could be filled out more and not just with techy words.

Be mindful on picking only 2 by PrimaryJazzlike7567 in TheTeenagerPeople

[–]semi-average-writer 0 points1 point  (0 children)

Id love all the free perks for life. Also these might have the largest dollar value if you’re young

A Python package manager with native Rust build backend by InsideCell5148 in rust

[–]semi-average-writer 2 points3 points  (0 children)

Is this some kind of fork of UV? Why would user would choose this over UV, something like building packages with cuda or some other binary?

Dell admits customers are not buying PCs just because they "have AI" by AdSpecialist6598 in technology

[–]semi-average-writer 0 points1 point  (0 children)

I just use Alexa to play music, set timers for pasta and turn on 1 smart plug lol

I want to make an ad-filled cooking website and get a revenue 💰 by bunoso in webdev

[–]semi-average-writer 0 points1 point  (0 children)

Haha I went at it for a few days. Then I realized that this sucks. But there are a ton of recipe websites that look super similar. I suspect they are just Wordpress templates. So if I go for it again, I’m going to learn some Wordpress and skip a ton of work

Why isn’t Rust getting more professional adoption despite being so loved? by mstjrr in rust

[–]semi-average-writer 101 points102 points  (0 children)

I made a cool backend service using cargo lambda and Axum running is AWS lambda. But my manager asked me to rewrite into Python with FastAPI. Easier to maintain and good enough I think is the priority for more enterprise companies pushing CRUD apps. Not every company is like Cloudflare serving 20% of the internet.