stevensanderson, to programming
@stevensanderson@mstdn.social avatar
daviwil, to scheme
@daviwil@fosstodon.org avatar

I just opened registration for the June iteration of the "Hands-On Guile Scheme for Beginners" course!

This is an 8-week course that is a mixture of on-demand learning content, live Q&A sessions, practical exercises, and a private forum where I answer all your questions.

This iteration officially begins on June 8th, full details and schedule can be found here:

https://systemcrafters.net/courses/hands-on-guile-scheme-beginners/

Come learn Scheme and functional programming with us!

EeroMutka, to gamedev Finnish
@EeroMutka@mastodon.gamedev.place avatar

Some more chill progress for my UI library with a color picker!

link to the library: https://github.com/EeroMutka/Fire

#gamedev #programming

video/mp4

Meghal, to linux

📢 Calling all tech enthusiasts and Linux aficionados! 📚

Excited to introduce our latest release, "Linux Kernel Programming." We're seeking passionate readers to review the book and share their insights on Amazon.

If interested in diving deep into Linux Kernel development and providing valuable feedback, please DM me on LinkedIn: https://www.linkedin.com/in/meghal-patel-320a8015/.

Here- https://packt.link/4SGql

Thank you for your support!

#linux #LinuxKernelProgramming #Programming #BookReview #TechCommunity

ALTAnlp, to programming
@ALTAnlp@sigmoid.social avatar

ICYMI: CALL FOR PROBLEMS FOR SHARED TASK FOR #ALTA2024 WORKSHOP

The ALTA shared tasks are targeted at #university students with #programming experience.

They should be related to a #language #technology task, able to be automatically evaluated, with training and test #data able to be distributed to participants at low- or no-cost, and should be fun!

📆 Submissions by Friday 7 June 2024.

✉️ shared-task@alta.asn.au

https://alta2024.alta.asn.au/calls

JenMsft, to programming
@JenMsft@mastodon.social avatar

When you approve your own pull request #Programming

joachim, to programming
@joachim@drupal.community avatar

Is there a concept in for whether an is inward or outward? For example, suppose I have an interface whose intention is that other code can implement it, but it's only supposed to be called by the internals of my code: it's public for implementation, but internal for callers.

bsletten, to Humor
@bsletten@mastodon.social avatar

Nerds and nihilists will appreciate this one.

#humor #foundontheinternet #programming

pragmaticmarg, to programming
@pragmaticmarg@hachyderm.io avatar

Celebrating the beta release of Advanced Hands-on Rust by Herbert Wolverson. @herberticus https://medium.com/pragmatic-programmers/advanced-hands-on-rust-2f1446827466
#pragprog #programming #rust #books

pixel, to swift
@pixel@social.pixels.pizza avatar
stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

Learn how to handle rows in R containing specific strings using base R's grep() and dplyr's filter() with str_detect(). Select or drop rows efficiently and enhance your data manipulation skills. Give it a try with your datasets for better data cleaning and organization.

#R

Post: https://www.spsanderson.com/steveondata/posts/2024-05-23/

doctormo, to python
@doctormo@floss.social avatar

I'm slowly making my way through a 8 thousand line python addition to 's library for parsing text and font elements in properly. It's important and useful, but it's also a lot.

I'm not sure how to say "please run pylint over your code because my eyes hurt trying to read this". without sounding like an ungrateful jerk. 😅

professorhank, to cpp
@professorhank@sfba.social avatar

Come check out my latest C++ video. Leave a note in the YouTube comments letting me know how I did.

https://youtu.be/dArZpIrMftY

#LearnToCode #cpp #programmer #programming

jackwilliambell, to cpp
@jackwilliambell@rustedneuron.com avatar
drcaberry, to Creativity
@drcaberry@blacktwitter.io avatar
freemo, to ArtificialIntelligence
@freemo@qoto.org avatar

So for those of you who missed it, I am hiring for fully remote positions worldwide, everything from Jr. to Sr. Programmers and Data Scientists.

Our company mission is ML related but we are currently in stealth mode, but we are well funded and have about 15 employees now and looking to hire abou 15 more.

The company is ethics and open-source first company, you can see the link to the website below. It also donates time from its employees for non-profit open-source projects heavily.

https://cleverthis.com/

We can especially use NLP expert at the moment as well as good programmers who know Java, Linux, and hopefully comfortable being a polyglot.

You can see all our positions here as well as some details for how to apply:

https://docs.cleverthis.com/en/human_resources/organizational_structure/universal_requirements

If you feel you are a fit we guarantee everyone an interview. We also offer the opportunity to make some money on the interview even if you dont get the job (through open-source bounties).

If you want to schedule an interview you can use the following link:

https://cal.com/team/cleverthis/interview-stage-1

If you can’t find any time slots that work for you we have our extended hours link below:

https://cal.com/team/cleverthis/interview-stage-1-extended

xavdid, to programming
@xavdid@mastodon.social avatar

I'm doing some monitor shopping and am looking for recs. I do #programming, so I look at code and browsers all day. Priority is for screen real estate and text sharpness. There's a budget, but it's sizeable enough to not be a (big) factor here.

Anyone have big recs or feelings?

My top 4 frontrunners are https://www.displayspecifications.com/en/comparison/a8752b4ad3

SergKoren, to programming
@SergKoren@writing.exchange avatar

Do people still do pair-programming? I was a big proponent back in the day.

#agile #pair #programming

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

Want to split numbers up, because why not? I go over this in todays post using gsub() and strsplit() functions from base R.

Post: https://www.spsanderson.com/steveondata/posts/2024-05-22/

#R

image/png

ilmai, to programming
@ilmai@hachyderm.io avatar

Lukewarm take: every supposedly simple solution to a #programming problem just means you’re pushing the complexity somewhere else. There are no simple solutions to complex problems.

davidbisset, to programming
@davidbisset@phpc.social avatar

"Clever code is probably the worst code you could write... and clear, readable code is probably the hardest #code to write."

https://read.engineerscodex.com/p/clever-code-is-probably-the-worst #programming #coding

reillypascal, to Blog
@reillypascal@hachyderm.io avatar

I did a write up of setting up Webmentions on my site! I had mentioned it earlier, but there was one stumbling block that took me longer to figure out.

Webmentions let me get notified when people share my posts, respond to my comments on other sites, etc., and lets me use my site for a lot of the kinds of interactions I'd otherwise have to do on social media.

https://reillyspitzfaden.com/blog/05-21-2024

#IndieWeb #Blog #Webmentions #Microformats #WebDev #WebDevelopment #Programming #Coding

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

I will be updating my healthyR.data package soon as well as my TidyDensity. Here is some news of new functions for healthyR.data:

https://www.spsanderson.com/healthyR.data/news/index.html#new-function-development-version

#R #RProgramming #RStats #Data #Coding #Programming #Healthcare #HealthcareData #healthdata

TheIdOfAlan, to Mac
@TheIdOfAlan@hachyderm.io avatar

Watch out if you use iTerm2 on a mac. The latest version (3.5.x) integrates OpenAI/ChatGPT. It looks like you have to set keys to use it, but I don't want it even in the mix so I'm sticking with the 3.4.x release.

#mac #programming #cli

tripleo, to random
@tripleo@fosstodon.org avatar

All you nutcases still using , what's actually wrong with it?

aka What are the sharp edges?

mjgardner,
@mjgardner@social.sdf.org avatar

@tripleo Like I said in https://social.sdf.org/@mjgardner/112476483573909633, the only feature built in to for untrusted data is taint mode.

You might have heard of it or used it 25 years ago with simple scripts (and that still works!) but as I said in https://social.sdf.org/@mjgardner/112481166820565063, it breaks a lot of modern code.

It’s also no silver bullet: a taint failure is a fatal exception and it’s up to the developer to handle that gracefully.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines