- 0 Posts
- 28 Comments
I also tend to prefer left to right and use threading macros a lot.
From my experience of boss looking at people working. Working hard is by a huge margin a lot better than working smart. Trust me I know my shit. Once I even wrote a formula in Excel! /s
That being said with experience you stop using anecdotes, easy pre-made sentences like “premature abstraction/optimisation is the root of all evil!” and you understand that there are no generic solutions and you need, every time, to think hard about the best way to produce something relatively to the context and constraints which, most of them, aren’t technical but organizational and human related.
And also, if you intend to work on a project more than 6 months. Quality is really worth it. The lack of quality works like accumulating mud. After a while, you are stuck, and the next step will require a huge amount of energy.
yogsototh@programming.devto
Programming@programming.dev•AI Models from Google, OpenAI, Anthropic Solve 0% of ‘Hard’ Coding Problems
1·1 year agoI didn’t see Claude 4 Sonnet in the tests and this is the one I use. And it looks like about the same category as o4 mini from my experience.
It is a nice tool to have in my belt. But these LLM based agents are still very far from being able to do advanced and hard tasks. But to me it is probably more important to communicate and learn about the limitations about these tools to not lose tile instead of gaining it.
In fact, I am not even sure they are good enough to be used to really generate production-ready code. But they are nice for pre-reviewing, building simple scripts that don’t need to be highly reliable, analyse a project, ask specific questions etc… The game changer for me was to use Clojure-MCP. Having a REPL at disposal really enhance the quality of most answers.
yogsototh@programming.devto
Technology@beehaw.org•Microsoft CEO Admits That AI Is Generating Basically No Value
2·1 year agoHe looks from company money perspective. And I think AI is difficult to monetize. A google paper explained a long time ago that big company cannot easily have a huge competitive advantage because new techniques exists in the open source world to learn incrementally on top of costly models. Mainly you don’t need millions to make another good quality LLM.
That being said. LLM add some value, but as everything hyped to no end the real value is negligible comparatively to the « market expected value ».
Obligatory link to wat? video
yogsototh@programming.devto
Programmer Humor@programming.dev•Are IDEs really like this ?
222·1 year agoObligatory XKCD https://xkcd.com/378/
cp $fic $fic.$(date -Iseconds) git commit -a -m "save at $(date -Iseconds)" # edit $fic git commit -a -m "save at $(date -Iseconds)" git push -f
yogsototh@programming.devto
Technology@lemmy.world•The Impact of Generative AI on Critical Thinking: Self-Reported Reductions in Cognitive Effort and Confidence Effects From a Survey of Knowledge WorkersEnglish
20·2 years agoIf men learn this, it will implant forgetfulness in their souls. They will cease to exercise memory because they rely on that which is written, calling things to remembrance no longer from within themselves, but by means of external marks.
Plato against writing
Clojure is pretty decent.
yogsototh@programming.devto
Asklemmy@lemmy.ml•What is a game or games that you think are an absolute must-buy?
51·2 years agofactorio
the dedication of the dev is perceptible, almost unlimited replay value and the will release a major extension in 9 days that looks wonderful.
yogsototh@programming.devto
Programmer Humor@lemmy.ml•question, When were programmers supposed to be obsolete?
5·2 years ago- can AI replace the job of a real programmer, or a team of software engineers? Probably not for a long time.
- can manager abuse the fantasy that they could get rid of those pesky engineers that dare telling them something is impossible? Yes totally. If they believe adding an AI tool to a team justifies a 200% increase in productivity. Some managers will fire people against all metrics and evidence. Calling that move a success. Same occurred when they try to outsource code to cheaper teams.
If you don’t want to go full Cloudflare you can mitigate DDOS using these kind of technique locally.
https://blog.nginx.org/blog/mitigating-ddos-attacks-with-nginx-and-nginx-plus
Cloudflare will be a lot more effective in case of attack. But I don’t think most people need more than a few mitigation rules. If DDOS really come, there are very few things you could do to mitigate anyway.
yogsototh@programming.devto
Technology@beehaw.org•Zuckerberg bets on personalized AI models for all • The Register
8·2 years agoI think unlike Google, there are still many pure engineers that need to contribute to open source to be motivated and are still have some power.
I feel, but I am not sure, that for Google, thing have switched more and faster to the side of Big soulless corps.
Generally speaking my experience is that even in these big soulless corps there are positive and passionate people. But quite often they do not have enough decision power to have a positive impact.
From (https://www.themoviedb.org/tv/124364-from)
Season 3 should be done by end of September.
Other suggestions in this thread are pretty good.
And one of my preferred show; Utopia (the UK version) warning it is unfinished, only two seasons but this is just a great show. Take care of not watching the cropped version. Also it is so cool this TV show aired before COVID19.
yogsototh@programming.devto
Comic Strips@lemmy.world•Performance Review [Mr. Lovenstein]
6·2 years agounlimited is a scam, people tend to take fewer days when you tell them it is unlimited comparatively as when they have a fixed number of days. I know, I did the same. Now I take care of consuming my allowed PTO entirely and I take a lot more days off than before.
Say you only listen to Wing as the greatest magnificent singer of all time. You are particularly in love with her interpretation of Beat It where she clearly outperforms the miserable attempt of Michael Jackson.
I guess with such an argument the discussion about your musical taste will not take long to switch to another subject.
And also, I really, love Wing because she sing without any other goal than to make other people feel good. No attempt to be a genius or taking herself too seriously.
yogsototh@programming.devto
Programmer Humor@programming.dev•Not really sure whether S-expressions or Python indentation-based scoping get more hate...
12·2 years agoS-expressions are a hack because the Lisp devs didn’t know how to make an actual compiler, and instead had the users write the syntax tree for them. (For legal reasons I am being facetious).
Just for anyone thinking you are serious; https://en.wikipedia.org/wiki/M-expression I love how S-expression existed.
McCarthy had planned to develop an automatic Lisp compiler (LISP 2) using M-expressions as the language syntax and S-expressions to describe the compiler’s internal processes. Stephen B. Russell read the paper and suggested to him that S-expressions were a more convenient syntax. Although McCarthy disapproved of the idea, Russell and colleague Daniel J. Edwards hand-coded an interpreter program that could execute S-expressions.[2] This program was adopted by McCarthy’s research group, establishing S-expressions as the dominant form of Lisp.


s/ls/ls -1/