|
Does o365 work for collaboration at all It's kind of astounding that microsofts state of the art way to collaborate on docs is still "email them around"
|
|
|
|
|
| # ¿ Dec 13, 2025 15:29 |
|
gonadic io posted:All those dynamic "scripting" langs that start with a p. Perl, python, php, ruby pjavascript
|
|
|
|
it's really cool that for some reason when otherwise reasonable programmers get into that FP Good poo poo they suddenly forget all about the concept of "reasonable function or variable names" or "comments" and nobody's expected to blnk an eye
|
|
|
|
also keep up the yospos canon such as - 6.5 figgies means whatever you want it to mean above 100k - don’t admit to using an anroid (lol) - everybody is a terrible programmer double especially those who think they’re good at it - computers were probably a mistake and Turing deserved death not for being gay but for creating them (USER WAS PUT ON PROBATION FOR THIS POST)
|
|
|
|
Sorry, that was in poor taste. I apologize.
|
|
|
|
it's just loving tedious and easy to screw up and still has a similarly abstracted machine model as c. you don't think about cache in x86 assembler, usually. you're still dealing with virtual memory. the only difference is it it's now a massive pain to do any flow control and it's a massive pain to deal with types above machine word size. hooray
|
|
|
|
unless you go hard into the types of multi access intrinsics like memory or instruction barriers or you are trying to not just get it working in assembler but get it working as fast as possible by digging into the isa farther than just how to do logic you probably won't get much out of it other than remembering some garbled letters for load double word to butthole register and fart
|
|
|
|
Peeny Cheez posted:"Either the Object-Oriented Paradigm goes or I do!"
|
|
|
|
I firmly believe everyone should know enough c to read it if only to know why other things are better
|
|
|
|
Slurps Mad Rips posted:one of the least well known features of C++: using try blocks as function bodies holy god
|
|
|
|
Xarn posted:
yeah i think when most people say "always use smart pointers" i think they mean "for owning references that are dynamically allocated rather than using raw pointers", not instead of reference types or stack allocations
|
|
|
|
come talk about being terrible programmers in discord: https://discord.gg/EYJc6d2 the difference here is that this is actually already a discord that exists that people post in! mostly from coc. it’s good, come chat, we can add general channels and stuff too
|
|
|
|
VikingofRock posted:
also i'm pretty sure cpp17 std::filesystem is just boost::filesystem i think this behavior is kind of correct though? i guess my go to comparison is python: the copy operation (and unlink operation) are in os, but copying or removing trees are in shutil - and they have a couple different variants for surprising behavior like symlinks or attributes (or xattrs in the case of OSX). it's a filesystem library, not a shell library. Phobeste fucked around with this message at 15:06 on Oct 20, 2018 |
|
|
|
prisoner of waffles posted:If a boost library could provide a "perfect granular control of everything" API but also a "common use cases, do what I mean" API, there's an abnormally good chance they'll leave the latter as an exercise for the library consumer yeah, it's annoying. also boost fs isn't even header only
|
|
|
|
Symbolic Butt posted:I'm trying to learn of good ways to debug embedded C lately, it's kicking my rear end debug pins and a logic analyzer, the print statements of embedded
|
|
|
|
ratbert90 posted:lol, look at this guy with his fancy poo poo. yes, that would be what i said. try using a logic analyzer like a saleae though it's a little better at the digital workloads and long capture times
|
|
|
|
cinci zoo sniper posted:EVERY MORNING I WAKE UP AND OPEN PALM SLAM A VHS INTO THE SLOT. ITS ENTERPRISE DATA MANAGEMENT AND RIGHT THEN AND THERE I START DOING THE MOVES ALONGSIDE WITH THE MAIN CHARACTER, SINGLE SOURCE OF TRUTH. I DO EVERY MOVE AND I DO EVERY MOVE HARD. MAKIN WHOOSHING SOUNDS WHEN I SLAM DOWN SOME OF THEIR NUMBERS OR EVEN WHEN I MESS UP OUR NUMBERS. NOT MANY CAN SAY THEY ESCAPED THE GALAXY’S LONGEST SKYPE CALL WITH 25 PEOPLE. I CAN. I SAY IT AND I SAY IT OUTLOUD EVERYDAY TO PEOPLE IN MY OPEN OFFICE AND ALL THEY DO IS PROVE PEOPLE IN PROFESSIONAL ENVIRONMENT CAN STILL BE IMMATURE JERKS. AND IVE LEARNED ALL THE LINES AND IVE LEARNED HOW TO MAKE MYSELF AND MY INBOX LESS LONELY BY TYPING EM ALL. 2 HOURS INCLUDING WIND DOWN EVERY MORNING. THEN I LIFT powerful
|
|
|
|
Asleep Style posted:So I want to learn C++. Does anyone have any book recommendations for modern C++? I'm worried if I just start googling and trying things that I'll end up writing C with classes and my code will be posted to this thread for eternity. there’s a book called “modern c++” that I think is good idk I never read it once you have a basic command of the language read and follow these
|
|
|
|
The_Franz posted:it's you some people* take the whole premature optimization is the root of all evil to mean never think about performance at all * web devs
|
|
|
|
prisoner of waffles posted:in other news, I'm falling in love with MATLAB. no
|
|
|
|
I mean yeah matlab is great and a big part of that is the ide and the way it strikes a nice balance between being an ide and a repl and everything and plots are nice and the math works and is good but at this point I’d rather jump through several annoying hoops to get python
|
|
|
|
thank you so much this is exactly what I was fruitless googling
|
|
|
|
pokeyman posted:you don’t rewrite poo poo, kotlin-java interop is excellent, just write new stuff in kotlin so you're advocating for mixing languages in a single source file huh. please don't come back and fishmechfully reel off all the other situations in which one does this because they're never actually good
|
|
|
|
Arcsech posted:what oh whoops misunderstood sorry
|
|
|
|
This all seems like a slightly roundabout and unnecessarily complex way of summoning tef
|
|
|
|
Maximum Leader posted:its not impossible because razor components is server-side blazor which sends javascript and html to the client. I checked out a blazor client-side demo and mono + mscorlib is over 2mb lol, server-side is probably a good idea sounds about right
|
|
|
|
Aramoro posted:I mean sure if you're a terrible programmer buddy have I got news for you
|
|
|
|
carry on then posted:how many containers do you have for blowing your own horn in the context of SA we usually call them threads e: and lots
|
|
|
|
brap posted:honestly I don’t find “there’s a single huge file” that compelling of a horror. complicated things are complicated and files aren’t always the necessary unit of code organization. learn to navigate a source file and you can get by. this is true in theory but in practice no 30kloc single source file (that isn’t an intermediate, etc etc, don’t fishmech this) has ever been good
|
|
|
|
Slurps Mad Rips posted:c tp s: I'm trying to (desperately) make sure I never have to touch CMake again (this is a lie, but if it means I have to touch it less often then its worth it) by writing a library that does the common operations everyone does in CMake automatically. Even a few of the maintainers are keeping an eye on it. This means I've been deep into CMake and know it to a degree that the average mere mortal is nowhere near understanding. So here's a this whips rear end, i hate cmake
|
|
|
|
DONT THREAD ON ME posted:i easily manage this with the reset method i mentioned. i just craft multiple commits instead of a single commit. aren't you an emacs guy? if you're an emacs user and not using magit you're loving up. tbh it's legit to install emacs only to use magit, also
|
|
|
|
gonadic io posted:balena.io (formerly resin.io) have a cool thing where when you push to their remote (that's how you send them your code to build and flash onto devices) it'll run the docker build step as part of the commit hook and show you the stdout it’s ok. we used them but it was a bad idea because it flat out doesn’t function if you break the model of “100% of devices are or can easily be connected to the internet”. also it’s super expensive.
|
|
|
|
DONT THREAD ON ME posted:priority q TNG s8e14: Q has a never ending list of things for Picard to do, each seemingly more important than the last. Geordi installs a blockchain on Data so he can get high sniffing the androids farts.
|
|
|
|
rat bert is about to recommend using boost python. as a knowledgeable bystander I can tell you: you’re allowed to murder him preemptively
|
|
|
|
Powerful Two-Hander posted:what is the programming equivalent of rolling coal? shipping an electron/react native desktop app
|
|
|
|
gonadic io posted:Shipping an electron/react native desktop app running inside a js docker implementation running in another electron/react native desktop app on OSX
|
|
|
|
animist posted:the more i attempt to use c++ metaprogramming the more i can feel my brain dribbling out my ears c++ metaprogramming is incredibly good but unfortunately it requires a lovely perfectly smooth brain. marble-like, hard as a rock. this is enlightenment
|
|
|
|
dev targeting react gets tripped up by responsive design, news at 11
|
|
|
|
no it's when they take their mediocre to lovely architecture choices personally and get really mad when you correct them
|
|
|
|
|
| # ¿ Dec 13, 2025 15:29 |
|
gonadic io posted:Wait I thought we were talking about juniors, not seniors turns out it’s invariant across experience
|
|
|



