agilob
- 20 Posts
- 55 Comments
agilob@programming.devto Programmer Humor@programming.dev•Asking the real questionsEnglish41·6 months agoI have an apostrophe and it’s super annoying as some companies see it as a SQL injection hack and sanitize it.
My surname contains a character that’s only present in the Polish alphabet. Writing my full name as is broke lots of systems, encoding, printed paperwork and even British naturalisation application on Home Office website. My surname was part of my username back at uni, and everytime I tried to login on Windows, it would crash underlying LDAP server, logging everyone in the classroom out and forcing ICT to restart the server.
agilob@programming.devto Programmer Humor@programming.dev•Asking the real questionsEnglish211·6 months agoHow is your son
X Æ A-12
?
I would like to confine it to firms using AI recruiting tools
and actively do damage to companies that don’t.
agilob@programming.devto Programming@programming.dev•Microsoft opens a "high priority" bug ticket in ffmpeg, attempting to leech the free labour of the maintainersEnglish7015·1 year agoOld issue, so why post it now make it sound like MS demands something?
Opened 11 months ago Last modified 11 months ago
It’s a regression, so ffmpeg should fix a regression.
agilob@programming.devto Programming@programming.dev•What's your preferred code generation tool in 2024?English1·1 year agodeleted by creator
Just not in Java…
I think you’re biased against Java. Amazon was started in C/C++ and Java J2EE during times when to configure a webserver required writing like 300 lines of XML just to handle cookies, browser cache and a login page. Until recently BMW had their own JRE implementation. It’s not a secret that simcards, including these in Tesla cars run JavaCard too, even government issues sim cards in EU have to run Java Card, not C++. Everything was always fine with Java until ECMA Script appeared and made people iterate on software versions faster. New programming languages and team organisation methodologies left some programming languages in the dark, but this included C# too. All are quickly catching up. If Java was so bad, it wouldn’t be here with us today, like Perl.
There are two schools:
- the best stack is the one you know best
- the best stack is the one designed for the job
Remember that Google was written in Python and Java. Facebook in PHP. iOS in Objective-C. GitHub in Ruby on Rails.
agilob@programming.devto Programming@programming.dev•What are the craziest misconceptions you’ve heard about programming from people not familiar with it?English25·1 year agoAfter doing it for 15 years, I must be good at it and everything should be easy.
hidethepainharold.jpg
So while I’m myself struggling to fully understand what this is, it conceptually like it’s a blockchain on syncthing, where even if you subscribe to a read only share, you can locally delete what you don’t want to keep. So technically you could make bitorrent to behave like syncthing with search function for contacts you already know.
agilob@programming.devto Learn Programming@programming.dev•Big O notation is about what matters when the numbers get big.English22·1 year agoBig O notation is useless for smaller sets of data. Sometimes it’s worse than useless, it’s misguiding.
I don’t agree that it’s useless or misguiding. The smaller dataset, the less important it is, but it makes massive difference how the rest of the algorithm will be working and changing context around it.
Let’s say that you need to sort 64 ints, in a code that starts our operating system. You need to sort it once per boot, and you boot less frequently than once per day, in fact you know instances of the OS that have 14 years of uptime, so it doesn’t matter at all right? Welp. Now your OS is used by a big cloud provider and they use that code to boot the kernel 13 billions times per day. The context changed, time passed by, your silly bubble sort that doesn’t matter on small numbers is still there.
agilob@programming.devto Programming@programming.dev•GitHub: Can no longer search code without being logged inEnglish46·1 year agoHeres the blog post about the change dated in June this year
Half year too late for that outrage anyway :)
agilob@programming.devto Programming@programming.dev•GitHub: Can no longer search code without being logged inEnglish12438·1 year agoFantastic way to start a shitstorm. You people don’t even use search function logged out, because if you did, you would know they changed it in 2016. Microsoft has nothing to do with it.
agilob@programming.devto Programming@programming.dev•GitHub: Can no longer search code without being logged inEnglish66·1 year agoYeah, fuck Microsoft. They haven’t changed at all.
GitHub changed that a few months before acquisitions talks even started lol
You’re telling me about compiling JS, to my story that is so old… I had to check. and yes, JS existed back then. HTTP2? Wasn’t even planned. This was still when IRC communities weren’t sure if LAMP is Perl or PHP because both were equally popular ;)
you are supposed to have written the tests and to have written your code with pair programming,
I commented out the tests because they were failing, pipelines were green so I merged. Now it’s running on prod. What do you do?
Blog content was stored in memory and it was served with zero-copy to the socket, so yea, it’s way faster. It was before times of php-fpm and opcache that we’re using now. Back then things were deployed and communicated using tcp sockets (tcp to rails, django or php) or reading from a disk, when the best HDDs were 5600rpm, but rare to find on shared hosting.
Before nginx was a thing, I worked with a guy who forked apache httpd and wrote this blog in C, like, literally embedded html and css inside the server, so when he made a tpyo or was adding another post he had to recompile the source code. The performance was out of this world.
You live like this?
I like super simple things that I can use from a single window of my editor or IDE. Most frequently I use vscodium, I use this https://marketplace.visualstudio.com/items?itemName=unjinjang.rest-api-client