There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

eran_morad ,

Webdev. Wanted to do this to increase my tech skills and insulate myself from several degrees of idiocy at work. Just haven’t had the wherewithal.

Feathercrown ,

If you have the time, I’d recommend trying it out. Creating a basic webpage isn’t too hard, and you probably have the tools to get started on your computer already (you can do it with just Notepad and view it in any web browser! Although I would recommend downloading a free proper code editor such as VS Code).

eran_morad ,

Bruh, I’m talking about a crud app. Possibly running on the shiny framework. It’s not going to be trivial.

Feathercrown ,

Oh, okay. Still more doable than you might think, but of course not trivial. Good luck!

eran_morad ,

Let me ask, maybe you know: say I want to build a finance app that basically crunches a lot of data accessed from a DB, does some pretty intricate subsetting of the data, and produces Excel reports (XML). I currently do this with about 1300 lines of R code and a SQLite DB. Pretty lean and easy to use (was a bitch to write, tho, really stretched my understanding of lexical scoping and functional programming). If I wanted to webify this, the main challenge that I think I face is finding a framework that allows me to do all that nitty gritty data subsetting and summarizing - this is where R is really excellent, more flexible and expressive than SQL. What framework, if any, might you recommend? What kind of stack would be good for a beginner?

threeganzi ,

Have you tried discussing this with ChatGPT/Claude/Perplexity? I’ve found it extremely helpful for getting started, and exploring different options.

grrgyle ,

I think that’s a nice hot goal to have, but you’re shooting yourself in the foot by aiming so high (pardon the tortured metaphor). Start with the basics of webdev and work your way up.

Like I’m a senior dev, and for years I thought I understood frontend. Finally, I had to reckon that I did not, and took a course on how to build a web app using React on Typescript + various popular libraries (YMMV).

Yeah a lot of it was boring or stuff I mostly knew anyway, but actually sitting down and going to school on it, like with pencil and paper, was a big help. So now I can actually contribute to FE/web dev. And all those little things I feel I should know are either known, or knowable because now I understand what to search for.

eran_morad ,

Yeah. I’m like 46 now, and this just feeds into my “fuck it” mentality. Thanks for the input, seriously, that is not sarcasm.

Feathercrown ,

Apologies for the wait!

Most good libraries for interacting with DBs and Excel documents are written for the backend, so you’ll probably want to use Node with a simple web server like Express to serve pages, and do your heavy calculations, report generation, and DB stuff on the Node server. Making a server seems complex but Express is quite easy-- you can get a functional web server in like 10 lines of code.

As for what framework would be good to use for the actual calculations, unfortunately I don’t have any recommendations. Generally I find that JS has enough by default to do decently complex grouping, summarizing, subsetting, calculating, etc. operations. You’ll probably want to use the “new” (now pretty old) array methods Map and Reduce, and new stuff like groupBy could be helpful. If you have any specific questions I should be able to answer them.

Aquila ,

Imma be blunt. Maybe your attitude is contributing to the ‘Several degrees of idiocy at work’

Dudes tryin to be helpful with beginner tips and you jump down his throat. The irony of you saying crud isn’t trivial 😂

Pooptimist ,

Pottery and learning blender and creating characters which I then can animate

Annoyed_Crabby ,

Welding. I’m currently putting my woodworking on hold because of other project, so i really can’t start another until i finish the current one and finish whatever i’m trying to finish with my woodworking

minibyte ,

Record an indie album with mostly acoustic instruments then send it off to a DJ to mix and master. It wouldn’t be a remix then, more of a collaboration.

multifariace ,

My lesson planning for this year.

theedqueen ,

I wanted to learn how to make karaoke subtitles on music videos. But not plain subtitles, ones with effects/animation. From what I could gather I would’ve needed to learn how to use adobe after effects and some sort of subtitling program. But (at that time) I could never find any tutorials that started from square one and assumed you knew nothing of the process so that didn’t really go anywhere. And can’t really try to get into it now as my copy of after effects is really old and I wasn’t able to get it to install on my new computer.

Aquila ,

I have a factorio comic/vid idea I’ve been kicking around in my brain forever. Kinda made a story board of it but realized idk how to make story boards. Or how to tell stories, or how to make comics or animate things lol So if it’s ever gonna get finished it’s probably gonna be some shitty napkin comic 😂

Zahille7 ,

I actually did start once, but didn’t get very far.

I wanted to design a mall out of Legos. I got it all set up on Stud.io, and I even started making an entrance with doors, lights, a drive-up and a little park. I’m not good with the building techniques, so it’s a super basic flat wall and everything. Also it takes a long time to do much of anything in that program.

Bye ,

I want to buy an old police cruiser (crown Vic) and chop it up into a rally car, and do the gambler 500.

Aufgehtsabgehts ,

Does anyone know those tony boxes for kids? It’s a box with a speaker, and if you put a little figure (a bit like a playmobile character) on it, it plays an audio book as long as the little figure stands on it.

I really want to build it myself, but I have done 0 research yet. But every now and then a thought plopps up, like ‘I could use NFC tags to trigger the box start playing’, ‘I have an old raspberryPi somewhere’, ‘is it even possible to build a good sounding speaker in this size?’,…

But no time to follow up on those thoughts.

vintageballs ,
Aufgehtsabgehts ,

That’s beautiful, thanks!

Fondots ,

I want to get into a little machining and welding.

Unfortunately I have a smallish townhome that doesn’t leave me much room for a workshop, and even if I had the space, I’d probably have to go in to the tune of a few hundred if not thousands of dollars worth of machines, tooling, equipment, and materials pretty quickly, and I have other things to blow my money on.

I generally just like working with my hands, making things, figuring out problems, etc. and having some machining projects to figure out seems like a good way to fill in the gaps left by a pretty shitty math curriculum in my high school (I’ve probably learned more trig from watching some machining videos and only half paying attention than I did taking an actual trig class)

aniki ,

Why not 3d print? I’ve taught myself a ton of CAD and sm now learning surface modeling. When I’m ready for a CNC, I’ll be ready.

Fondots ,

I also want to get into 3d printing, and probably will before I find space for a lathe and mill

But that kind of scratches two different itches for me. I know there’s a bit more to it, but pressing a button and letting the machine do most of the work doesn’t really appeal to me, I want to do it manually.

There’s also the issue of materials, I don’t often find myself needing/wanting a plastic part, but I do find myself wishing I could get some custom made metal pieces

aniki ,

Nothing about 3D printing is set-and-forget when you’re designing from the ground up…

Fondots ,

The designing is involved to be sure, but it’s the actual hands-on experience of making a physical object that’s the fun part to me and with 3d printing and CNC that’s pretty hands-off by design. There’s some fine tuning, tinkering, and adjusting to do to the machines to be sure, but once the design is set and you have the machine dialed in, you’re mostly just letting the machine run and keeping an eye on it in case it starts making spaghetti.

I’d rather be the reason its accidentally making spaghetti.

fruitycoder ,

Cloud native desktop Or Cluster desktop computing

I want to get the Linux desktop experience but capable as highly available set of services and jobs that can run on the machines around my house.

HubertManne ,

I used to be a big reader of books and comics so I have a lot of story ideas and then sometimes I wish I lived in some start trek utopia and could just work on opensource things or do my initial thing which is molecular biology.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines