• "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    7 months ago 100%

    I'm actually pretty disappointed with the development of new features. SMS integration was great and now gone. And what they introduced in the last fwo years? Messages formating, planned-send and editing.

    I had to use telegram few times in the last weeks and the bots, emojis, pools or location sharing make it feel pretty powerful.

    2
  • lemmybewholesome Lemmy Be Wholesome What a good dude
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    8 months ago 100%

    There is an updated fork. It also has great support for downloading subtitles - D shortcut

    3
  • mildlyinfuriating Mildly Infuriating As if the tip actually goes to the dashers.
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    9 months ago 79%

    If I'm not happy I should drive for it myself? If you're not happy go change your job

    The problem are not the customers, it's the employers.

    Also keep that attitude up - people ordering less, driving by themselves because of the expected tips and you end up redundant.

    20
  • technology Technology Reddit Falls Short of Ad Growth Targets Ahead of Likely 2024 IPO
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    9 months ago 100%

    Reddit was like the StackOverflow for life

    ..sometimes coding too We're like regressing to friend's or known in person people's opinions, because Internet will be full of bot and sponsored content and opinions. Either way, double money for corporations, sponsored content ->more sales; people not trusting reviews and trying out stuff just to find out it's rubbish ->more sales

    19
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    9 months ago 96%

    I imagine with this code the modders are going to make the game greate for next ~5 or more years. SAMP was pretty popular for quite some time

    27
  • technology Technology Mercedes-Benz debuts turquoise exterior lights to indicate the car is self-driving | A visual indicator for other drivers
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    9 months ago 100%

    I think it would be also cool to have an indicator if the car in front of you has cruise control on

    12
  • memes Memes venture capitalism goes brrr
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    10 months ago 100%

    Discord is the same problem for the internet as the Facebook grups were. Its hermetic, the info stays there, its hard to search thus the same problem is being asked over and over. StackOverflow and Reddit strength is that's they are indexed and easy accessed

    22
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    10 months ago 100%

    And they don't work. I tried uBlock on my IPad Air 2 and no add blocked. PopUpBlocker Strict was also important for me, but also doesn't work. DarkReader seemed to work.

    I created a NextDNS account and configured the app, still ads on YouTube in Firefox.

    The only two for me that work are Brave and Vivaldi. As I really don't like what Brave does I'll stick with Vivaldi.

    iOS is such an uncomfortable and greedy ecosystem...

    Edit: Just now I created a piped account and installed Yattee and is it the closest you can get on non-jailbroken iOS?

    Here's the configuration https://www.reddit.com/r/Yattee/comments/zedv9x/comment/k2q8p0o/

    3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    10 months ago 0%

    I have a 2,5' 1tb hdd connected to my router and Kodi on Xbox and Firetv. You only need some website to download content from to your hdd.

    0
  • docker Docker [question] Docker .yml file to start mariadb-php-apache
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    11 months ago 100%

    SOLVED After watching videos about ngnix, I thought - ok, I have mariadb, phpMyAdmin to manage the DB and "web" with PHP, but where's the apache actually or ngnix in this config to handle the traffic? I added image: php:8.2-apache instead of image: php:8.2-cli and voila - hello world in browser.

    2
  • docker Docker [question] Docker .yml file to start mariadb-php-apache
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    11 months ago 100%

    while having web: image: php:8.2-cli I was getting prod_maria-php-apache-web-1 exited with code 0 but after changing it to web: image: php:8.2-fpm it's not giving errors anymore. Still haven't found the solution for the test.php being not accessible

    1
  • docker Docker [question] Docker .yml file to start mariadb-php-apache
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    11 months ago 100%

    sadly it did not help, http://192.168.1.208:8081/test.php is unreachable by the browser.

    also after making changes to the .yml I cannot restart the containers with sudo docker compose restart. Web container restarts ok, but two of them give me "permission denied".

    How about if I dont need phpMyAdmin (I'll access the database through heidiSQL, but I want of course the php to work), can I change the container to be php-fpm? Or maybe changing the config to use nginx?

    1
  • docker
    Docker feecoomeeq 11 months ago 100%
    [question] Docker .yml file to start mariadb-php-apache

    Hello. I bought a HP t630 and wanted to learn some ubuntuServer+Docker. My file structure looks like this: ``` /home/bg/docker_stacks (main folder) /home/bg/docker_stacks/prod_php-maria-apache (this project folder) /home/bg/docker_stacks/prod_php-maria-apache/docker-compose.yml /home/bg/docker_stacks/prod_php-maria-apache/apache/ /home/bg/docker_stacks/prod_php-maria-apache/html/ /home/bg/docker_stacks/prod_php-maria-apache/html/test.php /home/bg/docker_stacks/prod_php-maria-apache/php/ /home/bg/docker_stacks/prod_php-maria-apache/php/php.ini empty ``` **inside test.php there's** ``` ``` **inside docker-compose.yml there's:** ``` GNU nano 6.2 docker-compose.yml web: image: php:8.2-cli ports: - '80:80' volumes: - /home/bg/docker_stacks/prod_maria-php-apache/apache:/etc/apache2/sites-enabled - /home/bg/docker_stacks/prod_maria-php-apache/html:/var/www/html - /home/bg/docker_stacks/prod_maria-php-apache/php/php.ini:/usr/local/etc/php/php.ini depends_on: - mariadb extra_hosts: - 'ax710.test:127.0.0.1' # - 'some-other-host.test:127.0.0.1' networks: - dev-env phpmyadmin: image: phpmyadmin:latest ports: - 8080:80 environment: - PMA_ARBITRARY=1 - PMA_HOST=mariadb depends_on: - mariadb volumes: - /home/bg/docker_stacks/prod_maria-php-apache/php/php.ini:/usr/local/etc/php/php.ini networks: - dev-env mariadb: image: mariadb:latest restart: always environment: MYSQL_ROOT_PASSWORD: '123' MYSQL_USER: 'bg' MYSQL_PASSWORD: '123' MYSQL_DATABASE: 'db' volumes: - mysqldata:/var/lib/mysql ports: - 3306:3306 networks: - dev-env volumes: mysqldata: {} networks: dev-env: {} ``` When on my laptop I open: 192.168.1.208:9090 - cockpit works fine 192.168.1.208:8080 - phpMyAdmin works fine heidiSQL - at 192.168.1.208 opens the database without problems 192.168.1.208:80/test.php or 192.168.1.208/test.php does not work Any ideas how can I make test.php open in my browser? Any other suggestions are appreciated as I'am newbie in Docker.

    3
    4
    3dprinting 3D Printing my models keep getting knocked off. what to do?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    12 months ago 100%

    In my cade it was eSteps calibration and flow cube print calibration. After setting this up (flow 91%), issueless prints

    1
  • piracy Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ Where can I find the detailed rules for Real Debrid?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    12 months ago 100%

    So what may be the cause of a person to monitor the account? Some policy violation, and then they'll see account sharing, get mad = ban? :D

    1
  • technology Technology Starlink lost another 43 satellites last night. Over 300 satellites have burned up since July 16th. NOAA has 3 job openings for space forecaster.
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    12 months ago 91%

    Woah, that vid has 2 minutes of initial intro/sponsor crap.

    Ltdw Besides he just reads two articles saying that the failure rate is alarming, cause unknown but also the userbase is over 2 milion people, and doubled since January 2023 where it was around 1 milion. A life expectancy of the satellites are 5 years, so the early editions launched in 2019 should still be operational.

    He also said that June magnetic storm that hit the satellites caused 100 milion loss with 40 satellites burned. As there are 4500 starlinks in orbit already, their cost estimates for 11,12 billion USD.

    Edit. Spelling

    10
  • memes Memes It wasn't worth it anyway
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    12 months ago 100%

    Firefox with uBlock - "daily driver" Firefox Focus - just to quick open a link and forget about it not having to close the tab KiwiBrowser - kind of power user browser with all Chrome add-ons available to install, so uBlock and ViolentMonkey work fine.

    5
  • youshouldknow You Should Know YSK: you can setup pihole on any old rooted android (5.0+) device
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    1 year ago 15%

    Nah, just install Blokada from fDroid. And use that old smartPhone for maybe an AlfredCamera surveillance. But the noBattery mod is useful anyway.

    -9
  • privacy Privacy Sign our petition to stop France from forcing browsers like Mozilla's Firefox to censor websites
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    1 year ago 100%

    Ok, it's a freedom and free speech nightmare, but are they stupid or something? They are aiming for the browsers instead of ISPs (and DNSes?)?

    24
  • news News Hawaii death toll tops 93 as it becomes deadliest wildfire in US modern history
    Jump
    opensource Open Source One issue holding back lemmy
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    1 year ago 80%

    Reddit is/was great, to search a term in Google with your problem/need of advice, and you had a great lecture of people's opinions that had a similar situation as yours. Sure, there could be paid bots or options about some products, but it was a great start to make your own point of view instead of going through dozens of useless bot-written websites being promoted at top of the search results.

    3
  • canada Canada Italy shocks banks with 40% windfall tax for 2023 | Reuters
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    1 year ago 71%

    Oh, so next year the banks will invest their profit or try to hide it in any way possible, to not lose 40%

    3
  • 196 195 Rule the market !
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    1 year ago 100%

    So wait a second. Is the owner of the instance rich or something? How is lemmy.world founded?

    4
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    Functional 3D Printing feecoomeeq 1 year ago 100%
    My bike lock key broke - made a print, then a second with wider walls and turned out not bad

    https://lensdump.com/a/9lia7/?sort=title_asc&page=1 Long live Lemmy.

    2
    0
    android Android Saturday APPreciation thread (Jul 1 2023) - Your weekly app recommendation/request thread!
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    1 year ago 100%

    I checked right now and I'm logged in and I think it's necessary to contribute. But it's a simple form to register and you should try. It's pretty addictive to answer questions about your surroundings :)

    2
  • android Android Saturday APPreciation thread (Jul 1 2023) - Your weekly app recommendation/request thread!
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    1 year ago 100%

    Komoot - great bike route planner and gpx recorder.

    Mapy.cz - great hiking navigation with trails colors/indications. Mosty Europe I guess.

    Fdroid ->Catima - simple loyalty cards / barcodes instead of supermarket apps

    Fdroid -> StreetComplete very easy contributing to osmMaps. You know your neighbourhood? Answer questions if that trafic lights have sound indication for blind people or about the type of surface that bike line has.

    5
  • 3dprinting 3DPrinting Ender 3 Pro adhesion problem and magnetic bed advice
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    1 year ago 100%

    Yesterday after another hour or so I think the printer is back on rails.

    • previously my retraction was something from PrusaSlicer defaults so like 5-6mm, now 3,5mm
    • I changed the nozzle to a new 0,4mm which gave good results right away (cleaner first layer and no colision by the nozzle with the lower layer)
    • an IPA clean mentioned in previous comment worked great. Still one layer of paper-glue stick is used and is helpful
    • I leveled the bed with some margin. I always leveled it to fill good friction with the piece of paper, but now, right when the friction starts i loosen the know/spring half of a degree just that the friction is gone.

    Gave Cura an another try with this one: https://lensdump.com/a/9ZGlC first successful print from the start of this post

    • flow 0,9 and initial layer flow 1,01. In PrusaSlicer it was 0,95 I think
    • layer height 0,2
    • initial layer height 0,2
    • Z-hop 0,3 (sadly had to use it to avoid hitting the previous layer
    • top/bottom layer pattern = concentric
    • infill 20%
    • printing and initial nozzle temp = 210*C
    • printing bed temp 60C, and initial 65C
    • print speed 40mm/s, and top/bottom print speed 10mm/s
    • retraction enabled with 3,5mm distance
    • brim on
    • Travel Tab: ENABLED: retraction, retract at layer change, z-hop when retracted, z-hop only on printed parts. Yet to try combing mode
    • infill pattern = cubic

    second successful print (Cura too): https://lensdump.com/a/9ZaX5 :

    • only changed initial layer height = 0,15mm
    • the print-initial nozzle clean at the bed edge still sometimes gets dragged to the center but it happens partially or doesn't mess the print and I can pick it up after brim is printed

    third successful print (PrusaSlicer gave me warnings about supports needed, but Cira didn't):

    BTW. Its printing this https://www.thingiverse.com/thing:5193117

    Tips/ovservarions welcome and thanks everyone for the comments which I've read and gave me ideas what to check/google <3

    1
  • 3dprinting 3DPrinting Ender 3 Pro adhesion problem and magnetic bed advice
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFE
    feecoomeeq
    1 year ago 0%

    ! this reply is for 30.06.2023 morning state. I'll post a today's update around an hour !

    THANK YOU for replying. I'm pretty desperate since the r/Ender3 is private and have spent yesterday ~5h trying different settings.

    Actually I think I'm leveling to close to the bed. As I described, I slide the paper under the nozzle and tighten the gap to fell much friction. Yesterday with some trial and error, I set the Z-offset to zero and the nozzle was so close that no filament was extruded. I started to make a slight gap as the paper barely drags between the gap and its better this way.

    1. As above, increasing the distance was a good idea, the temp. also went up 215/60 first layer and 210/60 rest.
    2. I tried placing the magnetic sheet on the glass bed, adjusted the Z limit, but the adhesion was poor. I'll try it another time, when I'll make the printer work properly.
    3. Print temp increased, first layer 10mm/s rest 40-50mm/s. I'll try to record how the extruder works.
    4. I just found this vid and seems like loading filament to the extruder is a bit of a pain https://www.youtube.com/watch?v=8i4FBZ1jZk4
    5. I washed the magnetic sheet with dish soap, but can't say it helped. BUT cleaning the glass bed with isopropyl alkohol for like 10 minutes to get all the glue stick and gair spray off worked reeeeeeealy good. The adhesion of first layer was right back.
    6. I think I unclogged it, but today I'll try an extrusion test to see if the filament bends or runs straight.

    Still ToDo: • Run calibrations for e-steps (printer hardware) and flow rate (the filament you’re using). • Calibrate retraction length using a test print. What’s your current retraction length and speed btw? • should verify that it has thermal runaway protection enabled in firmware.

    "I made some printer vibrations dampener" They actually made a noticeable difference in loudness and didn't cause problems with first 5-8 prints with them: https://www.thingiverse.com/thing:3649851

    PHOTOS UPDATE: https://lensdump.com/a/9iY7Q/?sort=title_asc&page=1 or https://i3.lensdump.com/i/CxzqHz.jpeg https://i.lensdump.com/i/CxzVGC.jpeg https://i1.lensdump.com/i/CxzkDo.jpeg

    Pic.1: First layer adhesion is back but after the extruder goes to second layer it colides with the first layer, messes the extruded filament and moves the print around. Pic.2: Failed prints and the final and best since now being print which can be seen on pic3 Pic.3: Enabled there 0.3mm Z-hop at layer change and the layers were 0.16mm. Was looking promising at first comparing to the previous prints that had drags etc. from the beginning. After some height it went crap again.

    0
  • 3dprinting
    3DPrinting feecoomeeq 1 year ago 100%
    Ender 3 Pro adhesion problem and magnetic bed advice lensdump.com

    Hello Lemmies. album with photos in order 1-7: https://lensdump.com/a/9Atmx/?sort=title_asc&page=1 EDIT: Direct links may be more convinient pic 1-7 https://i.lensdump.com/i/CbGQ5c.jpeg https://i1.lensdump.com/i/CbGJv1.jpeg https://i.lensdump.com/i/CbGtcQ.jpeg https://i1.lensdump.com/i/CbGrOM.jpeg https://i1.lensdump.com/i/CbGEDk.jpeg https://i3.lensdump.com/i/CbGTse.jpeg https://i2.lensdump.com/i/Cw2uL9.jpeg I am new to 3d printing as I bought a used Ender3PRO. After initial problems with no adhesion I leveled the bed a couple of tiems. My method is to pinch the paper between the bed and the nozzle to grab and feel a strong friction taking out the paper-sheet. Then in PrusaSlicer I set the Z-offset to 0.2mm and it started printing fine-ish (pic.1, 2, 3 and 4). I made some printer vibrations dampener and figures (around 14 prints ~1,5h each). Next I printed a PS4 Slim Stand (pic.5) and separations between layers appeared. I increased a bit the temp and run a second piece of the PS4 stand and a dissaster appeared (pic.6) and since then the adhesion to the bed is gone. One in 5 attempts with some glue the filament sticked to the bed, but the next layers have a lot of missplacements and eventually filament sticked arround the nozzle and a destroyed print. The problems I noticed since the beginning: 1. adhesion is not great. The nozzle clean line is 80% of attempts dragged with the nozzle to the center of the bed when the brim starts printing. And gets curved just outside the hotend. 2. a 1-2mm of filament is always outside the nozzle (overextrusion?). I usually clean it with my fingers - wrong? 3. the printer has a glass bed but I would like to try using the magnetic Ender sheet. The glass is glued to the printer (pic.7)? Can I place the magnetic sheet on the glass? Should I then set Z-offset on the printer settings to avoid nozzle coliding with the bed? 4. On retraction, the extruder makes a loud click and sometimes a squeak. Is it normal? 5. I had a hard time to put the filament in the tube of the extruder. Like it was missplaced and had to bend the tip of the filament. 6. I washed the magnetic sheet with dish-soap and I'll try my chances today. 7. The PLA is black, stock Ender3 filament which I suppose is not best quality, but should be sufficient for start... Im also considering moisture in filament as I don't have a sperate room for my printer. Pic.6 - can it be caused by moisture? 8. After what happender on Pic.6 the extrusion was really poor which I think was due to clogged nozzle. After heating to 240*C, pulling out the filament, needle-cleaning the nozzle the amount of filament extruded returned to what it was at start. Some settings: - 205*C and 60*C for first layer - 200*C and 55*C for the rest - retraction ON - no Z-hop (I'll try to avoid it for now, since it didn't help) - brim on - 0,2 layer height - first layer speed 20mm/s, rest ~40mm/s Any advice welcome and I'll provide more info if You have any questions.

    9
    11