this post was submitted on 14 Sep 2021
18 points (100.0% liked)

Asklemmy

43810 readers
1592 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
top 35 comments
sorted by: hot top controversial new old
[โ€“] IngrownMink4@lemmy.ml 12 points 3 years ago* (last edited 3 years ago) (2 children)
  1. Learn more about Rust
  2. Learn Chinese (simplified)
  3. Learn Chess (through Lichess)
  4. Learn how to cooking
[โ€“] Cloak@lemmy.ml 2 points 3 years ago (1 children)
  1. Just did rust
  2. Me but Japanese
  3. Guitar
  4. Crochet
[โ€“] IngrownMink4@lemmy.ml 1 points 3 years ago

What a coincidence! I would like to play the guitar too, but I don't think I have enough talent to learn it ๐Ÿ˜…

[โ€“] hammsvietro@lemmy.ml 2 points 3 years ago (1 children)

great! I've started to put more effort into cooking, very therapeutic

[โ€“] krawieck@lemmy.ml 7 points 3 years ago (2 children)

i want to learn some kind of functional programming language, i'm thinking about haskel, elm, or some kind of lisp

[โ€“] dragnucs@lemmy.ml 2 points 3 years ago (1 children)

I too want to learn elm.Do you knowing a good resource to start?

[โ€“] krawieck@lemmy.ml 2 points 3 years ago

i'm not really a great source for this since i have yet to learn it, but i got hyped up when i saw this talk about elm, tho i should warn you that there is some sussy stuff going on with elm now. i read that the creator of elm removed the ability to call to JS for anyone but himself and removed ability for users to define custom operators. i personally, while still am interested in elm, will also take a look at PureScript which seems to be elm's most popular competitor

[โ€“] hammsvietro@lemmy.ml 1 points 3 years ago

I'm really getting into elixir this past months, probably my favorite language atm. Even though it's not the 'purest' functional langauge out there, there's a bunch of great documentation! Not mentioning some incredible built-in tools, such as rpc and gen-servers (a small thread for state control, the Erlang VM can hold up to 2 million of those, insane stuff).

[โ€“] vis4valentine@lemmy.ml 7 points 3 years ago* (last edited 3 years ago) (2 children)

I wanna learn to code. I've been stuck in the basics for to long and i really wanna move forward. But still don't know what I wanna code, so that was also a problem.

[โ€“] the_tech_beast@lemmy.ml 4 points 3 years ago (1 children)

Yep, same here. I want to learn a programming language as well but I haven't really made big progress so far.

[โ€“] hammsvietro@lemmy.ml 4 points 3 years ago (3 children)

even though it's a cliche, I'd suggest you to start with javascript, it can be used for a bunch of things, from there you can decide if you like what you're doing, or you prefer low-level stuff.

[โ€“] flbn@lemmy.ml 3 points 3 years ago (1 children)

tangentially, for a high-level language the syntax most resembles lower level stuff (compared to python at least). i felt the transition from js to c was smoother for me than my classmates when i started using c at uni.

[โ€“] hammsvietro@lemmy.ml 1 points 3 years ago
[โ€“] the_tech_beast@lemmy.ml 2 points 3 years ago
[โ€“] vis4valentine@lemmy.ml 2 points 3 years ago

I know I little bit is c++ and python. I was thinking that starting with web development might be a good start. My problem is mostly a lack of focus. Wanna learn but I have no idea what projects i wanna do, so i had no real reason to go forward. But I really like it, and might be useful for me soon.

[โ€“] dragnucs@lemmy.ml 2 points 3 years ago (1 children)

You can code a contacts manager app. It needs to add, read, edit ans rรฉnovรฉ contacts. The more data you can manage the better, for example, work and personal phone numbers and email. Job title, company, created at, updated at, last time read at, etc. For each field you need to manage input sanitation, error handling and error messages. For profile photos you can do picture upload, read image from social network like a proprietary one or from the fediverse.

[โ€“] vis4valentine@lemmy.ml 1 points 3 years ago

Interesting, ill think about that. Or something else, like inventary.

[โ€“] jedrax@lemmy.ml 6 points 3 years ago

Nordic Ice Skating. I live above the arctic circle so it's a perfect thing to do in the winter months.

[โ€“] Openmastering@lemmy.ml 5 points 3 years ago (1 children)
  • Learn Programming. I started Ruby a while ago and I'd like to keep on learning
  • and learn BMX. The basics, just for the fun
[โ€“] Openmastering@lemmy.ml 1 points 3 years ago

I'm using The Odin Project to learn to Ruby. And Youtube for the BMX

[โ€“] QuentinCallaghan@sopuli.xyz 5 points 3 years ago* (last edited 3 years ago) (1 children)

Fire breathing. I got Abbath's autograph at Tuska Open Air 2015 and he told some advice regarding fire breathing. The oil used has to be fine paraben oil because it doesn't cling to the throat like mineral oil. And one has to never swallow it because it means an ambulance and a belly flush. Fire breathing is just something over-the-top I want to learn doing.

[โ€“] the_tech_beast@lemmy.ml 5 points 3 years ago

Be careful. It is dangerous. Also, carry a towel with you at all times.

[โ€“] Jeffrey@lemmy.ml 5 points 3 years ago* (last edited 3 years ago) (1 children)

How to host a Lemmy instance. I spent an hour this morning going through a training course on Ansible, now it's giving me different errors haha. It has something to do with SSHing into my VPS. I can SSH in no problem, but Ansible apparently isn't using my default SSH key?

ยฏ\(ใƒ„)/ยฏ More searching and more tinkering and it'll work eventually!

[โ€“] nasp@lemmy.ml 2 points 3 years ago (1 children)

How technical is it so far ? Would love to try also. Kinda done some coding and droplet creation. But not much linux experience.

[โ€“] Jeffrey@lemmy.ml 2 points 3 years ago (1 children)

The official documentation for installing with Ansible is very simple, but not very detailed.

If I understand correctly, droplet is just DigitalOcean's marketing term for VPS, so you probably already understand the basics of SSH, simple Linux commands, and running a VPS. You'll want to be familiar with the basics of Docker, and if you choose to use Ansible for installing you'll need to be comfortable with that too.

If you come across any issues during setup you can ask the community for help. It's really not difficult, but there's more to it than sudo apt install Lemmy.

[โ€“] nasp@lemmy.ml 1 points 3 years ago

You're correct. VPS on digital ocean.

You've really motivated me that i can do it ! I'm at basics amof linux commands and ssh. But could be fun learning the docker basics and ansible

[โ€“] joojmachine@lemmy.ml 4 points 3 years ago

Learning programming. Started a couple of weeks ago with Python but I'm still in the early beginnings of the learning curve. Can barely write anything but I am starting to understand Python code from others that I see online, so I see that as an absolute win.

[โ€“] downdaemon@lemmy.ml 3 points 3 years ago

I have a cheap ham radio, i can't transmit yet but i'm gonna get my license

[โ€“] marmulak@lemmy.ml 3 points 3 years ago

All the time I think about learning another language. There's a lot of languages that I already know a little bit, but clearly not enough to actually use them. It's always tempting to think that I could "fix up" one of these partially-learned languages and somehow be productive in them.

[โ€“] riccardo@lemmy.ml 3 points 3 years ago* (last edited 3 years ago)

Rollerblading. My little brother is very good at it so I decided to learn. Gliding on the street's concrete is incredibly satisfying, when I started learning a few weeks ago I didn't expect it to be so fun. I'm progressing slowly but I'm looking forward to my next holidays so I can invest more time to at least feel confident enough to ride alone without fearing to be run over by a car because I couldn't stop at a crosswalk (seriously why getting used to breaks needs to be this hard ugh)

[โ€“] murky@lemmy.ml 3 points 3 years ago
  1. Juggling with various items
  2. Solving a Rubik's cube blindfolded
  3. More Origami figures
[โ€“] SrEstegosaurio@lemmy.ml 2 points 3 years ago
  1. Improve in Judo (I seriously suck).
  2. Improve my grades.
  3. Improve on my Linux & Programming skills.
[โ€“] nasp@lemmy.ml 2 points 3 years ago (1 children)

Really wanna host a matrix instance for my friends and family. I want them to transition away from fb messaging. Gotta look up the steps !

[โ€“] hammsvietro@lemmy.ml 1 points 3 years ago

great move! hope you can manage that without any problems :D