mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

841
active users

#dev

53 posts42 participants10 posts today

🔍 Just published my latest case study on pentesting a Windows application! Discoveries:

👔 Disabled security flags, that lead to uncovering of many high risk vulnerabilities
🔐 Plaintext credentials
🚪 A backdoor that bypasses authentication

Read more: 🔗 techsplicer.com/career-hub/pen

TechSplicer Blog · Pentesting a Windows Application: A Case StudyWith time, pentesting develops into a somewhat predictable process. Years spent coding web applications now frequently result in web penetration testing assignments for me.
#dev#cyber#pentest

Легендарную тюрьму «Кресты» планируют превратить в IT-хаб

Будущий владелец СИЗО собирается разместить 500 программистов в одиночных камерах, создавая условия для их максимальной продуктивности
---
Легендарные уютные кабинетики программистов возвращаются? :ablobcatattention:

А вы бы в таких условиях поработали?)

#cssWish That we could have a zero count for the number of columns in `repeat()`.

That repeat count is often computed. Let's say I want double the width for selected column k out of n columns:

```
repeat(var(--k), var(--w))
calc(2*var(--w)
repeat(calc(var(--n) - var(--k) - 1), var(--w))
```

#CSS#code#coding

Lem is the editor/IDE well-tuned for Common Lisp.

@programmazione

"After installing lem, you can start developing in Common Lisp at once.

You can skip over writing tidy settings or installing many plugins as you do on Emacs.

Lem supports other programming languages thanks to its built-in LSP client. You can choose between an Emacs and a Vim mode. [...] "