Dan Couture · @mathyourlife
151 followers · 337 posts · Server mstdn.social

There are some days when you feel all powerful. Building entire services. Squashing production bugs. Solving riddles.

Other days you spend the entire day trying to pair a lightbulb.

#computersarehard #coderlife #IOT

Last updated 1 year ago

Brandon Lipani · @helix2301
9 followers · 61 posts · Server twit.social
Brandon Lipani · @helix2301
9 followers · 59 posts · Server twit.social

My kind morning coffee / code / MacBook Pro

#devlife #coderlife

Last updated 1 year ago

sb · @sb
36 followers · 82 posts · Server ruby.social

#coderlife

Last updated 2 years ago

Calico Jesse · @deinol
712 followers · 688 posts · Server dice.camp

Manager: Shouldn’t it discard bad records and keep processing?

Me: Yes

Code Comment: // If there’s an error, continue on to the next record.

Actual Code: If (error) return false;

This is why I get paid the big bucks.

#coderlife #programming

Last updated 2 years ago

GONICUS · @GONICUS
10 followers · 14 posts · Server nrw.social

Die @clt_news stehen vor der Tür und wir sind natürlich auch in diesem Jahr wieder mit dabei. Ein guter Grund, sich das Datum schonmal fest vorzumerken und die Tage bis zur zu zählen. Wir freuen uns ;-)

#clt23 #gonicus #pioneersofopensource #software #nerd #coderlife #devlife #foss

Last updated 2 years ago

Sagar :verified_neko: · @cipher
86 followers · 80 posts · Server fosstodon.org
Sagar :verified_neko: · @cipher
86 followers · 80 posts · Server fosstodon.org
Sagar :verified_neko:~$:idle: · @cipher
75 followers · 62 posts · Server fosstodon.org
Sagar :verified_neko:~$:idle: · @cipher
83 followers · 70 posts · Server fosstodon.org
Sagar :verified_neko:~$:idle: · @cipher
58 followers · 55 posts · Server fosstodon.org

Hi everyone ! I hope you are all doing great.

I was curious to know how did you get involved in Hacking/Securit and I have some question about “Society”

What do you think about T.V Documentary who talk about about Cybercrime, hacking and security ?

Do you think people are aware of Malware, Social engineering , exploit and hacking ?

#computer #pythonprogramming #hacker #cybersecurity #coders #codingbootcamp #web #engineering #developers #programmerlife #coderlife #android #webdev #kalilinux

Last updated 2 years ago

Sagar :verified_neko:~$:idle: · @cipher
47 followers · 48 posts · Server fosstodon.org
Sagar :verified_neko:~$:idle: · @cipher
46 followers · 45 posts · Server fosstodon.org
Sagar :verified_neko:~$:idle: · @cipher
19 followers · 42 posts · Server fosstodon.org
Sagar :verified_neko: · @cipher
8 followers · 32 posts · Server fosstodon.org
Sagar :verified_neko: · @cipher
8 followers · 31 posts · Server fosstodon.org
David Booth ♾️ · @worlds6440
34 followers · 50 posts · Server universeodon.com

Currently listening to Sick by Sneaker Pimps at a suitable high volume level.

open.spotify.com/track/0ivScpI

#coderlife

Last updated 2 years ago

(((_SjG_))) · @angst_ridden
17 followers · 46 posts · Server toot.community

System integration project involves one client, two systems, three companies, four project coordinators, five higher-level managers, and thirty to fifty field testers. Oh, and two part-time coders to do the actual work.

#coderlife

Last updated 2 years ago

Ben Gray · @Bengray
37 followers · 78 posts · Server fosstodon.org

This isn't the sort of update we'd need to make in a live product is it?

#code #coderlife

Last updated 2 years ago

Adam Dalliance · @pre
331 followers · 3111 posts · Server boing.world

Upgraded the server to the latest version. It's gone more purple.

Also, apparently the asset-compile step can fail silently, which then makes the server start but refuse to return any pages.

You can see the errors if you know how to look at the log:
> journalctl -f -u mastodon-web

And if your console has enough lines in it because that's a very long error with the important bit at the top: Can't find an asset in the manifest.

But running the precompile says there's nothing to do:
> RAILS_ENV=production bundle exec rails assets:precompile
> Everything's up-to-date. Nothing to do

Even if you do a clean first:
> RAILS_ENV=production bundle exec rake assets:clean

Ponderous. 🤔

Seems you can force it to actually do the work by removing the manifest:
> rm public/packs/manifest.json

And then it's all like:
> Compilation failed.

Oh. Good. Not going to tell us why then?

Apparently you can ask for more output by editing a line in config/webpacker.yml to
> webpack_compile_output: true

Then you get the overload instead.

I think it was maybe running out of memory?

Free up memory by stopping everything:
> sudo systemctl stop mastodon-sidekiq
> sudo systemctl stop mastodon-streaming
> sudo systemctl stop mastodon-web

And compile assets once more:
> RAILS_ENV=production bundle exec rails assets:precompile

Ahha. If you can read this then that worked.

Restart the services:
> sudo systemctl start mastodon-sidekiq
> sudo systemctl start mastodon-streaming
> sudo systemctl start mastodon-web

And actually reboot to check that it all comes back without more fiddling.

#coderlife #admin #Mastodon #upgrade

Last updated 2 years ago