HackerTrans
TopNewTrendsCommentsPastAskShowJobs

muscaw

no profile record

Submissions

[untitled]

1 points·by muscaw·3 lata temu·0 comments

Tips For Making a Popular open-source Project

skerritt.blog
2 points·by muscaw·3 lata temu·0 comments

ServiceNow Insecure Access Control to Full Admin Takeover

x64.sh
171 points·by muscaw·3 lata temu·76 comments

On ESP32 development – check your documentation

muscaw.dev
5 points·by muscaw·3 lata temu·2 comments

AI for Game Development

huggingface.co
1 points·by muscaw·3 lata temu·0 comments

Send Me to Heaven

en.wikipedia.org
1 points·by muscaw·3 lata temu·0 comments

What I learned from coding on an iPad for two weeks (2021)

coder.com
2 points·by muscaw·3 lata temu·0 comments

Zenit Photosniper

camera-wiki.org
2 points·by muscaw·3 lata temu·1 comments

Backup Your Code

muscaw.dev
1 points·by muscaw·4 lata temu·0 comments

Auto-Brewery Syndrome

en.wikipedia.org
5 points·by muscaw·4 lata temu·0 comments

The only cheat sheet you need

cheat.sh
1 points·by muscaw·4 lata temu·0 comments

Energy Dashboard for Switzerland

dashboardenergie.admin.ch
2 points·by muscaw·4 lata temu·0 comments

Hashing Apples, Bananas and Cherries

crypto.junod.info
33 points·by muscaw·4 lata temu·10 comments

DDD, Hexagonal, Onion, Clean, CQRS, How I put it all together (2017)

herbertograca.com
1 points·by muscaw·4 lata temu·0 comments

Hashing apples, bananas and cherries

crypto.junod.info
3 points·by muscaw·4 lata temu·0 comments

Cowsay should not be enabled by default (2015)

github.com
11 points·by muscaw·4 lata temu·7 comments

Setup Mypy for Fun and Profit

muscaw.dev
2 points·by muscaw·4 lata temu·0 comments

PocketBook Dissassembly and Root (2017)

wxcafe.net
41 points·by muscaw·4 lata temu·4 comments

Should you make an open API?

fairtiq.com
33 points·by muscaw·4 lata temu·8 comments

Should you make an open API?

fairtiq.com
2 points·by muscaw·4 lata temu·1 comments

comments

muscaw
·3 lata temu·discuss
Location: Switzerland

Remote: Yes

Willing to relocate: No

Technologies: Java, Python, Spring, Postgres, AWS cloud and more

Résumé/CV: https://muscaw.dev/page/cv/

Email: [email protected]

---

I am a software engineer with several years of experience developing backend systems as well as tooling for whole tech organization of the companies. I am quick to adapt and can easily identify problems and come up with good solutions. I am currently looking for new challenges. Hopefully yours :)
muscaw
·3 lata temu·discuss
https://muscaw.dev

This is where I write about technical stuff. Need to write more frequently though

https://kevingrandjean.ch

I host photos I take in the form of a gallery.
muscaw
·3 lata temu·discuss
For cli calls, I have been using a handy website called cheat.sh

Basically, just go to cheat.sh/git and you get a list of useful examples for how to use the git command.

I have it mapped to a small bash function so that I can just type ‘cheat git’ and I get the content right in my terminal.
muscaw
·4 lata temu·discuss
Sometimes, I’m wondering about the value that a SAAS brings compared to a standalone application. In this case, it seems that the SaaS part requires to think about user separation, payments, emails, and more. This seems like a lot when the goal is to generate images from some text input.

A small standalone app that generates an image that can be hosted with the article itself would be much easier to do.

With that said, I find it great to have a goal, scope it to a level achievable in one weekend and actually reach it.

Congrats
muscaw
·4 lata temu·discuss
I have been using duplicity so far and it does the job
muscaw
·4 lata temu·discuss
The example in the introduction is a case of over-engineering and should be avoided.

But the article mentions when a project should be over-engineered and the examples used are for existing projects that need to scale.

This is not quite over-engineering IMO, but simply responding to the needs of your users now or in a foreseeable future.
muscaw
·4 lata temu·discuss
Given SMSs bigger than 160 characters were sent as MMS, I wonder what will be the new UX in the SMS app when I reach the character limit.

Will my SMS be sent into multiple chunks? Will my system tell me it's over the character limit?