functionalprint Functional 3D Printing Fixing a sewing machine with a 3dprinted spur gear
Jump
  • "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
    7 months ago 100%

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

    1
  • "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 7 months ago 100%
    Fixing a sewing machine with a 3dprinted spur gear
    9
    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 7 months ago 100%
    Fixing a sewing machine with a 3dprinted spur gear
    3
    1
    programmer_humor Programmer Humor If I had a penny for every time I had to deal with a project putting something I need behind this messy walled garden...
    Jump
  • "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
    8 months 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
  • scifi Science Fiction Fears of ‘irreversible damage’ to literature as AI wins award for sci-fi novel
    Jump
  • "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
    9 months 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.

    1
  • news News Oxford University Press has named 'rizz' as its word of the year
    Jump
  • "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
    10 months 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
  • programming Programming Why Most Google Employees Quit After 1.1 Years (On Average)
    Jump
  • "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
    10 months 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
  • 3dprinting 3DPrinting Went to IMTS last year and got to see a BIG 3D Printer
    Jump
    programmer_humor Programmer Humor Think of the children
    Jump
  • "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
    11 months 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
  • technology Technology Google Chrome's Web Environment Integrity feature has been cancelled
    Jump
  • "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
    11 months ago 100%

    this is not cancellation. This is Google taking a step back, and regroup to attack back.

    129
  • scifi Science Fiction The best British Sci-fi show ever returns next month - with a difference
    Jump
  • "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
    11 months 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.

    25
  • news News Israeli officials 'unhappy' with released woman's description of captivity
    Jump
    ireland Éire / Ireland Ireland ranks ninth in list of top global remote working nations
    Jump
  • "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
    11 months ago 100%

    Don't blame remote work, blame all the underlying problems related to housing pricing and politician who really does nothing to solve it.

    6
  • greentext Greentext Anon watches from the sidelines
    Jump
  • "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
    11 months ago 97%

    Anon is a server. But can't anon be a server and have a relationship at the same time? Does not compute?

    46
  • programming Programming Why are (relational) databases preferred over keeping the data in memory?
    Jump
  • "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
    12 months 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.

    5
  • programming Programming My struggle from a UNIX background in the modern "cloud" world
    Jump
  • "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
    12 months 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
  • ireland Éire / Ireland It is concerning to watch UK disengage from the world, says Irish PM
    Jump
  • "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
    12 months ago 100%

    It's time ROI to disengage from UK/NI and integrate more with Europe. Starting with freedom of movement.

    4
  • ireland Éire / Ireland Cork family refused planning for bike storage bin as it sets 'undesirable precedent'
    Jump
    technology Technology Why do you use firefox?
    Jump
    opensource Opensource Buyume | Best Salon Management Software | Best Online Salon Management System
    Jump
    3DPrinting 3D Printing Curious case of the nozzle leaving the extruder
    Jump
  • "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
    1 year ago 100%

    Yes exactly this is.

    After this I used a 0.8 nozzle. And could print with it. So threads are still there.

    I suppose I mistakenly didn't fully screwed the 1.0 nozzle. With the large layer width Pla stuck on the nozzle, as the print was a rectangular shape on each turn that pla applied some tork and nozzle unscrewed.

    2
  • 3DPrinting
    3D Printing fsniper 1 year ago 100%
    Curious case of the nozzle leaving the extruder

    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.

    2
    2
    ireland Éire / Ireland Council accused of 'brazen rip off' over €99 charge for 'watching the sunset' at Cliffs of Moher
    Jump
  • "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
    1 year ago 100%

    The new package was defended by Clare County Council which said the package, launched in recent weeks, was a “high-end offering” that demonstrates a commitment to “sustainability” while also being “not for profit”.

    When did US citizens started running Country Claire?

    2
  • ireland Éire / Ireland Transport Infrastructure Ireland set to spend €300 million on new Luas trams
    Jump
    python Python Reading the Python Official Documentation is rugged
    Jump
  • "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
    1 year ago 93%

    Python docs are mostly "reference" material. Which means it's not intended to show you how things are done, but used as detailed descriptions of commands/statements/classes/methods.

    This is why you are having trouble understanding it. You first need to go understand fundamentals of it and they will be useful when you need details and intricacies of something while using it.

    14
  • blender
    Blender fsniper 1 year ago 100%
    Blender Artists (@blenderartists@mastodon.art) mastodon.art

    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
    worldnews World News Turkey’s Erdogan fires statistics chief after inflation data shows 19-year high
    Jump
    3dprinting 3DPrinting I need advice about whether to dive in or not
    Jump
  • "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
    1 year ago 100%

    Blender has great add-ons for 3dprinting too. And are you trying to advertise a software? There are shapes that are impossible to 3dprint, however overhangs are not one of them. You can use supports, you can reorient your design, you can use bridging..

    2
  • 3dprinting 3DPrinting I need advice about whether to dive in or not
    Jump
  • "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
    1 year ago 100%

    Depends on your patience. If you are very impatient go for the 4 pro as it's built for faster printing. Otherwise they are very similar for print quality.

    2
  • 3dprinting 3DPrinting I need advice about whether to dive in or not
    Jump
  • "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
    1 year ago 100%

    I started 3d printing with resin printing too. But do you think it's a good entry point for op's this purpose?

    3
  • 3dprinting 3DPrinting I need advice about whether to dive in or not
    Jump
  • "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
    1 year ago 100%

    CAD software is better suited for precision designing. I don't know if you would require that kind of presicion for board game parts. At least for early stages it may not be a requirement.

    I for one still use blender for kinda presicion 3d models.

    2
  • 3dprinting 3DPrinting I need advice about whether to dive in or not
    Jump
  • "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
    1 year ago 100%

    In fact Neptune 3 pro can be cheaper option. It would be slower to print but still create perfect prints. I do print with A Neptune 3 plus, a larger version of the 3 pro, and quite happy with it.

    1
  • 3dprinting 3DPrinting I need advice about whether to dive in or not
    Jump
  • "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
    1 year ago 100%

    I suppose as you are a builder ( a game designer it's most probably is) it would be a great help to have a 3d printer at hand.

    Bambu printers,
    Elegoo neptune 4 series, Prusa mk3/4s are great ones to start with.

    3
  • showerthoughts Showerthoughts Instead of movies and crappy games on those in-flight displays, they should just stream the view out the cockpit window.
    Jump
  • "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
    1 year ago 90%

    Done airlines give you outside views, but shoot with potatoes. So it's better not having that. Also there is nothing to see at most of the cruise height.

    9
  • technology
    Technology fsniper 1 year ago 100%
    A list of recent hostile moves by #Google's #Chrome team (Jeff Fortin T. (@nekohayo@mastodon.social)) 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/)

    104
    27
    linux
    Linux fsniper 1 year ago 100%
    Any recommendation books for learning Linux internals for the recent kernels?

    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
    evs
    Electric Vehicles fsniper 1 year ago 100%
    It's great to have this. Being bombarded with USA related EV news which has nearly 0 impact on our lives is pretty tiring.

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

    3
    0
    3dprinting
    3DPrinting fsniper 1 year ago 98%
    Filament crazyness is real.

    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.

    69
    9
    programming
    Programming fsniper 1 year ago 0%
    Why use Pascal? | Castle Game Engine castle-engine.io

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

    0
    1