Zum Inhalt der Seite gehen

Suche

Beiträge, die mit programming getaggt sind


🤔 Confused about logical operators in C? Our guide breaks down AND, OR, and NOT with easy examples. Perfect for beginners!

Read more: https://www.spsanderson.com/steveondata/posts/2024-11-13/

#Programming #C #Learn #Blog #Code #Coding #CodingTips





💡 Logical operators are key to decision-making in C. Our latest post explains everything you need to know as a beginner.

Check it out: https://www.spsanderson.com/steveondata/posts/2024-11-13/

#Programming #C #Tips #Blog





📊 Want to make your R data manipulation more efficient? Discover 4 essential subsetting techniques in our new post!

Visit https://www.spsanderson.com/steveondata/posts/2024-11-12/ and share your thoughts in the comments!

#R #RStats #Programming #Data #Learn #Blog #dplyr #datatable



🚀 Dive into the world of R with our latest guide on subsetting data frames! Learn 4 practical methods to streamline your data analysis.

Check it out at https://www.spsanderson.com/steveondata/posts/2024-11-12/ and let us know your favorite method!

#R #RStats #Programming #Data #Tips #dplyr #datatable #Blog



🐧 New to Linux? Dive into the world of processes with our beginner's guide! Learn essential commands like ps, top, jobs, and bg to manage your system efficiently.

Check it out here: https://www.spsanderson.com/steveondata/posts/2024-11-08/

#Programming #Linux #TechTips #CLI #Blog

🚀 Ready to boost your Linux skills? Our latest post breaks down key process management commands f



You wanna write confusing Rust?

🦀 I found the perfect blog post: https://zkrising.com/writing/rusts-most-subtle-syntax/

⬇️ And apparently this Rust code is valid 🤯

#rustlang #syntax #programming #blog


🖥️ Beginners, unlock the power of decision-making in C with if and else if! Our latest post breaks down these concepts with easy-to-follow examples.

Perfect for your coding journey!

Explore now: https://www.spsanderson.com/steveondata/posts/2024-11-07/

#C #CProgramming #Blog #Code #Coding #CodingTips #Programming #CProg #CodeNewbie


🚀 New to C programming? Learn how to control your program's flow with if and else if statements!

Check out our guide to mastering these essential tools. Dive into examples and start coding confidently today!

Read more: https://www.spsanderson.com/steveondata/posts/2024-11-07/

#CProgramming #Programming #CCode #LearnC #Blog #Coding #relational_algebra


📊 Unlock the power of the $ operator in R! Perfect for beginners, this guide shows you how to access list elements and data frame columns effortlessly.

Dive in now: https://www.spsanderson.com/steveondata/posts/2024-11-06/

#R #RStats #Programming #DataScience #Code #RProgramming #blog



🚀 New to R? Discover how the setdiff() function can simplify your data analysis! Check out my guide for easy-to-follow examples and best practices. Dive in and start coding today! 📊🔍

Read more: https://www.spsanderson.com/steveondata/posts/2024-11-05/

#R #RStats #Programming #Data #LearnR #RProgramming #setdiff #blog



If you’re from outside the US — or from the US and have voted — and you want to steer clear of stress the next 24 hours, how about learning the basics of #programming #Scheme and/or #Wisp?

It’s a mind-opening experience and might just be the right thing to steer clear of stress:

https://spritely.institute/static/papers/scheme-primer.html
https://www.draketo.de/software/programming-basics-wisp
https://www.draketo.de/software/programming-basics-wisp.pdf

And if you’re a Pythonista, you have a neat head start:

http://www.phyast.pitt.edu/~micheles/scheme/
https://www.draketo.de/py2guile

#python #code #guile #gnu


🛠️ New to R programming? Discover how the NOT IN operator can simplify your data filtering tasks.

My guide breaks it down with easy-to-follow examples.

Read and comment! 📈🔗 https://www.spsanderson.com/steveondata/posts/2024-11-04/

#R #RStats #Programming #Learn #Tips #RProgramming #blog



Apple creates Private Cloud Compute VM to let Researchers find Bugs. :apple_inc:

The company also seeks to improve the system's security and has expanded its security bounty program to include rewards of up to [$1 Million] for vulnerabilities that could compromise “the fundamental security and privacy guarantees of PCC”.

https://security.apple.com/blog/pcc-security-research

#apple #pcc #vm #securityresearch #bug #bounty #programming #ai #it #security #privacy #engineer #media #tech #news
Apple created a Virtual Research Environment to allow public access to testing the security of its Private Cloud Compute system, and released the source code for some “key components” to help researchers analyze the privacy and safety features on the architecture.

The company also makes available the Private Cloud Compute Security Guide, which explains the architecture and technical details of the components and the way they work.

<https://security.apple.com/documentation/private-cloud-compute>
[ImageSource: Apple]

Interacting with the Private Cloud Compute client from the Virtual Research Environment.

Apple provides a Virtual Research Environment (VRE), which replicates locally the cloud intelligence system and allows inspecting it as well as testing its security and hunting for issues.

“The VRE runs the PCC node software in a virtual machine with only minor modifications. Userspace software runs identically to the PCC node, with the boot process and kernel adapted for virtualization,” Apple explains, sharing documentation on how to set up the Virtual Research Environment on your device.

VRE is present on macOS Sequia 15.1 Developer Preview and it needs a device with Apple silicaon and at least 16GB of unified memory.

<https://security.apple.com/documentation/private-cloud-compute/vresetup>



One area where language models might actually be good is emulating a type system for dynamic languages.

Given how good these things are at figuring out general shape of the code, I suspect they could fairly accurately tell you argument and return types for functions. And you could probably get away with a pretty small model if it only targets a specific language.

I'm kind of surprised nobody's tried doing this yet.

#technology #programming #machinelearning #llm

Yogthos


One area where language models might actually be good is emulating a type system for dynamic languages.

Given how good these things are at figuring out general shape of the code, I suspect they could fairly accurately tell you argument and return types for functions. And you could probably get away with a pretty small model if it only targets a specific language.

I'm kind of surprised nobody's tried doing this yet.

#technology #programming #machinelearning #llm


I'd like to comission someone to make a #debian package for capypdf with dev package so I can program with it in #inkscape

A PPA or your own http location is fine, as long as people can be given instructions for installing it. We can work on builds for other OSes later.

C++23, mason, you can package the python but it's not needed.

DM me a price or if you're interested in volunteering for inkscape cmyk/pdf support.

#programming #packaging #ubuntu #ppa #deb


I'm slowly making my way through a 8 thousand line python addition to #inkscape's #python library for parsing text and font elements in #svg 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. 😅

#codereview #programming #pango #fontconfig


So ...let's face it. A LOT of folks in tech circles are somewhat amazed a fully #blind person can even find the power button on a computer, let alone operate it professionally. I am such a person, and I'd like to bust that myth.
It's also true that many #hacking tools, platforms, courses etc. could use some help in the #accessibility department. It's a neverending vicious circle.
Enter my new twitch channel, IC_null. On this channel, I will be streaming #programming and #hacking content including THM, HTB and who knows what else, from the perspective of a #screenReader user.
What I need, is an audience. If this is something you reckon you or anybody you know might be interested in, drop the channel a follow or share this post. Gimme that #infoSec Mastodon sense of comradery and help me out to make this idea an actual thing :) https://twitch.tv/ic_null #tryHackMe #streamer #selfPromo


"Cooklang – Recipe Markup Language"

https://cooklang.org/

I love this but also think it'll never take off (but should)

#cooking #recipe #programming
A screenshot of cooklang, where ingredients are prefixed with @ and suffixed with {}:

Then add @salt and @ground black pepper{} to taste. Poke holes in @potato{2}. Place @acon strips{1%kg} on a baking sheet and glaze with @syrup{1/2%tbsp}.