The anti🚫-derailment🚃 & thread🧵 hijackingšŸ”« thread🧵 ⁉

I need to know the filament! It looks awesome!

Just be aware there’s a decent artery closer to the wrist, that was partially why I moved it down

How do you all open your x-series boxes?

  • Tear the side off
  • With something sharp
  • Open the flap
  • Other
0 voters
1 Like

I’ve been offered a coding course of my choice. Starting from zero. Preliminary research suggests I should go for Python or C++ but you people have way more knowledge so give me your advice. Other factors: I’m old so I doubt I’ll be learning more than one so versatility is key!

1 Like

I don’t think I actually did, I think my installer opened the bag

I think he just tore it open though

Wait, the nice black boxes they come in?
Who’s out there tearing the side off those??
I’m so confused…

4 Likes

Nice!

Any idea what you hope to use it for?

1 Like

Python in my opinion. there are good use cases for C++ but i use Python more in a wide variety of applications

3 Likes

Initially it would just be for my continued education.
Top ambition would be the creation of a simple computer app with a slick GUI. Zinc would be a good example of the style/size. Not the parts that interact with implants. More like turning a small database into a standalone app.

2 Likes

You and me both, haha. But apparently it’s a thing.

1 Like

I used to use an app called Kiosk for that but I’d like to build an app from the ground up.
Also, is there a language closer to microcomputers, arduino, raspberry pi etc?

1 Like

Arduino uses its own flavor of C++

Raspberry pi’s can run pretty much whatever you can run on a normal computer

Unless you get the smaller pi’s like the pico, then it’s a little more limited

2 Likes

Too add to @Aoxhwjfoavdlhsvfpzha’s response… Micropython is a thing on some microcontrollers (the extremely common esp32, for example).

3 Likes

The ESP32 also takes arduino code

The pi pico’s one of those that supports micropython too

Options, options…

2 Likes

C++ is a garbage language. (But unfortunately still widely used)
Arduinos are straight forward enough that unless you’re doing something a little more advanced, there’s not really a reason to learn C++ to program them.
Python is OK. If you’re programming non-seriously then I think its fine to go with. My first language was Java (also a bad language and it’s worthless to learn today) but it was great to have a solid foundation with a language that had strong typing and true object oriented design. Python obfuscates a lot from the programmer, which can be good or bad depending on your use case.
Honestly I’d love to learn go or rust but, you know, time…

3 Likes

This is unfortunately C++.
C/C++ is incredibly versatile, and will run on microcontrollers and normal computers (but not really phones). I have a lot of issues with C++ and I’m happy to go into details, but I’ll spare you the rant.

Some microcontrollers will run micropython, like the pi pico. Its a subset of python and doesn’t have the same versatility but is still python.

2 Likes

The usual university progression is something like:
Java/python → C → C++
The general idea being :

  • Familiarise yourself with basic stuff (logic/syntax/coding)
  • Get a solid understanding of low level stuff (memory, harware, pointers…)
  • Discover higher levels (object oriented, software architecture, polymorphism…)

C++ is indeed a good choice since you can cover everything from the girst two steps with it anyway.

I was literally teaching cpp last month at the nearby university and got reminded of all that fun stuff

2 Likes

May I enquire as to why you asked this question?

Exactly!!!

Me also

2 Likes

While we’re asking questions about why we’re asking questions…

1 Like

Why are you asking that question about why we are asking questions?

Why am I asking you why you are asking Amal???

:man_shrugging:

1 Like

I’m hoping we’re about to see some jedi mind trick badge cloning, where that info is the secret to a xerox clone

3 Likes