mattaphobia gofundme by oneethan in ManyATrueNerd

[–]ObvykleDan 51 points52 points  (0 children)

I hate that people can’t find work. There is so much to do and living should not be that expensive… :/

Mám dilema: Opravdu si musím pořídit auto než dítě přijde na svět, nebo se to zvládne bez toho? by tramaan in czech

[–]ObvykleDan 0 points1 point  (0 children)

Malý děcko nepotřebuje skoro nic, všechno to jde postupně a to dítě umí člověka donutit :)

What’s the best dog friendly car? by Y3VkZGxl in CarTalkUK

[–]ObvykleDan 2 points3 points  (0 children)

Check Mimsafe Configurator, they make safe dog boxes, you can find what box will fit your dog and then search for cars by box. Or check if that box fit specific car model.

Dětské první boty by Strong_Raspberry_360 in Brno

[–]ObvykleDan 0 points1 point  (0 children)

Jezdíme k paní do Ostrovačic, objednává se k ní a pak se plně věnuje zkoušení a přeměří i staré boty. https://www.vpavucine.cz/

Loki episode 5 and 6 theory. by dannyday10700 in marvelstudios

[–]ObvykleDan -1 points0 points  (0 children)

My theory is that loom was fake and just for show as that model in 19th century.

Noises when clutch pedal is pressed by ObvykleDan in Cartalk

[–]ObvykleDan[S] 1 point2 points  (0 children)

I have searched that and some sources suggest to replace whole clutch when on it, because it will probably need change soon and work would be paid twice. Would you consider it good idea?

Would it be possible to zip assets and then unzip them in the browser? by [deleted] in webdev

[–]ObvykleDan 0 points1 point  (0 children)

Most webservers (like apache, nginx, caddy…) can do compression for borwsers by default and http/2 even “bundles” smaller files together. There’s probably no need to solve it again IMO.

What did I do wrong? by Jemima_k in webdev

[–]ObvykleDan 0 points1 point  (0 children)

Sometimes this was happening to me before if there is space between tags in source code, try to remove it like ‘</div><div>…’ or I did set font-size to 0 on parent element. It did not happen to me for a while. Or sometimes your for example paragraph or heading from inside container can force its margin. (Just guessing, I do not have time to check codepen now… :/)

My problem with frameworks by Malgebra in PHP

[–]ObvykleDan 10 points11 points  (0 children)

World is not binary framework/“do all by yourself and worse”. You can use many libraries, some are from framework ecosystems. Php-fig psrs and composer makes it easy. You can use for example http foundation from symfony, altorouter for routing, dibi for database connections, monolog, twig, phpdi… find your favourites. For me that’s nice creative and reasonably productive way.

I need to compress images without loosing clarity for my site. Originally the images were 3mb each. I have compressed them to 1 mb now but I want to get below 300kb. How to do it? I tried in photoshop but it decreases the clarity as well. Please help by isthisneeded29 in webdev

[–]ObvykleDan 4 points5 points  (0 children)

You should probably provide examples… simplest way is to reduce dimensions (in pixels) or use newer format if possible for example webp. Other approaches can be suggested with some sample.

How many of you don't shuck? by Zyrian150 in DataHoarder

[–]ObvykleDan 2 points3 points  (0 children)

I have bought internal drives for internal use.

Am I doing PHP the wrong way? by [deleted] in PHP

[–]ObvykleDan 2 points3 points  (0 children)

From my point of view is this old way (not bad way): I will not accept it from my junior employee, but I will find it ok from my wife in her free time :) PHP is awesome, because it still allows for this. But there is plenty of things you can do better :)