feudjais, to DigitalNomadHub French
@feudjais@eldritch.cafe avatar

Les devs qui sont en freelance, est-ce que vous pouvez répondre à une ou plusieurs de ces questions pour moi ? Je numérote pour que vous puissiez répondre à celles que vous voulez. Vous pouvez répondre en privé si vous préférez, évidemment !

1/ Comment vous trouvez vos missions ? (Plateformes ? Bouche à oreilles ? Autre ?)
2/ Combien vous gagnez par an net d'impôts environ ?
3/ Combien de temps vous passez à travailler ? (Si possible, détaillez temps passé à chercher des missions, temps passer à dev, etc.)
4/ Comment vous avez franchi le cap ?
5/ Quelles compétences vous avez ?
6/ Si vous étiez en CDI avant, qu'est-ce que vous préférez ? Qu'est-ce que vous aimez moins ?

Sentez-vous libres de retooter pour que j'ai un maximum de réponses. Ça m'aiderait beaucoup !

alyx, to golang
@alyx@3615.computer avatar

People working on #Go #Golang applications: I want to pick a way to make SQL queries (most likely SQLite and/or Postgres) but I'm totally lost with the many options available. Do you have any recommendations please? 🙇
It's for a web app, a smallish Activity Pub social network.

So far I have:

hrbrmstr, to random
@hrbrmstr@mastodon.social avatar

This idiom/function:

toSQL <- function(obj) {  
   
 dbplyr::sql_render(obj) |>   
 as.character() -> x

 clipr::write_clip(x)  
   
 writeLines(x)  
   
 invisible(x)  
   
}  

comes in SO STUPID HANDY when I have to convert an #RStats {tidyverse} wrangling query into something I can put into my #Go data pipeline grabbers.

Not the most efficient #SQL, but it gets the job done with no effort.

winni, to rust

When you mostly work in #Go and experience its amazing build times, you die a little bit inside everytime you see the #Rust compile summary stating that it took 4 minutes to finish.

liaizon, (edited ) to fediverse
@liaizon@wake.st avatar

The San Fransisco Aviation Museum (known as the SFO Museum / https://sfomuseum.org) has launched a massive initiative to federate their whole archive into the #fediverse! They have gone so far as to write their own #ActivityPub software in #Go suited to their needs and open sourced it (https://github.com/sfomuseum/go-activitypub). And have already launched thousands of automated accounts that cover different parts of their collection. It looks like @thisisaaronland is behind the project.
https://millsfield.sfomuseum.org/blog/2024/03/12/activitypub

tillitis, to programming

We are looking for more developers at Tillitis. Please see:
https://tillitis.se/career/

Mostly Go and C. Reading Verilog is a plus but not a requirement. Only FLOSS tools and, as you know, everything we produce is also FLOSS.

#programming #go #c #dev #embedded #cybersecurity #opensource #floss

yassie_j, to random
@yassie_j@labyrinth.zone avatar

MASTODON PLUSHIE REAL

I will no longer criticise the Mastodon project if I am given one for free

astrid,
@astrid@fedi.astrid.tech avatar
jperkin, to random
@jperkin@federate.me.uk avatar

Speaking of GCC, does anyone know of any lawful impediment why I may not drop gccgo from my GCC packages?

Feels like something that hasn't been necessary since 2013.

konstantin, to rust

I love how Go and Rust programs just compile down to a single binary you can do whatever you want with. Sprinkle a systemd definition and voila, you’ve got yourself a long running service with superpowers 🥰.

Wisesnail, to goodomens
@Wisesnail@mastodon.social avatar

My previous Aziraphale needed his companion <; I hope you like this rough too!

nojhan, to random
@nojhan@mamot.fr avatar

"Slides": terminal-based presentation tool.
https://github.com/maaslalani/slides
The name is shit, but the idea is genius.
"You will be able to access the presentation hosted over SSH!"
#terminal #cli

nojhan,
@nojhan@mamot.fr avatar

The one above is written in #Go, but there's some projects doing the same in #python: https://github.com/d0c-s4vage/lookatme
and #rust:
https://github.com/mfontanini/presenterm

otheorange_tag, to random
@otheorange_tag@mstdn.social avatar

#symsat #iliketowatch I wonder how many goitered oboes or big assed mandolins or big sideways drums or white guys with beards we'll see tonight? #GO #BAM #BSD #WGWB or tomorrow on #baroquesun for that matter

otheorange_tag, to random
@otheorange_tag@mstdn.social avatar

#GO (goitered oboe) count is 2! Back to you Jim! #SymSat

synlogic, to golang
@synlogic@toot.io avatar
TheTuzu, to random

I will try to learn #go. Most of the times I try to learn any programming language I just gave up, I think I will like go.

omenos, to programming
@omenos@fosstodon.org avatar

Decided to try and compare the general base program size of several languages. I wrote a handful of Hello World programs, and stripped them of everything. Here's the final results in KiB:

strip -s -o ${lang}_strip
du *_strip

C: 16
C++: 76
Go: 1204
Hare: 220
Rust: 352

#c

m3tti, to webdev German

How do you define simplicity in code? #webdev #php #js #java #go #programming

leanpub, to ComputerScience
@leanpub@mastodon.social avatar

Build Your Own X: Redis, Database, Compiler https://leanpub.com/b/byo_redis_db_compiler by build-your-own.org is the featured bundle on the Leanpub homepage! https://leanpub.com

Wisesnail, to goodomens
@Wisesnail@mastodon.social avatar

I love this "rough" style from time to time... I find it quite charming!

So have a little #Aziraphale on this coldish Tuesday! I hope you like it! <:

#GoodOmens #GO #GoodOmens2 #GO2 #NeilGaiman #MichaelSheen #Wisesnail #Portrait

jhall, to golang
@jhall@techhub.social avatar

"Wow, I've never seen anyone use TDD on a real project."

An actual quote from a previous veiwer. Sound like you? Come watch me use TDD as I'm adding some new capabilities to an open-source library.

#go #golang #tdd #livestream #livecoding

https://youtube.com/live/z530uVzmNc8

mikemathia, to random
@mikemathia@ioc.exchange avatar

#Go

gregorni, to golang
@gregorni@fosstodon.org avatar

Imports in Go suck

ynom, to emacs

What do you all think of ?

It appears to be an -ish program that uses for customization.

Apparently there have been other emacs clones based on and and I guess those are called ?

Without going too into my personal details, I’m not a professional programmer and most of my experience is with a modern programming language, , and a high level programming language, .

I’ve tried learning several times by completing various programming exercises and I end up quitting because something obnoxious comes up that, from my minimal programming experience, appears to be due to elisp‘s age. Again, I’m not a pro, so this is just my amateur take.

I did a some programming challenges with which was hugely fun (mostly because of how fun it feels in emacs 😁) so I don’t think it’s the part of emacs I have a distaste for.

I’ll probably give it a serious go within the next week here and possibly report back, but I can’t imagine an emacs clone without and ChatGPT-shell will really ever become my daily driver 🙃

https://lem-project.github.io/

https://news.ycombinator.com/item?id=39397942

MegaMichelle, to rust
@MegaMichelle@a2mi.social avatar

So, I'm just messing around, trying to learn Rust. I'm used to making web apps in PHP, or occasionally Javascript or Python. I'm trying out Rust with the Axum framework. I'm finding it to be a lot less ergonomic than doing the same type of stuff in PHP.

Is that just how it is? Like, I shouldn't be comparing it to PHP, I should only compare it to C++ or Java? I have no doubt that it's more ergonomic than those.

huan,

@MegaMichelle Any reason why you didn't choose Go? IMO, Go reconciles two worlds: simplicity and performance.

There are also very nice frameworks for Go like: Gin or Go Fiber. There's even Goravel that imitates Laravel: https://github.com/goravel/goravel

galdor, to random
@galdor@emacs.ch avatar

The #Go slices package makes common operations much more compact, this is good. If you're still using 1.20 or older (what's your excuse?), you can use golang.org/x/exp/slices instead.

But there is no Map method. Or Filter (which should always be two functions, Select and Reject). Or Fold. They were proposed more than 2y ago and of course rejected by Go developers because they should be part of a "stream API" (???) which of course never manifested. As it was for packages, it is going to take years to get what is standard in most sane languages.

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