"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
Jump
Fixing a sewing machine with a 3dprinted spur gear
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
Jump
Fixing a sewing machine with a 3dprinted spur gear
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFS
    fsniper
    8mo ago 100%

    Oh unfortunately not. I only created the gear for this one. My father in law worked on the sewing machine.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    Jump
    Fixing a sewing machine with a 3dprinted spur gear
    "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 fsniper 8mo ago 100%
    Fixing a sewing machine with a 3dprinted spur gear
    12
    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 fsniper 8mo ago 100%
    Fixing a sewing machine with a 3dprinted spur gear
    4
    1
    If I had a penny for every time I had to deal with a project putting something I need behind this messy walled garden...
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFS
    fsniper
    9mo ago 91%

    When you consider "my problem is solved this time" as documentation then a discord discussion can be considered good documentation. But If you want documentation as reference for everyone and don't wan't to repeat process/procedures every time some one needs it. It's the worst platform for it. And For documentation we never want the first.

    In this context email lists were the best of the best documentation ever.

    10
  • Fears of ‘irreversible damage’ to literature as AI wins award for sci-fi novel
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFS
    fsniper
    10mo ago 100%

    I support people to use any possible tool in their creation process.

    This is not very different than using newer electric tools in cooking vs using the older/habitual techniques. Some may prefer the former, some later. The taste could be different pallet to pallet, or the subtle chemical reactions could cause different outcomes for different foods.

    If the food is tasty, fulfilling and suitable for my pallet what would differ if chopped with a knife or with a blender?

    You can prefer one to the other and who have any right to say no? Just don't forget same applies both ways.

    2
  • news
    News 11mo ago
    Jump
    Oxford University Press has named 'rizz' as its word of the year
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFS
    fsniper
    11mo ago 100%

    Hey, this is not cool! Please think of us who learned English as a second or least. We still can't keep up with the book English and you invent this shit?

    2
  • *Permanently Deleted*
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFS
    fsniper
    11mo ago 100%

    I hate video links. The information could have been a few paragraphs of text that I could glance. Instead this much minutes of video that you can't search, glance over, read while listening to something else.. So it's a pass for me.

    14
  • Think of the children
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFS
    fsniper
    12mo ago 100%

    I wouldn't ever imagine to shed a tear for the processes I have killed in my whole life. I feel like a homicidal maniac.

    16
  • The best British Sci-fi show ever returns next month - with a difference
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFS
    fsniper
    12mo ago 100%

    Repeat after me: Doctor regenerating to a woman was never the issue.

    But bad writing, bad acting, forced relationships, killing the established lore, being boring .. These are the worse sins.

    24
  • Why are (relational) databases preferred over keeping the data in memory?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFS
    fsniper
    1y ago 100%

    First, persistency. You data lifecycle may not be directly proportional to your applications lifecycle. You may need it even after the app is shut down.

    Second, RDBM systems provide a well defined memory/storage structure and API - "structured query language". This enables you to easily query your data and acquire suitable views that are beneficial for your applications purposes.

    Third, It's always better to outsource your data layer to a battle tested, and trustworty database then trying to reinvent the wheel.

    So this paves a road for you to focus on your business logic than splitting that focus for the data layer and business logic.

    6
  • My struggle from a UNIX background in the modern "cloud" world
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFS
    fsniper
    1y ago 100%

    I see that the problem arises from the "visionary, but lower experienced newer developers (compared to the past generation) " trying to fix a world where "don't touch it if it works crowd who has seen all old timers" built, by putting each layer over the older one. It has all the capabilities, but there is no "single vision", no "well defined api".

    Old established paradigms are being broken. Some conventions are forgotten, new tooling and perspectives are being built.

    Sure this means there is an unfortunate clash is happening.

    I can't say if this is a better, or wiser world or not, however I can only say this is the way now. You can adapt, try to embrace and push forward things or you can try to stay away and become one of the legendary Cobol developer crowd. We know they are there in the wild, but we can't find them.

    2
  • To achieve faster speed printing for functional and draft prints, I wanted to try a 1.0mm nozzle with my Neptune 3 Plus. This is the first time I replace a nozzle so I followed YouTube videos and replaced the nozzle. After replacing the nozzle I leveled the bed with manual + automatic leveling. The extruder seemed to be working, taking and extruding the pla filament. Success? Sure not yet . I started fiddling with cura profiles, increased line width, layer height, temperatures for head and bed, decreased speed.. Tried a few times to achieve adhesion and printing. So things looked good. After the trial and errors I was satisfied that I could print now. I started a 1 and a half hour print. It started well and I went for some tv and started checking the video feed. Things started well, but in time some warping occurred. It was evident that the print would fail. However I wanted to see how things will end up so let it continue. Sure it ended with some spaghetti. Everything is as expected up until now. So I returned back to stop the spaghetti. But there was a strange blob at the end of the extruded filament spagetti. And the nozzle was there?!? I am still confused how the nozzle ended up out of the extruder being intact.

    1
    2
    https://mastodon.art/@blenderartists/110923012155152556

    Attached: 1 image 'Creating an Italian Seaside City in Blender 3.6' by Pietro [https://blenderartists.org/t/creating-an-italian-seaside-city-in-blender-3-6/1477881](https://blenderartists.org/t/creating-an-italian-seaside-city-in-blender-3-6/1477881) [#b3d](https://kbin.social/tag/b3d) [#blender3d](https://kbin.social/tag/blender3d) [#blenderart](https://kbin.social/tag/blenderart) [#blenderrender](https://kbin.social/tag/blenderrender) [#blendercommunity](https://kbin.social/tag/blendercommunity)

    2
    0
    https://mastodon.social/@nekohayo/110775656176571435

    A list of recent hostile moves by [#Google](https://kbin.social/tag/Google)'s [#Chrome](https://kbin.social/tag/Chrome) team; handy for sharing with your entourage, to explain why they should stop using [#Chromium](https://kbin.social/tag/Chromium) / [#GoogleChrome](https://kbin.social/tag/GoogleChrome) and use [#Firefox](https://kbin.social/tag/Firefox) or [#Epiphany](https://kbin.social/tag/Epiphany) as their main [#web](https://kbin.social/tag/web) [#browser](https://kbin.social/tag/browser) : * The "Manifest v3" sabotage of content blocking extensions: [https://www.theverge.com/2022/6/10/23131029/mozilla-ad-blocking-firefox-google-chrome-privacy-manifest-v3-web-request](https://www.theverge.com/2022/6/10/23131029/mozilla-ad-blocking-firefox-google-chrome-privacy-manifest-v3-web-request) * The attempted sabotage of [#JPEGXL](https://kbin.social/tag/JPEGXL): [https://www.cnet.com/tech/computing/chrome-banishes-jpeg-xl-photo-format-that-could-save-phone-space/](https://www.cnet.com/tech/computing/chrome-banishes-jpeg-xl-photo-format-that-could-save-phone-space/) * [#WebEnvironmentIntegrity](https://kbin.social/tag/WebEnvironmentIntegrity) a.k.a. [#DRM](https://kbin.social/tag/DRM) for whole websites would hurt the web, [#opensource](https://kbin.social/tag/opensource) browsers and OSes: [https://arstechnica.com/gadgets/2023/07/googles-web-integrity-api-sounds-like-drm-for-the-web/](https://arstechnica.com/gadgets/2023/07/googles-web-integrity-api-sounds-like-drm-for-the-web/)

    103
    27

    In the past I read Robert Love's Linux Kernel Development Book which is a highly esteemed and recommended book on the topic. However as time passes it become at least half obsolete. [https://rlove.org/](https://rlove.org/) Are there any newer books on the topic that improves or updates the information?

    8
    1

    It's great to have this. Being bombarded with USA related EV news which has nearly 0 impact on our lives is pretty tiring.

    9
    2

    no one looks behind and checks why and how it's done as it is..

    10
    0

    I knew it could get out of control, but turns out knowing is not experiencing it. It's just nearly 2 months since I got my first fdm printer and this is the result. 1 roll is finished 12 stacked to go.

    70
    9
    https://castle-engine.io/why_pascal

    Object Pascal is a modern, readable, fast, type-safe, cross-platform OOP programming language. It is also easy to pick up.

    5
    5
    "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 fsniper 1y ago 100%
    Camera mount.
    3
    3
    https://youtu.be/4Wj_8JQA5uE

    If your Roborock starts hoovering sounds but does not move, or gives error 1 check this video. Roborock Error 1 - Laser Distance Sensor (LDS) Malfunction DIY Repair. How to repair the Xiaomi Roborock Robot Vacuum Cleaner for Error 1 - LDS Malfunction, ...

    1
    0