#Coding
Seems Google Bard can't do coding (yet).
#Bard #coding #programming

You're not "cut out" to be a software engineer.
https://www.youtube.com/watch?v=zy1tHC6MaIk
#programming #coding #softwareengineering #softwaredeveloper #softwaredevelopment
I really like idiomatic code.
I don't care that it is used largely for compiler optimizations, however, when I refer to idiomatic code, I'm referring to the idea of taking advantage of the language as much as possible, and using as little of any framework as possible.
If a framework is used, it's used for optimizing idiomatic code, and nothing else. The framework would empower you to quickly opt out of using it.
A lot of Golang HTTP libraries empower you to write idiomatic HTTP APIs, which is awesome
(I still think Golang is insanely verbose, albeit, their introduction of generics has helped alleviate some of the verbosity) #programming #coding
What I think I really want in terms of #AI #coding is something that's integrated with my existing tools. How about an IntelliJ plugin that runs an AI with access to the project, execution environment, and logs.. I can ask it to write code, add features, fix bugs, or whatever and it happens right in the IDE. And it understands the changes I make too so that we stay in sync. All good until it goes rogue and inserts malware while I'm not looking though.
RT Doug Finke
Start your journey to learn #PowerShell with Polyglot Notebooks powered by .NET Interactive and VS @code.
Access the code on GitHub: https://github.com/dfinke/powershell-notebooks
Empower your #coding skills with interactive and versatile notebooks! 🚀
:sys_twitter: https://twitter.com/dfinke/status/1641814102992637954
Source code for Twitter's Recommendation Algorithm https://github.com/twitter/the-algorithm-ml #webdev #programming #coding #python #ml
Discovered https://zed.dev via fig.io - “a high-performance, multiplayer code editor” written in Rust. Zed does look REALLY neat, but had to smile when I saw that the folks behind it are the people that created Electron. 😁
All in all, I absolutely like Zed so far, great first impression and can’t wait to see what’s coming next. #webdev #editor #coding
The C++23 std::views::chunk_by is a view similar to C++20 std::views::split; however, unlike split, it operates using a binary predicate.
A new chunk will be started between the two tested elements when the predicate returns false.
Compiler Explorer link: https://compiler-explorer.com/z/Mvzo874s1

Friend or foe: Can computer coders trust ChatGPT?
If you have use of it, the color hex code for transparency is 00ffffff
Apple releases Xcode 14.3 with all the latest SDKs https://www.developer-tech.com/news/2023/mar/31/apple-releases-xcode-14-3-latest-sdks/ #apple #xcode #ios #mobile #macos #mac #tvos #watchos #coding #programming #news #tech #technology

Having CodeGPT (https://www.codegpt.co/) and GitHub Copilot available directly in VS Code is a big plus for me.
I still have no access to the GPT-4 model from within CodeGPT. But in case i need it, I still have my ChatGPT Plus account.

Happy Friday! Sharing this:
A Simple Union Between .NET Core and Python
https://medium.com/@devleaderca/a-simple-union-between-net-core-and-python-beaf34d5d2d8
@Nick_Craver
I had this post bookmarked, and funny enough, came across this situation last night. Yeah, it's not going the way it was intended.
Check out my blog post! Facade Pattern: A Beginner’s How-To for Simplified Code
https://www.devleader.ca/2023/03/31/facade-pattern-a-beginners-how-to-for-simplified-code/
#programming #coding #softwareengineering #softwaredevelopment

How to implement facade patterns in .NET C#
https://www.youtube.com/watch?v=I_dCLKESc6g
#programming #coding #softwareengineering #softwaredeveloper #softwaredevelopment
Python cheatsheet
Credits: https://hackuniversity.io/image/188933816312
#python #code #coding #dev #cheatsheet #cheatsheets #webdev #development #programming

Example: I recently found out about cowsay and thought it was pretty neat. I'll play with it a little on the command line.
#computerscience #programmer #coding #tech #silly
Here is the thing about generative #AI, I don't think it is what people really want.
When I reach for some "AI" it isn't because I prefer it to a #human but because the human I need isn't readily available. Give me the choice to talk to an AI about a #coding problem or an experienced coder in the field and I'll pick them human every time.
Vencabot is finally continuing development on JazzyCircuitBot! It's been a while, so let's do a bit of catching up -- and chilling, too!
Python Programming: Twitch Chat Development
#owncast #streaming #LateNight #Chill #Variety #Chat #Chatting #live #Programming #Coding #Python #Creative
https://live.vencabot.com
🐍 #Python developers, beware! #Malicious package on #PyPI uses #Unicode to evade detection and deploy info-stealing #malware!
Learn more: https://thehackernews.com/2023/03/malicious-python-package-uses-unicode.html
#cybersecurity #hacking #infosecurity #coding #py #sec #security #infosec
Explaining OOP Inheritance with... Animals! 🐏🐅🐒 [livestream clip]
https://www.youtube.com/watch?v=KicdnEezP_c
#programming #coding #softwareengineering #softwaredeveloper #softwaredevelopment
Why are people incapable of following clear instructions? I keep having to code around the fact that when you tell them what to do they ALWAYS do something randomly different. Wouldn't mind but it's a PoC!!! Had very much enough of today. #Coding #notListening #addARandomApostropheWhyDontYou
#Coding at lightspeed
Push-button #development environments hosted on your computer or in the #cloud. Automate your #developer workflow and share it with your team.
For more such posts on different web development topics, check out my blog. Don't forget to share and subscribe my newsletter!
#webdevelopment #coding #javascript
Want to simplify your #JavaScript code? Learn how to master Promises with this detailed guide! 🚀 #webdevelopment #asynchronouscode #coding
https://letscodeblog.hashnode.dev/javascript-promises-introduction-to-asynchronous-javascript
Hey, I'm streaming right now! 📢😀
🇫🇷 🇬🇧 Tranquille avec Le fractal 💻☕😙 Building a chatbot for your Owncast stream!
#coding #tech #chat #linux #emojirace #french #programming #emojiwall
https://direct.disquette.top
⏳ We're going live in 10 minutes! @rorypreddy is back to talk about the importance of #accessibility and how to build it into the planning stages for #inclusivity in #coding. It's always a party when Rory is here! 🎬 https://youtube.com/live/nV5mn6oLv4U
@OliviaGuzzardo @ReynaldAdolphe https://t.co/OblYjUYNpp
:sys_twitter: https://twitter.com/code/status/1641452731788562434

C++11 introduced user-defined literals, allowing libraries to expose strongly typed unit value types in a natural and readable way.
Note that the only permitted base types for user-defined literals are unsigned long long int, long double, char types and string literal types.
Compiler Explorer link: https://compiler-explorer.com/z/fn5MMa1Y5

Coding mantra: Doing n seconds of Ctrl-C and Ctrl-V like operations is always better than doing m seconds of actual typing.
Also thou shalt not bring up that m<n in some cases!
Let's Talk Access - Coding For Kids with Laura Adamonis
This was awesome 🙂❤️
#wordpress #kids #coding #access #LauraAdamonis #kidscode #wordpresskids
TIL that #Obsidian has a code inspector just like browsers, so I was able to fix the appearance of some #Todoist #tasks and make it look *exactly* as I wanted to, which filled me with much #joy.
Obsidian is truly personalizable - maybe I need to learn how to make plug-ins to extend functionality (#coding has always been so abstract to me that I’ve never been able to follow through, I can do front end dev only because I like seeing changes visually).
If you’re feeling limited by simple #notes apps like Apple Notes, I highly #recommend #ObsidianApp. It can be as simple or as complex as you like, and you can access your vault on phone, tablet, and desktop easily.
#PKM #PersonalKnowledgeManagement #Recommendations
https://whatwasidoingagain.com/interests/personal-knowledge-management-pkm/obsidian-css/
Check this one out:
How To Choose The Best Beginner Programming Language
https://www.devleader.ca/2023/03/06/how-to-choose-the-best-beginner-programming-language/
Here is a little jumpy jump segment I was trying out, timing the jumps and bounces correctly makes you fly through the level with ease!
#gamedev #indiegame #unity #videogames #gaming #coding #indiedev #blender #blender3d #games #art #design #particles #spear #animation #vfx #3dmodeling #gameplay #red #prototype #jump

Why are most "frameworks" so f-ing complex and come with such a steep learning curve for people who have been coding since before the advent of them, like when you really needed to know stuff to do things? 😎 🤔 🙄
And the never ending question, where is the breakpoint for efficiency between "doing it all yourself" and using 50-100MB of "framework wonderfulness". Gah!
#programmer #programming #framework #frameworks #coding #devops
⚡UPDATE
📣 if you are an AUTOMATIC1111 user... maybe you could find this Windows App helpful, but only if you are a "lazy" person 😎
-
More info here --> https://lnkd.in/dZvwxyFD
-
-
#AUTOMATIC1111 #ControlNET #AmbrosinusDEV #AmbrosinusToolkit #DEV #WindowsApp #AI #coding #windows #lucianoambrosini

This is what the web application for GifMaker looks like.
Soon a docker container will be ready for you to deploy easily.
https://gitlab.com/mrpotatoqc9/giftmaker
#web #coding #python #docker #redis #flask #react #programming #foss #freesoftware #logiciellibre #opensource

Hey Fedi, how do people name their Git branches?
Hey Ya, I'm live now. Come join me
Music Production Wednesday #Electro #House #Dub
#music #software #linux #coding #dj #dance #audio #producing #tech
https://live.rtrace.io
Most sort algorithms in the standard library require the source range to be a random access range.
However, the std::partial_sort_copy algorithm stands out from the pack as it can operate on input ranges.
Compiler Explorer link: https://compiler-explorer.com/z/7416616sx

Hello! I am running my own #Mastodon #instance for a few weeks now and despite some minor issues i still have, i'll keep it that way ..... so this will be my #introduction.
My Name is Patrick and i'm planning to post about stuff like #esp32, #coding, #retrocomputing, #space ..... whatever keeps me busy.
The “Astrophysical and Cosmological Relativity” division at our Potsdam institute is looking for a highly motivated, talented Scientific Programmer
Two weeks off!
I've no idea what I'm going to do...
Maybe:
- do some #CrypticCrosswords
- do some #coding
- read some books
- do some decluttering
- go into Brighton for a day and fart around
We've posted more information about submission types for the combined Constructionism and FabLearn 2023 conference! Join us October 7-11, 2023 and consider submitting your work now! https://www.constructionismconf.org #constructionism #maker #cs #coding #design #education

Since I mostly use #R for my current project and I'm interested in learning more #Python, I plan on using #RStudio as my #IDE for both. Is this a smart move or should I use separate IDEs?
#datascience #phdchat #neuroscience #coding
Push notifications are now supported cross-browser https://web.dev/push-notifications-in-all-modern-browsers/ by @tomayac #webdev #web #frontend #css #html #programming #coding #code
Streaming live in 25 minutes!
Our bot, Arnie is kinda working, but he makes a new device every time he starts.
This time, we'll use our long-awaited Redis Crypto store to save his state!
Live: https://andybalaam.uk.to/
Recordings: https://diode.zone/c/andybalaam_programming/videos
📢 On this Thursday's #vscode livestream @rorypreddy is back to demo how to build #accessibility in the planning stages to create an inclusive enviroment for #coding. Mark your 📆 and join us https://aka.ms/code-livestream-page
8 am Seattle / 11 am New York / 4 pm London https://t.co/r5r92knLjz
:sys_twitter: https://twitter.com/code/status/1640058793512914944

Today I'm starting a new sub-series: Learn Modern C++
https://simontoth.substack.com/p/daily-bite-of-c-learn-modern-c-1n
An example-oriented C++ course focused on Modern C++.
My current goal is to release one lesson each week on Saturday. If you know someone who can benefit from following this series, please share.
My little boy is keen to learn #Python. Does anyone have any recommended books/resources for a bright but sometimes distractible 10-year-old? Thanks! #tech #programming #coding
Feeling a bit smitten with myself but also a bit embarrassed.. 😁
I was able to get my homemade #Python "faux instance" to post a reply to a real #Mastodon instance leveraging my homegrown #framework
I spent a lot longer on this step than I felt like I shoulda, but I did learn a lot about digitally signing things and the #activitypub protocol doing everything wrong like 219 times before I got it right! 😬
#fediverse enabled #website and #game here I come!

Reminder for anyone writing an email-validation routine (i.e., for signup forms or whatever):
Email addresses can contain - and + and also . in the local-part (before the @ sign)! Honestly, they can contain nearly anything there, but those are the ones most likely to be incorrectly blocked as "invalid".
TLDs (.com, .org, .uk, etc.) can now include things like .ninja, .museum, and .apartments.
Don't block valid email addresses!
I love #coding on #linux!
For example the installation of node.js with the nvm installer.
I need a special version of node.js and I type nvm install 14.8.0 in the terminal!
That's it.
On #windows I always needed to deinstall the current version. Download the older version from the web and install it via msi installer.
Live code reviews make life better
https://www.artificialworlds.net/blog/2023/03/24/live-code-reviews-make-life-better/
What do you use, bash or zsh?
#terminal #shell #coding #programming
Boost's are appreciated!
Fascinating conversation, especially from a “design thinking” standpoint, thinking about advanced deployments of technology in #military environments. “Schuyler Moore, the chief technology officer for U.S. Central Command” on #WarOnTheRocks[PODCAST] https://pca.st/episode/47fdd793-6bed-4116-86aa-b7d0b1bc8be3
#AI #warfare #stem #coding #robotics #USnavy #TechAdoption #complexity #DesignThinking #design #deploy #deployment
has anyone successfully setup #VisualStudioCode (#VSC)'s #RemoteTunnels functionality such that they are able to access #WSL projects on a remote machine?
Thus far I've been able to access #code from a remote machine but only when the project is stored on the Windows side.
Attempting to run code tunnel from WSL launches a VSC instance rather than kicking off the server like it does on the Windows side.
Coders - sorry, but especially men - please try to be more conscious of how you're phrasing things when in conversations about how easy or difficult concepts are, to people who either don't code or are brand new.
Phrases like, "I don't see why that's difficult to understand," or "that's just obvious," immediately (and often completely) knock down the courage of the person asking for help (or even someone just listening to your conversation).
#Introduction post! Hi I'm Noelle, and I decided to join Calckey after being on #Mastodon since November of last year. 😄
Some of my interests include: #writing, #reading, #coding, #learning, #researching, #weaving, #crocheting, #environmentalism, #sustainability, #libraries, #archives, #podcasts, #books, #music, #guitar, #synthesizers.
I could probably think of more but I think that's a good start! I also have a blog that you can check out here: https://bookishnoelle.linefeed.app. I write about technology, the books I'm reading, and I'm planning on writing updates on my journey of learning how to code a blog in #html and #css. Follow me if any of what I just wrote sounds interesting to you! Thank you for reading. 😄

# An array with one dimension with values ranging from 1 to 24
thisarray <- c(1:24)
thisarray
# An array with more than one dimension
multiarray <- array(thisarray, dim = c(4, 3, 2))
multiarray
What I am learning about using AI like Chat GPT or Bing for programming/scripting:
When a newbie user/programmer/scripter asks how to do something in a typical programmer chat forum (like discussions.apple.com, for example), one often encounters people wanting to teach lessons.
With AI you get a direct answer. It may need a little fudging things around, but it works, which is all I was looking for.
#NotTryingToCareerShiftToComputerScience 😂 #Coding #Programming
My best debugging strategy remains formulating a #StackOverflow post to explain the "massive, totally unsolvable" problem that I am facing. Once I've written the post with a nice reproducible example (or gotten at least halfway through), the solution magically occurs to me! #Rstats #coding 🪄🦄
Anyone interested in knowing how to setup #xdebug & #phpstorm for #Wordpress development?
#php #debugging #plugins #works #developer #development #wordpressDevelopment #coding
Hey, @astro fans, do you have any questions that you think I should ask Matthew Phillips on the stream tomorrow?
9am Pacific, 12pm Eastern

I'm getting some #coding assistance this afternoon from Renard.
:blobcatmeltlove:
#CatsOfMastodon
#CatsWithJobs
@catswhocode

Yesterday I learned that my #sewing is a lot like my #coding. I tried to explain the plan for the "Data Viz with Textiles" course to someone who teaches an Actual Sewing Class and she looked at me the way I imagine someone who teaches CS 101 would if I explained how I use Python in my #DigitalHumanities class.
There are 1500+ code inspections to detect potential bugs, code smells, and more issues 🐛👃 Of course, you can apply one of the 1900+ quick-fixes right away, but did you know that there are other courses of action? 🤔
Learn more in our latest post 👇 https://blog.jetbrains.com/dotnet/2023/03/20/why-is-resharper-suggesting-this/?utm_campaign=resharper&utm_content=why-is-resharper-suggesting-this&utm_medium=referral&utm_source=twitter
The C++23 added the std::spanstream, effectively a std::stringstream equivalent operating on a borrowed contiguous range.
std::spanstream can be used to directly parse text stored in raw memory, string_views or string literals.
When using std::spanstream for writing, the std::spanstream will write as much output as fits into the output span, which can be inconvenient.
Compiler Explorer link: https://compiler-explorer.com/z/occYKs4d5
Hi, I am Tobi. 👋
I am here, too. Finally.
🤩 (Some) Interests: #softwarecraft #softwareengineering #engineeringleadership #remotework #developerexperience #organizationaldesign #systemsthinking #companyculture and everything in these realms.
🤿 Hobbies: #diving #reading (non-fiction) #coding #spikeball and all things #outdoor plus too many other things.
🚀 Mission: Helping engineering leaders build high-performing teams and organizations.
Looking forward to connecting with all of you here. ☺️
Moving to a new server calls for a new #introduction...
I'm a principal #software engineer from #England working at #Mozilla.
I enjoy #coding, reading #ScienceFiction and #fantasy, #gaming and I periodically attempt to get back into #photography and generating #fractals.
Follow me to hear me ask dumb questions about tech I'm trying to learn or talk about projects I'm working on that will likely never go anywhere.
Did you know that the first website ever created is still live today? It was created by Tim Berners-Lee in 1991 and was dedicated to information about the World Wide Web. 🌐💻
http://info.cern.ch/hypertext/WWW/TheProject.html
#webdevelopment #funfact #webhistory #timbernerslee #worldwideweb #internet #webdesign #webtech #webdev #programming #coding #html #css #javascript #frontend #backend #webdeveloper #webprogramming #webapp #tech
Mastodon Bird UI v1.2.1 released! :neon_skull:
Changelog:
* Consistent position for no alt tag with other media tags
* Hide footer buttons in modals
* Fix some situations where too high number can cause icon to shrink
* Add compose history modal header to border color scope
* Fix tertiary button border on hover
* Fix styles for admin report notifications (thanks @koyu!)
* Fix notification-update alignment (thanks @koyu!)
* Fix dropdown menu history item styles
* Hide already boosted posts on Expore tab
* Fix follow notification avatar too close to text
* Fix styles for admin sign up notifications (thanks again @koyu!)
* Fix tertiary button hover border
https://github.com/ronilaukkarinen/mastodon-bird-ui
#CSS #WebDesign #WebDev #MastoAdmin #Coding #NewRelease #Mastodon
Get up to speed with computational thinking, game design, and #animation with TCEA's online, self-paced course on #Scratch. https://blog.tcea.org/tcea-announces-all-new-scratch-computational-thinking-course/?utm_source=TCEA+Emails&utm_campaign=58fffb3ea2-RSS_EMAIL_CAMPAIGN&utm_medium=email&utm_term=0_f3a5bb651e-58fffb3ea2-40999907&ct=t(RSS_EMAIL_CAMPAIGN)&mc_cid=58fffb3ea2&mc_eid=470f1b78b9 #edtech@chirp.social @edtech @edutooters #education #stem #coding #tceajmg #tcea
So... What exactly are the 1% of the world expecting to happen when many reasonably paying jobs are gone?
"OpenAI Reportingly Hiring 'Army' of Devs to Train AI to Replace Entry-Level Coders"
https://futurism.com/the-byte/openai-replace-entry-level-coders-ai
#AI #OpenAI #Coding
Du wolltest schon immer Programmieren lernen, weißt aber nicht, wo du anfangen sollst?
Mit unserer Übersicht findest du den passenden Einstieg. Zwölf Angebote zur Verbesserung deiner Coding-Skills:
https://t3n.de/news/programmieren-lernen-fuer-anfaenger-die-besten-quellen-fuer-den-einstieg-1541911/
#Coding #Programmieren #IT
April 1 is IF #SourceCode Amnesty Day. I plan to join in on this, sharing my #Inform7 source code for my Scottish historical #parser #InteractiveFiction #games Border Reivers and Napier's Cache. http://blog.zarfhome.com/2023/03/april-1-is-if-source-code-amnesty-day.html #OpenSource #ScottishHistory #HistoricalGames #TextAdventures #GameDev #Inform #Coding #Programming #ComputerGames