Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Chi ha esperienza nell'uso dell'IDE CLion per la programmazione in C e C++ (in Linux)

Uncategorized
4 2 22

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    42 Posts
    85 Views
    @dylanisaiah AuDHD here. Also a Common Lisp enjoyer.I love the extremely tight feedback loop and how interactive of a development style you get with the language. How anything and everything can be immediately inspected and poked at in the REPL as genuine objects. I like that it's a standardized language, effectively frozen you don't have to deal with things like a new version of a language breaking things. The uniform syntax of Lisp (s-expressions) also aids in low cognitive load imo.With Common Lisp you get a language that lends itself towards a functional style but firmly multiparadigm.What usually doesn't work for me are languages that I can't interactively use. Using Common Lisp feels like I'm literally touching a program, molding it with my hands, meanwhile nearly every other language feels like simply staring at text on a screen.See here for another perspective on Lisp as it relates to a learning disability in particular, extremely interesting: https://www.iwillig.me/blog/on-dyslexia-and-lisp/
  • 0 Votes
    12 Posts
    24 Views
    @skyfaller @TheLancashireman sometimes updated in debian stable fix bugs that aren't security bugs but functional ones, so maybe it can be worth connecting it to the internet yourself now and then for updates?or maybe only if those bugs are actually relevant
  • 0 Votes
    1 Posts
    13 Views
    Per la ricerca di vecchi progetti in JSP stamane ho riacceso un PC desktop del 2008 con due dischi. Su uno dei due era installata una gloriosa versione di Linux CentOS che mi ha dato davvero tanto prima che Red Hat decidesse di chiudere il progetto. Un salto indietro nel tempo.Riaccedere a vecchi dischi, soprattutto con distro #Linux datate, è sempre anche un'avventura emotiva, un accesso alla storia personale.#linux #gnu #centos #redhat #storia #coding
  • 0 Votes
    1 Posts
    9 Views
    do you have art? do you want to put it on a website, that *you* own, for cheap-as-free?im writing a program for that! you just drag and drop your art into a folder, and run "galleryify", and it generates html for each image, and adds everything to a thumbnail gallery. you can group with tags and style everything however you want, too.it outputs static html, so you can upload it to neocities or nekoweb or basically any free web host. the tradeoff for being cheap-as-free is that there's no server-side interactions (e.g. no comment section).i need testers! if this sounds good then please comment and let me know your level of comfort with art and with html.https://nycki93.github.io/eleventy-image-gallery/if you just wanna know "the stack", this is made with NodeJS and Eleventy. if that doesn't mean anything to you, dont worry about it.EDIT: wow, a lot of you said you'd be interested in testing! Okay, I've just put some usage instructions up on this page, please try it out and let me know how it goes!https://github.com/nycki93/eleventy-image-gallery/#website #art #code #programming #html #heycohost #eleventy