TGTGInsightтелеграм анализLIVE / telegram public index
← Такты, стеки, два колеса

TGINSIGHT SIMILAR POSTS

Намери подобно съдържание

Изходен канал @clockstackwheels · Post #721 · 26.12

Почему я люблю языки с сильной системой типов, проверяемой статическим анализом кода — хорошо написанная программа является своей собственной спецификацией и позволяет выражать через язык программирования законы существования предметной области. Когда-то давно я писал на ActionScript. Там была система типов, но вот десериализация JSON'ов по-умолчанию была в какой-то общий Object, к полям которого нужно было обращаться ["по_строковому_имени"]. В один момент мне потребовалось написать что-то на C#, который я совсем не знал, я стал гуглить, как десериализовать JSON, и с удивлением обнаружил кучу советов заранее объявить класс со всеми нужными полями и десериализовать в него. "Какой ужас!", — подумал я тогда, — "Это же дико неудобно! А если я не знаю полей JSON? А если их много? Отвратительный язык!" Теперь то я прекрасно понимаю, что JSON это контракт, и что правильная десериализация только такая и должна быть, и что в хорошем API в одном поле никогда не бывает данных принципиально разных типов, и так далее. Нет, если вы набиваете вечерами пет-проект или сидите бессонную ночь на хакатоне, нет ничего плохого в том, чтобы взять простой язык с динамическими типами вроде JavaScript или Python, не требующий описывать данные. Но вот в энтерпрайзе, особенно когда над одним проектом работает много людей (а бывает это очень часто) — хорошее использование системы типов убережёт разработчиков от огромного количества ошибок, будет бить их по рукам, когда они пытаются сделать что-то не то, и будет подсказывать, когда они не уверены в чём-то. С помощью статической типизации можно на уровне кода обозначить правила, по которым ведёт себя предметная область вашей программы в реальном мире. Разработчику не только будет сложно их нарушить, но он ещё и станет узнавать какие-то вещи, которые мог не знать раньше. Например, если мы делаем медицинскую CRM, и больница заводит новых пациентов только тогда, когда знает их группу крови, мы можем объявить тип "Пациент" (или, если точнее, "Карта пациента") и запретить создавать экземпляры этого типа, не передав в конструктор группу крови (которая, в свою очередь, тоже является типом, вероятнее всего ValueObject'ом). Если новый программист пришёл в проект, он, во-первых, не сможет записать в БД некорректную карту пациента. Понятно, мы не учитываем случаи, когда новый программист переделывает модели предметной области — это будет хорошо видно на кодревью. А, во-вторых, даже если ему никто не сказал, что пациенты должны быть с группой крови, он узнает это из кода. И уже будет понимать, что в тех процессах реальной жизни, которые он описывает кодом, карта пациента создаётся только при наличии группы крови. А, значит, нужно искать какой-то способ сначала эту группу крови получить, и только потом создавать карту. Программирование моделирует реальный процесс. В настоящей работе даже на языках с типами, конечно, без должного контроля можно написать что угодно. Нужна управленческая воля, компетентность руководства, понимание опасности техдолга, в идеале отдельные должности для архитекторов, опытные лиды и старшие разработчики. Но когда всё это есть, можно отсекать много проблем ещё на старте и проще погружать новичков. #dev

Hashtags

Резултати

Намерени 15 подобни публикации

Търсене: #fdroid

当前筛选 #fdroid清除筛选
Android Broadcast

@android_broadcast · Post #9537 · 01.10.2025 г., 12:50

🤯F-Droid выражает протест против обязательной верификации всех разработчиков Разработчики альтернативного магазина open-source приложений выражают обеспокоенность тем, что обязательная верификация для распространения приложений на устройствах, сертифицированных Google, негативно влияет на творчество. Но у меня сразу ряд вопросов: 👉 Какие проблемы это создает для распространения через F-Droid? 👉 Исходный код и все авторы приложения из F-Droid известны 👉 Авторы гарантируют что софт настоящий и без трекинга, то в чем суть подтверждения авторства? Официальное заявление можно найти тут #android#googleplay#fdroid

Libreware

@libreware · Post #1562 · 27.02.2026 г., 22:15

❌#Fdroid security problems ⁨https://privsec.dev/posts/android/f-droid-security-issues⁩⁩ ⁨⁨https://xcancel.com/GrapheneOS/status/1883895255142932816 https://xcancel.com/GrapheneOS/status/1497272529223917575 ⁨⁨https://gitlab.com/ironfox-oss/IronFox/-/issues/7⁩⁩ ⁨⁨https://github.com/obfusk/fdroid-fakesigner-poc⁩⁩ ⁨⁨https://github.com/CatimaLoyalty/Android/issues/2608⁩⁩ ⁨⁨https://gitlab.com/fdroid/admin/-/issues/593⁩⁩ ⁨⁨https://discuss.grapheneos.org/d/15490-f-droid-or-obtainium⁩⁩ ⁨⁨https://m.youtube.com/watch?v=IzpVI4zaso0⁩⁩ ⁨⁨https://m.youtube.com/watch?v=lAbgeJau3eE⁩⁩ ⁨⁨https://m.youtube.com/watch?v=FFz57zNR_M0⁩⁩ ⁨⁨https://m.youtube.com/watch?v=IAoCfrqx⁩⁩ #fd

Hashtags

Android Broadcast

@android_broadcast · Post #8658 · 08.02.2025 г., 09:20

🐱Buckwheat (на русском звучит "Гречка") - это приложение с открытым исходным кодом, которое помогает вам тратить деньги разумно. Запись каждой статьи расходов приводит вас в чувства и дает представление о том, сколько и как вы можете потратить. Стек технологий: Jetpack Compose, KotlinX Coroutines, Room, Dagger + Hilt, Coil 🛒 Вы можете установить приложение из Google Play #android#opensource#пример#fdroid#compose

Libreware

@libreware · Post #1429 · 06.03.2025 г., 22:42

A post from the developer of #WireGuard on the severe #security flaws and lack of trustworthiness of #FDroid: https://bsky.app/profile/grapheneos.org/post/3lgq7wqwzpk26 The Bluesky link has GrapheneOS posts explaining https://gitlab.com/fdroid/fdroiddata/-/issues/3110#note_1613430404 Stuff here but not to the point like the Bluesky link https://discuss.grapheneos.org/d/18731-f-droid-vulnerability-allows-bypassing-certificate-pinning/

Momogram

@momogram_update · Post #1183 · 21.02.2026 г., 09:25

Keep Android Open https://keepandroidopen.org https://f-droid.org/2026/02/20/twif.html During out talks with F-Droid users at FOSDEM26 we were baffled to learn most were relieved that #Google has canceled their plans to lock-down #Android. Why baffled? Because no such thing actually happened, the plans announced last August are still scheduled to take place. We see a battle of PR campaigns and whomever has the last post out remains in the media memory as the truth, and having journalists just copy/paste Google posts serves no one. But Google said… Said what? That there’s a magical “advanced flow”? Did you see it? Did anyone experience it? When is it scheduled to be released? Was it part of Android 16 QPR2 in December? Of 16 QPR3 Beta 2.1 last week? Of Android 17 Beta 1? No? That’s the issue… As time marches on people were left with the impression that everything was done, fixed, Google “wasn’t evil” after all, this time, yay! While we all have bad memories of “banners” as the dreaded ad delivery medium of the Internet, after FOSDEM we decided that we have to raise the issue back and have everyone, who cares about Android as an open platform, informed that we are running out of time until Google becomes the gate-keeper of all users devices. Hence, the website and starting today our clients, with the updates of F-Droid and F-Droid Basic, feature a banner that reminds everyone how little time we have and how to voice their concerns to whatever local authority is able to understand the dangers of this path Android is led to. We are not alone in our fight, IzzyOnDroid added a banner too, more #FDroid clients will add the warning banner soon and other app downloaders, like Obtainium, already have an in-app warning dialogue. #why

Libreware

@libreware · Post #1561 · 27.02.2026 г., 22:14

#Droidify#Fdroid client Added SHA256 for signature verification (Long press on Sync icon to refresh index) https://github.com/Droid-ify/client/releases Many more android app stores at https://t.me/Libreware/1132 and #apk@LibreWare Tell us your favorite or any missing ones

Libreware

@libreware · Post #997 · 27.10.2021 г., 00:22

Droid-ify Unofficial F-Droid client with Material UI based on Foxy-Droid Features: Material F-Droid style No cards or inappropriate animations Fast repository syncing Standard Android components and minimal dependencies https://github.com/iamlooker/Droid-ify/ Download: https://github.com/Iamlooker/Droid-ify/releases https://f-droid.org/packages/com.looker.droidify https://android.izzysoft.de/repo/apk/com.looker.droidify 📡@NoGoolag📡@Libreware #droidify#apk#fdroid

Libreware

@libreware · Post #1080 · 04.05.2022 г., 07:29

Neo Store A quick material F-Droid client 🎨 Material F-Droid style 🎯 No cards or inappropriate animations ✈️ Fast repository syncing 🔧 Standard Android components and minimal dependencies https://github.com/NeoApplications/Neo-Store Channel @neo_applications Group @neo_android_store #neostore#fdroid#apk

Libreware

@libreware · Post #1553 · 21.02.2026 г., 05:39

Keep Android Open https://keepandroidopen.org https://f-droid.org/2026/02/20/twif.html During out talks with F-Droid users at FOSDEM26 we were baffled to learn most were relieved that #Google has canceled their plans to lock-down #Android. Why baffled? Because no such thing actually happened, the plans announced last August are still scheduled to take place. We see a battle of PR campaigns and whomever has the last post out remains in the media memory as the truth, and having journalists just copy/paste Google posts serves no one. But Google said… Said what? That there’s a magical “advanced flow”? Did you see it? Did anyone experience it? When is it scheduled to be released? Was it part of Android 16 QPR2 in December? Of 16 QPR3 Beta 2.1 last week? Of Android 17 Beta 1? No? That’s the issue… As time marches on people were left with the impression that everything was done, fixed, Google “wasn’t evil” after all, this time, yay! While we all have bad memories of “banners” as the dreaded ad delivery medium of the Internet, after FOSDEM we decided that we have to raise the issue back and have everyone, who cares about Android as an open platform, informed that we are running out of time until Google becomes the gate-keeper of all users devices. Hence, the website and starting today our clients, with the updates of F-Droid and F-Droid Basic, feature a banner that reminds everyone how little time we have and how to voice their concerns to whatever local authority is able to understand the dangers of this path Android is led to. We are not alone in our fight, IzzyOnDroid added a banner too, more #FDroid clients will add the warning banner soon and other app downloaders, like Obtainium, already have an in-app warning dialogue. #why

Libreware

@libreware · Post #894 · 04.02.2021 г., 18:15

PCAPdroid Capture traffic on Android devices and send the PCAP via UDP without root PCAPdroid lets you capture the Android traffic and analyze it remotely (e.g. via Wireshark). The traffic can be easily captured on a remote PC via an UDP socket. 💡 Features: ✅ Capture apps traffic without root privileges ✅ Send captured traffic via UDP ✅ Download the traffic PCAP via the integrated HTTP server ✅ Show captured traffic real time statistics ✅ Apply a filter to only capture traffic for the selected app ✅ Decrypt HTTPS/TLS traffic via a remote mitmproxy https://f-droid.org/packages/com.emanuelef.remote_capture/ #PCAPdroid#android#fdroid#app

Libreware

@libreware · Post #904 · 19.02.2021 г., 19:25

[email protected] - Drizzle in my repo today with 2 new apps. Most prominently: Watomatic – to help those of you still stuck at WhatsApp to leave that s(t)inking ship without being afraid "nobody can find you": it sends auto-responses to everyone writing you, telling them you've left and where to look. So: no more excuses, here's your door! https://apt.izzysoft.de/fdroid/index/apk/com.parishod.watomatic​ Further running: SpaceXFollower (SpaceX events, facts, statistics) and Auxio, a nice music player, added yesterday. Enjoy #foss#Android#apps with #fdroid!

12
ПредишнаСтр. 1 от 2Следваща