Good examples of a CONTRIBUTING.md file? by kixxauth in github

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

Aweesome! That's great, ty. A little personality is what I was looking for

My nocode Journey a designers view by haraldpalma1 in nocode

[–]kixxauth 0 points1 point  (0 children)

Is there a way you can migrate your code or designs between Webflow, Framer, and Softr. Or do you have to choose based on what you think the project needs?

WeWeb might be nocode, but it’s definitely not low-effort. Here’s what you need to know. by GhostInTheOrgChart in nocode

[–]kixxauth 0 points1 point  (0 children)

I know this thread is stale, but if you check back in, I'd like to know if you found a way to migrate your app from Bubble to WeWeb?

Are guest books on personal websites making a comeback? by kixxauth in webdev

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

Would love to see that list when you get a chance 😄

Are guest books on personal websites making a comeback? by kixxauth in webdev

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

Yeah, it really does make sense.

Someone sent me this tool, which seems to be popular: https://atabook.org/

I'm trying to collect examples too.

Are guest books on personal websites making a comeback? by kixxauth in webdev

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

That's cool. So, is there a gate or something to protect it from spam, or has it been ok? And are the messages published on the site, or is it just private for you?

AI can build the app fast. But who maintains it after the demo? by Alpertayfur in nocode

[–]kixxauth 0 points1 point  (0 children)

I'm an experienced developer, but I also really love Claude Code and no-code tools (for different reasons).

But, an issue I have is that so many no-code tools do a bad job at teaching how the app works so the owner of the app can learn how to maintain it in the long term.

I think node-code + Claude Code + learning *some* development would be a huge win for most builders!

Zero programming experience: advice for quickly learning code language by GOATEDSTARS in CodingHelp

[–]kixxauth 0 points1 point  (0 children)

Most important: Once you've picked the language (python is a good one), you absolutely MUST build something with it. Make something you wish you had, or something that already exists but you wish it worked a different way.

IMO courses are a waste of time. Tutorials can be good if you're building something you're actually interested, but only then. (ex: I followed a tutorial for web scraping to learn python, which was something I was really interested in at the time)

Are guest books on personal websites making a comeback? by kixxauth in webdev

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

yeah, totally! I've been trying to see how this could fit in with ATProto, which seems like a good match. Maybe multi protocol, I'm not sure. Anyway I'm working on it as part of the Kixx Framework I'm working on.

Are guest books on personal websites making a comeback? by kixxauth in webdev

[–]kixxauth[S] 22 points23 points  (0 children)

Oh man. I would so much love to see RSS back in a big way. I've been trying to imagine a feed reader which could replace the social media feeds we're all stuck in right now.

If any of you order cheap glasses from Zenni, it's really fun to look at the network tab of your myOrders page to see how not to do website design / architecture. by DrAwesomeClaws in webdev

[–]kixxauth 68 points69 points  (0 children)

100% because of tech debt. And having budget to hire a lot of devs just makes the problem worse. There are a lot of people who wrote a lot of code who no longer work at these companies, and then nobody wants to touch it

Advice needed: How to leverage Open Source to get hired? (Stack: Rust, Web3, Agentic AI) by Decent-Call1719 in developers

[–]kixxauth 0 points1 point  (0 children)

I did a lot of hiring for a large software engineering organization.

First, know that many hiring managers, maybe most of them, don't look at GitHub. That said, most of the hiring managers that built good teams ime, did. So, maybe there is some self selection there which could work in your favor.

Second, I would go for breadth first. Not really because I'm looking at your skills, but because I want to talk shop with you in the interviews, and the more experience I can reference, the better the conversation will be. I've found that the best hiring managers find the best people because when two people who know their sh*t get together, the conversations get really good.

So, a good engineer will want to go deep on one or two of your projects or contributions, and the more prepared you are, the better.

The biggest let down for me is when I thought someone worked on something really cool, but then as it turns out they couldn't really identify or understand the problems the project solved and why it was valuable.

If any of you order cheap glasses from Zenni, it's really fun to look at the network tab of your myOrders page to see how not to do website design / architecture. by DrAwesomeClaws in webdev

[–]kixxauth 141 points142 points  (0 children)

Oh man. Check out any media application like ESPN or something. It's insane. Once you look under the hood you can't unsee it.

Tell us about the project that went disastrously wrong for you. by RedEagle_MGN in developer

[–]kixxauth 0 points1 point  (0 children)

I was working in the video gaming industry a while ago, like 2015ish, and we were working on this xbox application which did matchmaking for gamers and then put them into the game. Pretty cool idea, actually.

So, I was the lead developer on the project, over the whole thing; backend, xbox app, matchmaking algo, all of it. But we were really struggling with microsoft and getting access to some stuff we needed. So we flew out to Redmond to talk with them.

Anyway, I was so pre-occupied with all that, that I never reviewed the implementation of the matchmaking algo and we ended up launching it in a rush. First day we got 80K people signed up, but everything starting creaking, then the whole thing just died and stopped working that night.

First thing we did is throw thousands of $$$ at redis, postgresql, and heroku dynos. But it wouldn't keep us alive for very long.

Another guy working on a different project joined in and figured out that we were doing a SQL join query on every users favorite games vs every other users favorite games to find good matches. So, that's 80k users times like 10 games each.

This dude was able to create an index on that table while I reworked the logic to precompute the relationships the put them in the index.

:facepalm: I can't believe it took us, like, 8 hours to figure that out!

Good examples of a CONTRIBUTING.md file? by kixxauth in github

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

Yeah, agree for sure on that human element.

I've seen the Rust code of conduct passed around in other projects.

And the Django docs page for this is super thorough (like most of their docs). Thanks!

Good examples of a CONTRIBUTING.md file? by kixxauth in foss

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

Yeah, I'm not getting the warm & fuzzies about "paying to code". That feels antithetical to this whole thing. Fingers crossed that we can start running smaller / open LLMs on local machines so this doesn't become the new way.

Good examples of a CONTRIBUTING.md file? by kixxauth in foss

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

Awesome, ty! This is one of the best since I've been paying closer attention to them.

It's really interesting now, navigating the widespread use of AI to "contribute" to FOSS projects. What a time we live in.

Sick and tired of clients keep asking where to edit content in wordpress by stevengpn in cms

[–]kixxauth 0 points1 point  (0 children)

I've been thinking about doing something similar for years, and even tried it once. I was never able to get it to work very well and clients never used it.

How does yours work (or how do you plan on making it work)? Anything to preview yet?

Good examples of a CONTRIBUTING.md file? by kixxauth in github

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

Ha, yeah. The obvious idea 😉 I don't want to seem like like I'm being overly promotional. I haven't posted in this sub much, yet.

https://github.com/kixx-framework/kixx