What is bonjour service

Entrepreneur Ride Along

2012.04.16 05:12 tabasquito Entrepreneur Ride Along

A community of like minded individuals that are looking to solve issues, network without spamming, talk about the growth of your business (Ride Along), challenges and high points and collab on projects together. Stay classy, no racism, humble and work hard. Catch Localcasestudy at Rohangilkes.com
[link]


2015.01.14 16:52 hughk For discussions of torrenting over VPNs

This subreddit is for discussing the use of VPNs for torrenting. There are subs for VPN discussion and for torrenting, this is about the combination.
[link]


2014.07.08 11:34 tamale_uk Self-Hosted Alternatives to Popular Services

A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web services, and online tools.
[link]


2024.05.11 03:31 DaGreeg Trying to load some mods, getting a crash report

SO!
I have zero idea what I'm really doing, and hoping the kind people of the internet can aid me.

I'm trying to run 1.20.6, as you do, with the following mods: - BetterF3-10.0.0-Fabric-1.20.6.jar
- cicada-lib-0.7.2+1.20.5-and-above.jar
- inventoryhud.fabric.1.20.6-3.4.21.jar
- iris-1.7.0+mc1.20.6.jar
- sodium-fabric-0.5.8+mc1.20.6.jar
- voxelmap-1.20.6-1.12.19.jar
- do_a_barrel_roll-fabric-3.5.6+1.20.6.jar
- fabric-api-0.97.8+1.20.6.jar (I have also tried this is the 0.98.0 version, no difference..)
I have concluded through trial and error that the issue lies between Do a barrel roll (DABR) and iris and sodium. Loading them independently of one another results in minecraft loading fine, no issues whatsoever. It's only when I try run them together that problems arise.
If anyone is able to help, please send me your wisdom. It is much appreciated :D
Here's the crash report: ---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 2024-05-11 11:14:33
Description: Initializing game

java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_757 failed
at net.minecraft.class\_4668.(class\_4668.java:126) at net.minecraft.class\_8538.method\_51643(class\_8538.java:22) at net.minecraft.class\_377.method\_2012(class\_377.java:176) at net.minecraft.class\_7191.bake(class\_7191.java:53) at net.minecraft.class\_377.method\_57038(class\_377.java:65) at net.minecraft.class\_377.method\_57036(class\_377.java:54) at net.minecraft.class\_377.method\_2004(class\_377.java:49) at net.minecraft.class\_378.method\_27540(class\_378.java:66) at net.minecraft.class\_156.method\_654(class\_156.java:506) at net.minecraft.class\_378.(class\_378.java:66) at net.minecraft.class\_310.(class\_310.java:561) at net.minecraft.client.main.Main.main([Main.java:223](https://Main.java:223)) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch([MinecraftGameProvider.java:470](https://MinecraftGameProvider.java:470)) at net.fabricmc.loader.impl.launch.knot.Knot.launch([Knot.java:74](https://Knot.java:74)) at net.fabricmc.loader.impl.launch.knot.KnotClient.main([KnotClient.java:23](https://KnotClient.java:23)) 
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_757 failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray([KnotClassDelegate.java:427](https://KnotClassDelegate.java:427)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass([KnotClassDelegate.java:323](https://KnotClassDelegate.java:323)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass([KnotClassDelegate.java:218](https://KnotClassDelegate.java:218)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass([KnotClassLoader.java:119](https://KnotClassLoader.java:119)) at java.base/java.lang.ClassLoader.loadClass([ClassLoader.java:526](https://ClassLoader.java:526)) ... 15 more 
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:392](https://MixinProcessor.java:392)) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass([MixinTransformer.java:234](https://MixinTransformer.java:234)) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes([MixinTransformer.java:202](https://MixinTransformer.java:202)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray([KnotClassDelegate.java:422](https://KnotClassDelegate.java:422)) ... 19 more 
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector iris$applyBobbingToModelView(Lorg/joml/Matrix4f;FFFF)Lorg/joml/Matrix4f; in mixins.iris.json:MixinModelViewBobbing from mod iris failed injection check, (0/1) succeeded. Scanned 1 target(s). No refMap loaded.
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject([InjectionInfo.java:468](https://InjectionInfo.java:468)) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections([MixinTargetContext.java:1384](https://MixinTargetContext.java:1384)) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections([MixinApplicatorStandard.java:1062](https://MixinApplicatorStandard.java:1062)) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin([MixinApplicatorStandard.java:402](https://MixinApplicatorStandard.java:402)) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply([MixinApplicatorStandard.java:327](https://MixinApplicatorStandard.java:327)) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply([TargetClassContext.java:422](https://TargetClassContext.java:422)) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins([TargetClassContext.java:403](https://TargetClassContext.java:403)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:363](https://MixinProcessor.java:363)) ... 22 more 


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.class\_4668.(class\_4668.java:126) at net.minecraft.class\_8538.method\_51643(class\_8538.java:22) at net.minecraft.class\_377.method\_2012(class\_377.java:176) at net.minecraft.class\_7191.bake(class\_7191.java:53) at net.minecraft.class\_377.method\_57038(class\_377.java:65) at net.minecraft.class\_377.method\_57036(class\_377.java:54) at net.minecraft.class\_377.method\_2004(class\_377.java:49) at net.minecraft.class\_378.method\_27540(class\_378.java:66) at net.minecraft.class\_156.method\_654(class\_156.java:506) at net.minecraft.class\_378.(class\_378.java:66) at net.minecraft.class\_310.(class\_310.java:561) 

-- Initialization --
Details:
Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation CRYPT32.dll:Crypto API32:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.3930:Microsoft Corporation CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.3636:Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation DEVOBJ.dll:Device Information Set DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:DNS Client API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation GLU32.dll:OpenGL Utility Library DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation MMDevApi.dll:MMDevice API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation MSCTF.dll:MSCTF Server DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation MpOav.dll:IOfficeAntiVirus Module:4.18.24030.9 (cd8105518e5571788ee3b6a178bae8fbcdf461a8):Microsoft Corporation NLAapi.dll:Network Location Awareness 2:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation OpenAL.dll:Main implementation library:1.23.1: POWRPROF.dll:Power Profile Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation PROPSYS.dll:Microsoft Property System:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Remote Procedure Call Runtime:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation SETUPAPI.dll:Windows Setup API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation TmAMSIProvider64.dll:Trend Micro AMSI Provider Module (64-Bit):8.55.0.1074:Trend Micro Inc. UMPDC.dll USER32.dll:Multi-User Windows USER API Client DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WINSTA.dll:Winstation Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.4291 (WinBuild.160101.0800):Microsoft Corporation WS2\_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation Wldp.dll:Windows Lockdown Policy:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation bcrypt.dll:Windows Cryptographic Primitives Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation cfgmgr32.dll:Configuration Manager DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation combase.dll:Microsoft COM for Windows:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation cryptnet.dll:Crypto Network Related API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation d3d11.dll:Direct3D 11 Runtime:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation dinput8.dll:Microsoft DirectInput:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation drvstore.dll:Driver Store API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation dwmapi.dll:Microsoft Desktop Window Manager API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dxcore.dll:DXCore:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation dxgi.dll:DirectX Graphics Infrastructure:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation extnet.dll:OpenJDK Platform binary:21.0.3.0:Microsoft fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.19041.4239 (WinBuild.160101.0800):Microsoft Corporation glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation imagehlp.dll:Windows NT Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation inputhost.dll:InputHost:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation java.dll:OpenJDK Platform binary:21.0.3.0:Microsoft javaw.exe:OpenJDK Platform binary:21.0.3.0:Microsoft jemalloc.dll jimage.dll:OpenJDK Platform binary:21.0.3.0:Microsoft jli.dll:OpenJDK Platform binary:21.0.3.0:Microsoft jna10656940529470050046.dll:JNA native library:7.0.0:Java(TM) Native Access (JNA) jsvml.dll:OpenJDK Platform binary:21.0.3.0:Microsoft jvm.dll:OpenJDK 64-Bit server VM:21.0.3.0:Microsoft kernel.appcore.dll:AppModel API Host:10.0.19041.3758 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll lwjgl\_opengl.dll lwjgl\_stb.dll management.dll:OpenJDK Platform binary:21.0.3.0:Microsoft management\_ext.dll:OpenJDK Platform binary:21.0.3.0:Microsoft mdnsNSP.dll:Bonjour Namespace Provider:3,0,0,10:Apple Inc. msasn1.dll:ASN.1 Runtime APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation mscms.dll:Microsoft Color Matching System DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation msvcp\_win.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:E-mail Naming Shim Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Windows NCrypt Router:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:21.0.3.0:Microsoft nimdnsNSP.dll:National Instruments Zeroconf Namespace Service Provider:215.0.3f0:National Instruments Corporation nimdnsResponder.dll:National Instruments Zeroconf Library:215.0.3f0:National Instruments Corporation nio.dll:OpenJDK Platform binary:21.0.3.0:Microsoft ntdll.dll:NT Layer DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation ntmarta.dll:Windows NT MARTA provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation nvapi64.dll:NVIDIA NVAPI Library, Version 512.78 :30.0.15.1278:NVIDIA Corporation nvldumdx.dll:NVIDIA Driver Loader, Version 512.78 :30.0.15.1278:NVIDIA Corporation nvoglv64.dll:NVIDIA Compatible OpenGL ICD:30.0.15.1278:NVIDIA Corporation nvspcap64.dll:NVIDIA Game Proxy:3.21.0.36:NVIDIA Corporation nvwgf2umx.dll:NVIDIA D3D10 Driver, Version 512.78 :30.0.15.1278:NVIDIA Corporation opengl32.dll:OpenGL Client DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Windows System Performance Objects DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:PNRP Name Space Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.19041.4239 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Shell Light-weight Utility Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:21.0.3.0:Microsoft textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.4239 (WinBuild.160101.0800):Microsoft Corporation ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation uxtheme.dll:Microsoft UxTheme Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation vcruntime140\_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:21.0.3.0:Microsoft win32u.dll:Win32u:10.0.19041.4291 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:Windows Base Types DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation xinput1\_4.dll:Microsoft Common Controller API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:21.0.3.0:Microsoft 
Stacktrace:
at net.minecraft.client.main.Main.main([Main.java:223](https://Main.java:223)) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch([MinecraftGameProvider.java:470](https://MinecraftGameProvider.java:470)) at net.fabricmc.loader.impl.launch.knot.Knot.launch([Knot.java:74](https://Knot.java:74)) at net.fabricmc.loader.impl.launch.knot.KnotClient.main([KnotClient.java:23](https://KnotClient.java:23)) 

-- System Details --
Details:
Minecraft Version: 1.20.6 Minecraft Version ID: 1.20.6 Operating System: Windows 10 (amd64) version 10.0 Java Version: 21.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 111540224 bytes (106 MiB) / 503316480 bytes (480 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 16 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 7 5800H with Radeon Graphics Identifier: AuthenticAMD Family 25 Model 80 Stepping 0 Microarchitecture: Zen 3 Frequency (GHz): 3.19 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: NVIDIA GeForce RTX 3050 Ti Laptop GPU Graphics card #0 vendor: NVIDIA Graphics card #0 VRAM (MB): 4096.00 Graphics card #0 deviceId: VideoController1 Graphics card #0 versionInfo: 30.0.15.1278 Graphics card #1 name: AMD Radeon(TM) Graphics Graphics card #1 vendor: Advanced Micro Devices, Inc. Graphics card #1 VRAM (MB): 512.00 Graphics card #1 deviceId: VideoController2 Graphics card #1 versionInfo: 30.0.13002.19003 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 3.20 Memory slot #1 type: DDR4 Virtual memory max (MB): 37702.57 Virtual memory used (MB): 21407.67 Swap memory total (MB): 21926.52 Swap memory used (MB): 1786.43 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance\_javaw.exe\_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Fabric Mods: betterf3: BetterF3 10.0.0 cloth-config: Cloth Config v14 14.0.126 
cloth-basic-math: cloth-basic-math 0.6.1
 fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.0.5+c5f2432cff cicada: CICADA 0.7.2+1.20.5-and-above do\_a\_barrel\_roll: Do a Barrel Roll 3.5.6+1.20.6 fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT mixinsquared: MixinSquared 0.1.1 fabric-api: Fabric API 0.97.8+1.20.6 fabric-api-base: Fabric API Base 0.4.40+80f8cf51ff fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.59+e9d2a72bff fabric-biome-api-v1: Fabric Biome API (v1) 13.0.25+be5d88beff fabric-block-api-v1: Fabric Block API (v1) 1.0.20+6dfe4c9bff fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.8+80f8cf51ff fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.50+80f8cf51ff fabric-client-tags-api-v1: Fabric Client Tags 1.1.12+7f945d5bff fabric-command-api-v1: Fabric Command API (v1) 1.2.45+f71b366fff fabric-command-api-v2: Fabric Command API (v2) 2.2.24+80f8cf51ff fabric-commands-v0: Fabric Commands (v0) 0.2.62+df3654b3ff fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.4+b82b2392ff fabric-convention-tags-v1: Fabric Convention Tags 2.0.3+7f945d5bff fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.0.0+2b43c5c8ff fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.27+80f8cf51ff fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.15+2a2c66b6ff fabric-data-generation-api-v1: Fabric Data Generation API (v1) 19.0.6+7f945d5bff fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.68+94793913ff fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.8+e9d2a72bff fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.6+c5fc38b3ff fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.50+80f8cf51ff fabric-item-api-v1: Fabric Item API (v1) 8.1.1+17e985d6ff fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.38+aae0949aff fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.45+80f8cf51ff fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.43+df3654b3ff fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.4+c5fc38b3ff fabric-loot-api-v2: Fabric Loot API (v2) 3.0.4+97f703daff fabric-message-api-v1: Fabric Message API (v1) 6.0.10+109a837cff fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.12+80f8cf51ff fabric-models-v0: Fabric Models (v0) 0.4.11+9386d8a7ff fabric-networking-api-v1: Fabric Networking API (v1) 4.0.8+0dca0349ff fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.1.3+c5fc38b3ff fabric-particles-v1: Fabric Particles (v1) 4.0.0+c5fc38b3ff fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.3+c5fc38b3ff fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.0.15+f1240ba7ff fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.12+97f703daff fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.12+80f8cf51ff fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.61+df3654b3ff fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.46+73761d2eff fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.3+2c869dedff fabric-rendering-v0: Fabric Rendering (v0) 1.1.64+df3654b3ff fabric-rendering-v1: Fabric Rendering (v1) 4.2.4+b21c00cbff fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.0.1+74e2f560ff fabric-screen-api-v1: Fabric Screen API (v1) 2.0.21+7b70ea8aff fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.72+b21c00cbff fabric-sound-api-v1: Fabric Sound API (v1) 1.0.21+c5fc38b3ff fabric-transfer-api-v1: Fabric Transfer API (v1) 5.1.6+c5fc38b3ff fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.0.10+74e2f560ff fabricloader: Fabric Loader 0.15.11 mixinextras: MixinExtras 0.3.5 inventoryhud: Inventory HUD + ${version} iris: Iris 1.7.0+mc1.20.6 io\_github\_douira\_glsl-transformer: glsl-transformer 2.0.0-pre13 org\_anarres\_jcpp: jcpp 1.4.14 org\_antlr\_antlr4-runtime: antlr4-runtime 4.11.1 java: OpenJDK 64-Bit Server VM 21 minecraft: Minecraft 1.20.6 sodium: Sodium 0.5.8+mc1.20.6 voxelmap: Voxelmap 1.20.6-1.12.19 Loaded Shaderpack: ComplementaryShaders\_v4.5.1 Profile: Custom (+1 option changed by user) Launched Version: fabric-loader-0.15.11-1.20.6 Launcher name: minecraft-launcher Backend library: LWJGL version 3.3.3-snapshot Backend API: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 512.78, NVIDIA Corporation Window size:  GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Universe: 404 Type: Client (map\_client.txt) Locale: en\_AU CPU: 16x AMD Ryzen 7 5800H with Radeon Graphics 
submitted by DaGreeg to fabricmc [link] [comments]


2024.05.09 18:05 peanutburger Declaring AIRBNB income in France

Hello. My girlfriend is asking me 1,000 questions about French taxes and AIRBNB and I'm neither French nor an AIRBNB person. My taxes are complicated as an American living in France so I need two professional accountants to handle them for me, so I just don't have any solid idea how French taxes work but, after Googling it, I have some ideas. She doesn't know how to use Reddit so I offered to help her. She's getting a bit frustrated.
Let's say she made 1000 euros in rental income and has 200 in expenses (the concierge service who rented the apartment for her). My instinct, and what I told her, is that she has to declare 1000 in income and then declare 200 in expenses, not simply declare 800 in income, and her response is that she doesn't know how to do that. Neither do I but please if anyone knows can you help give me/her?
This is what she gave me. Sorry if this is the wrong sub. I don't want to see her pay too much in taxes, and she wants to pay the correct amount, not try to cheat the taxes either. Thank you.
Bonjour,
Je voudrais avoir vos conseils. J'ai loué mon appartement principal via Airbnb en 2023 et je dois déclarer ces revenus dans la case correspondante pour la location d'un logement meublé (case 5ND). Le montant que j'ai reçu de la part d'Airbnb est déjà net des frais de concierge, des frais de ménage et des frais de service d'Airbnb. Ces frais sont déduits du montant total payé par les locataires avant que je ne reçoive mon paiement.
Ma question est la suivante : dois-je déclarer le montant brut que j'ai reçu des locataires avant ces déductions, ou le montant net que j'ai reçu après déduction de ces frais? De plus, comment puis-je correctement déduire les frais de concierge, les frais de ménage et les frais d'Airbnb après avoir déclaré mon revenu brut?
Merci pour votre réponse!
submitted by peanutburger to conseiljuridique [link] [comments]


2024.05.06 03:23 zexy_0verlord games having fps stutters

Let me give some context: I've had issues with my ASUSTUF laptop literally going black and not responding to anything except the power button, so every time it happened I just shut down. I checked the event log and saw that it's the Bonjour service, so I restarted it hoping it'd be fixed.
it did get fixed. no more crashes, no issues. but when I started up a game, I'd have really bad fps stutters that never seemed predictable. sometimes i would have calm moments, but when I needed the smooth frames, the laptop would shit itself.
I checked the event log and I still get occasional errors from Bonjour but nothing that crashes everything down.
I don't know what to do anymore. I don't want to poke around random programs and break something.
it's also completely against Microsoft office (doesn't even work. not even Microsoft support knows wtf is going on) despite being windows 11, but I don't care about it. I just want help on fixing this issue.
submitted by zexy_0verlord to ASUS [link] [comments]


2024.05.03 05:44 zninja-bg Motion event over excluded input region. GTK4

Transparent background, excluded region from input, so all events are passing trough.
Is there a way to exclude region from input and yet still be able to receive motion and click events?
something which will allow me to forward event to anything what is behind mentioned transparent window?
I should allow user natural behavior trough transparent window, but track clicks and motion and interact other interface according to his mouse movement while mouse button is down.
Edit: While it is possible to accomplish this with gtk3+, electron uses gtk3+ to accomplish such tasks. ( nice example btw) Standard toolset of Gtk4, Gdk4 and whole story with wayland will grow dipper hole for us to fall into. Using that concpet, even x11 is degraded this way.
Imagine each application which need to accomplish similar task to ship with deamon which role would be to interact with libevdev to acomplish basic thing (read only mouse events).. So, each similar app will be forced to gain high privileges by default to act as input device manager.... Beside security concert, imagine what will that do to OS performance...
Somehow I see this as opposite philosophy of why Apple have built in Bonjour service.
submitted by zninja-bg to GTK [link] [comments]


2024.04.24 22:54 DropWatcher Drop Watch: April 26th, 2024

LPs

EPs

Songs

Old Drop Watches

2023 and 2024 Calendar

submitted by DropWatcher to DropWatch [link] [comments]


2024.04.23 02:20 Timely-Passage-7187 Received scary e-mail from notification@facebookmail.com

Hi there,
I own a public page on facebook. Today, I received a scary e mail from [notification@facebookmail.com](mailto:notification@facebookmail.com).
It is scary and weird at the same time, check it out:
"Bonjour We regret to inform you that your page, is currently under review and at risk of being deleted. We received a report from a third party that the content posted on your page infringes or otherwise violates their rights. We would like to remind you that as the manager of this Page, you are representing a company, organization or other entity. However, we have reason to believe that you may not be authorized to do so. In order to verify your authenticity and ensure that your page is in compliance with our terms of service, we are asking that you follow the provided link and take a few steps to verify your identity and authority to represent this entity. We understand that this may be an inconvenience, but we greatly appreciate your cooperation in order to resolve this matter. Please follow the link to begin the verification process: https://case.XXXX.review Thanks, Facebook Team ‎" ‎
I immediately checked my FB page and everything is fine as usual, no notifs about this at all.
So the only link in this part of the e mail is a .review link. I haven't clicked it.
What should I do?
‎ ‎ ‎
submitted by Timely-Passage-7187 to Scams [link] [comments]


2024.04.22 15:47 Honest-Lavishness245 Apartment/bank account circle

Bonjour!
My wife, child and I are moving from America to Lyon for approximately 10 months for an academic sabbatical. We have her work and my child's school arranged, but I'm having trouble establishing a bank account and getting an appartment to rent..
It feels like I need a French bank account to apply for an appartment and a French address to apply for a bank account. I cannot even finish my Seloger profile with my American phone number.
Anyone have any tips? What bank is going to be the easiest to work with remotely? Will rental agencies work with the online service "Revolut" or "Wise"?
I've tried looking on Airbnb for a long term rental, but they are much more expensive for less appartment, with the only upside being that I can pay with my american credit card.
Merci beaucoup!
submitted by Honest-Lavishness245 to Lyon [link] [comments]


2024.04.02 14:01 EmergencyMortgage249 HomeKit on Cisco AP

I am seeking any documentation or guidance on using HomeKit over Cisco Access Point. I have reviewed what little documentation there is available online but still, no full success.
I was able to add HomePod’s and Apple TV with only AirPlay capabilities but in the Home app and I cant see status of the devices, nor can I add any other devices. The remote app can’t discover any Apple TV on the same network either.
Is there anyone else that has experienced similar issues. If so, was there fix for it? Any help would be greatly appreciated.
References:
https://www.cisco.com/c/en/us/support/docs/wireless/wireless-lan-controller-software/210835-Troubleshooting-mDNS.html
https://www.cisco.com/c/en/us/td/docs/wireless/controlletechnotes/8-1/WLAN-Bonjour-DG/WLAN-Bonjour-DG.html
EDIT: I was able to start by navigating to Controller —> mDNS —> General and enabled “mDNS Global Snooping” (not “mDNS Policy”) I was then able to navigate to Controller —> mDNS —> mDNS Browser and find all the service strings associated to the devices on my network, as I connected them, one by one. If you scroll to the right of the mDNS Browser page, you will see the blue arrow which I hovered over, clicked, “add” and gave it a name and then clicked the add bottom. This added the service strings, with the name to the Profile.
I did it this way to isolate what service string requests that were coming from each device.
Then, I navigated to, Controller —> mDNS —> Profiles and click the profile name I created and added (one by one) the new strings that I named in the previous step and that now appeared in the drop down menu named “Service Name”
I then navigated back to Controller —> mDNS —> General and checked each of the new “Service Names” that I just added by only checking the box labeled, “Query Status”. Then I clicked the, “apply” button at the top right corner and then gave it about 10 minutes before checking my devices functionality. It was a success, so I then ensured to click the, “Save Configurations” button.
I am not sure if every step I performed was necessary, but this is how I was able to successfully allow all but my lightbulbs to connect through HomeKit on the Cisco AP. I will continue trying to add new devices in the same fashion.
My apologies for the long edit. I just want to make sure to share the info in detail to receive any feedback from the group if there was anything I missed, can fix as well as help anyone who finds themself in a similar predicament.
submitted by EmergencyMortgage249 to HomeKit [link] [comments]


2024.04.02 13:58 EmergencyMortgage249 Help with HomeKit on Cisco AP

I am seeking any documentation or guidance on using HomeKit over Cisco Access Point. I have reviewed what little documentation there is available online but still, no full success.
I was able to add HomePod’s and Apple TV with only AirPlay capabilities but in the Home app and I cant see status of the devices, nor can I add any other devices. The remote app can’t discover any Apple TV on the same network either.
Is there anyone else that has experienced similar issues. If so, was there fix for it? Any help would be greatly appreciated.
References:
https://www.cisco.com/c/en/us/support/docs/wireless/wireless-lan-controller-software/210835-Troubleshooting-mDNS.html
https://www.cisco.com/c/en/us/td/docs/wireless/controlletechnotes/8-1/WLAN-Bonjour-DG/WLAN-Bonjour-DG.html
EDIT: I was able to start by navigating to Controller —> mDNS —> General and enabled “mDNS Global Snooping” (not “mDNS Policy”) I was then able to navigate to Controller —> mDNS —> mDNS Browser and find all the service strings associated to the devices on my network, as I connected them, one by one. If you scroll to the right of the mDNS Browser page, you will see the blue arrow which I hovered over, clicked, “add” and gave it a name and then clicked the add bottom. This added the service strings, with the name to the Profile.
I did it this way to isolate what service string requests that were coming from each device.
Then, I navigated to, Controller —> mDNS —> Profiles and click the profile name I created and added (one by one) the new strings that I named in the previous step and that now appeared in the drop down menu named “Service Name”
I then navigated back to Controller —> mDNS —> General and checked each of the new “Service Names” that I just added by only checking the box labeled, “Query Status”. Then I clicked the, “apply” button at the top right corner and then gave it about 10 minutes before checking my devices functionality. It was a success, so I then ensured to click the, “Save Configurations” button.
I am not sure if every step I performed was necessary, but this is how I was able to successfully allow all but my lightbulbs to connect through HomeKit on the Cisco AP. I will continue trying to add new devices in the same fashion.
My apologies for the long edit. I just want to make sure to share the info in detail to receive any fed back from the group if there was anything I missed, can fix as well as help anyone who finds themself in a similar predicament.
submitted by EmergencyMortgage249 to Cisco [link] [comments]


2024.04.02 13:55 EmergencyMortgage249 Help using Cisco AP with HomeKit

I am seeking any documentation or guidance on using HomeKit over Cisco Access Point. I have reviewed what little documentation there is available online but still, no full success.
I was able to add HomePod’s and Apple TV with only AirPlay capabilities but in the Home app and I cant see status of the devices, nor can I add any other devices. The remote app can’t discover any Apple TV on the same network either.
Is there anyone else that has experienced similar issues. If so, was there fix for it? Any help would be greatly appreciated.
References:
https://www.cisco.com/c/en/us/support/docs/wireless/wireless-lan-controller-software/210835-Troubleshooting-mDNS.html
https://www.cisco.com/c/en/us/td/docs/wireless/controlletechnotes/8-1/WLAN-Bonjour-DG/WLAN-Bonjour-DG.html
EDIT: I was able to start by navigating to Controller —> mDNS —> General and enabled “mDNS Global Snooping” (not “mDNS Policy”) I was then able to navigate to Controller —> mDNS —> mDNS Browser and find all the service strings associated to the devices on my network, as I connected them, one by one. If you scroll to the right of the mDNS Browser page, you will see the blue arrow which I hovered over, clicked, “add” and gave it a name and then clicked the add bottom. This added the service strings, with the name to the Profile.
I did it this way to isolate what service string requests that were coming from each device.
Then, I navigated to, Controller —> mDNS —> Profiles and click the profile name I created and added (one by one) the new strings that I named in the previous step and that now appeared in the drop down menu named “Service Name”
I then navigated back to Controller —> mDNS —> General and checked each of the new “Service Names” that I just added by only checking the box labeled, “Query Status”. Then I clicked the, “apply” button at the top right corner and then gave it about 10 minutes before checking my devices functionality. It was a success, so I then ensured to click the, “Save Configurations” button.
I am not sure if every step I performed was necessary, but this is how I was able to successfully allow all but my lightbulbs to connect through HomeKit on the Cisco AP. I will continue trying to add new devices in the same fashion.
My apologies for the long edit. I just want to make sure to share the info in detail to receive any fed back from the group if there was anything I missed, can fix as well as help anyone who finds themself in a similar predicament.
submitted by EmergencyMortgage249 to homelab [link] [comments]


2024.03.25 13:53 YaMonJo Co-voiturage à Montréal

Bonjour,
Petit post pour discuter de co-voiturage à Montréal.
Il y a plus d'un an que je vais travailler en voiture au lieu d'utiliser le transport en commun. Depuis le début de COVID, comme plusieurs autres ont constaté, le nombres "d'incidents" se sont multiplé dans le métro, et trop souvent j'arrivais en retard à la job, ou je me sentais moins en sécurité qu'il y a plusieurs années quand j'étais au cégep.
Évidemment, je suis conscient que ce changement est meilleur pour moi, mais définitevement moins vert, ce qui m'a amené dans les dernières semaines à me demander si je pourrais partager mon trajet quotidien avec d'autres indivus. J'ai fais un peu de recherches en ligne, mais je n'ai pas trouvé un service qui répondait à attentes. J'ai trouvé des sites de co-voiturage avec location de véhicules (j'ai déjà le mien), des sites de co-voiturages longues distances (Montréal-Québec, Montréal-Toronto, etc.) et plusieurs sites de "taxi". Je travailles lundi-vendredi, toujours à la même horaire et à la même location, donc je cherchais un service où j'aurais simplement pu m'inscrire offrant à autres le même trajet, moyennant quelques détours, et je n'ai rien trouvé.
Dans ma tête, c'est ça le réel co-voiturage, non? Est-ce que je suis le seul dans cette situation? Quelles sont vos opinions à ce sujet?

Hello,
Small post to talk about ridesharing in Montreal.
I've been driving to work instead of using community transport for over a year now. Since the start of COVID, as many others pointed out, the amount of "incidents" have gone way up and I was getting to work late, or I simply felt less secured than years back during my cegep days.
Obviously, I'm aware that this change is better for me but definitely less green, so for the last couples weeks, I've been asking myself if I could share my commute with others. I did a bit of research online, but I couldn't find a service that met my needs. I found sites for rideshare with car rental (I already own mine), sites for long distance rideshare (Montreal-Quebec, Montreal-Toronto, etc.) and a lot of "taxi" sites. I work Monday-Friday, always same schedule and same location, so I was looking for a service where I simply could have signed up to offer my commute to others, with some detours, but couldn't find anything.
In my head, that is the definition of ridesharing, no? Am I the only one in this situation? What do you think about this?
submitted by YaMonJo to montreal [link] [comments]


2024.03.20 16:20 mr-magpie-23 AirBnB and Digital Transport Cards

Bonjour à tous!
My partner and I are visiting your lovely town over the weekend.
Browsing the internet, I have learned of a Digital Transport Card which is provided for free to visitors upon paying the tourist tax (info below).
https://www.geneve.com/en/geneva-transport-card-for-hosts
Upon inquiring with our AirBnB host, we found out he is completely unaware of such service and mentioned it will not be provided to us.
We are however paying additional tax fees for 15 CHF for our two-nights stay in AirBnB.
https://preview.redd.it/lv1gwiivaipc1.png?width=547&format=png&auto=webp&s=9aa817cdd6bcd963ed547251b6edfeaf92eb0246
What to next? Should I report it or it is just normal conditions for AirBnB acting outside of standard hotel regulations?
Many thanks for your kind help!
submitted by mr-magpie-23 to geneva [link] [comments]


2024.03.17 03:17 Queenbreha Season 7 Episode 7 French Twist

This is a hard one for me to get through. Lorelai is prepping Gigi to say Bonjour to Mommy. Chris is tricking Lorelai to get her to the airport on time. Lorelai is telling Gigi that she will love Paris. Chris needs to stop for gas and Lorelai says there is no time but he admits the flight is over three and a half hours from then.
Rory is no longer Editor and Chief of the Yale Daily News They give her some fun goodbye presents Paris tells a story about how Rory is honest and direct among a group of cowardly backstabbers. Rory really doesn't want to give up the job.

Zack and Lane find out they are having twins. Zach thinks they are having conjoined twins. Zach says they have to tell Mrs. Kim because she is starting to show.
Next we see scenes of Paris and Chris and Lorelai are in the hotel. Lorelai is saying that Gigi is sweet and was surprised how prepared she was for Gigi. Lorelai is excited to be in Paris her idea of the most beautiful city in the world (I disagree I vote London) Lorelai wants a nap but Chris wants her to adjust to Paris time. (When I arrived at 7A we did touristy stuff until 4P and then I fell asleep for 15 hours and I was 18.

Paris is asking Rory about her post graduate plans and if she has anti-depressants. She recommends Rory hang out with Lucy and Olivia

Zach and Lane are having dinner with Mrs. Kim. She is trying to make polite conversation. Mrs. Kim says she knows they are avoiding her and she thinks because no new music. Lane yells out that she is pregnant. Mrs. Kim congratualates them and says they must move in with her and Zach thinks it's cool.

Lorelai wakes up in the middle of the night and is upset because it is 4A and there is no mini bar. There is no room service at 4A Chris suggests sensibly that they go back to sleep and wait for breakfast They both stare at the ceiling and can't fall asleep. Chris suggests they look for a restaurant,

Rory calls Olivia and she is making a mobile for her sister's baby. Lucy is watching reality tv because boyfriend hates it. Rory invites them to Stars Hollow

Chris and Lorelai are walking and can't find a place open. They chase the breadman Lorelai remembers a time when Chris gave her lunch in 10th Grade when she had to make up a test.

Zach and Lane are fighting in the diner because Lane is mad because they are going to move in with Mrs. Kim. Luke is overprotective as well. Lane realizes they are going to be parents and don't have to listen to her Mom.

Chris and Lorelai have sex but are still starving and Chris says he will fix it. Rory, Olivia and Lucy are coloring there hair Amazingly they find Rory's growth markers on her door and they have her at seven even though she didn't move in until she was eleven,

Chris paid a restaurant to open, He has nice memories of when they were young and the one big thing thas has changed is he is very rich. Chris looks at her and loves her so much. She is just getting caught up in memories of being sixteen. She tells him she loves him.

They go to talk to Mrs. Kim. They tell her they appreciate the offer to move in with her but they want to be in their own home. She respects their decision.

Rory has pink hair, Lucy and Olivia are purple and green. Rory starts to cry that everything is ending. This is actually the best crying Alexis ever did. Rory is wondering if she should go to grad school or law school.

Lorelai and Chris finish dinner for breakfast. Lorelai doesn't ever want it to end. Chris says he doesn't want to wait until she figures them out. She thinks it's too soon. She says a few months he says twenty five years. She brings up Rory and he says Rory will be thrilled. If she had the sense God gave a turnip she would have said no.

Mrs. Kim is baby proofing the house. She wants to move in with them and she has moved Brian in with relatives of hers.

Lucy introduces Rory to her boyfriend who is Marty and pretends that he and Rory don't know each other.
Lorelai and Chris arrive home and you can tell when he calls her Mrs. Hayden that she knows she has made the biggest mistake of her life.

It has taken me weeks to watch this episode because I hate it so much. I never remember what episode Rory had pink hair in because it's this one.
submitted by Queenbreha to WholesomeGilmoreGirls [link] [comments]


2024.03.10 04:42 Kelckso11 2 Weeks in Paris + Lyon + Avignon (1st trip to France)

Hello Everyone, (LONG Post DISCLAIMER)
1st time doing this, wanted to share for others who are potentially planning their trip to Paris.
Open to any Feedback! Sorry if its information overload.
Background info:
Accommodations:
Day 1 (Paris)
  1. Jardin Des Tuileries (surprised to see a few Cherry Blossom Trees)
  2. Domaine National du Palais- Royal (part of it was under construction, but main area open)
  1. Reservations made 1 month in advance
  2. wanted to try souffle (salty and sweet), found this place via yelp, Google.
  3. Pricey food was meh, maybe souffle wasn't our cup of tea.
Day 2 (Paris)
  1. Musee D'Orsay (bought tickets in advance, hands down one of the best museums we went to, good mixture of paintings + Sculptures)
  1. Reservations made 1 month
  2. Wanted to try bistro style steak frites and French Onion Soup
  3. Price was about $100 for both of us; was hard to find close by bistro open on Sundays.
Day 3 (Paris)
  1. Louvre (bought tickets in advance, we found it a little underwhelming, maybe it was timing, Napoleon area and a few of the famous paints were under restoration)
  1. found this place via Google.
  2. Needed redemption for that crappy ramen/noodles we had earlier.
  3. Authentic Chinese Hand-pulled noodles.
  4. Cheap, did its job.
Day 4 (Paris/Lyon)
  1. Vieux Lyon
  2. Cathedral Saint-Jean Baptise
  3. Theater Gallo Romaine du Lyon
  4. Basilica of Notre-Dame
  1. reservation made 1 month in advance
  2. wanted to try Lyon-type French Food, found this place via Google Reviews and thefork.
  3. Highlight Dishes: Pork Cheek (to die for)
Day 5 (Lyon)
Day 6 (Avignon)
  1. Palais du Rourve
  2. Place de I'Horlodge
  3. Palais Des Papes (bought tickets in advance)
Day 7 (Lyon, Paris)
  1. Jarden du Luxembourg
  2. Pantheon
  3. Sainte-Chapelle (tickets bought in advance)
  4. Notre-Dame (outside)
  5. Place Dauphine, Hotel De Ville, Pont Neuf
  1. reservations made 1 month in advance
  2. Hands down the best meal we had; seafood restaurant.
  3. We found the price to be very reasonable for the quality of food; we got 3 Appetizers, 2 mains, wine, 2 desserts; was about $220.
Day 8 (Paris)
  1. Palais Garnier (tickets bought in advance)
  2. Place Edouard VII for photo
  3. Shopping at Galeries Lafayette Haussmann
  4. Rooftop at Printemps Haussmann
  1. reservations made 1 month in advance
  2. French x Japanese fusion 6 course Omakase
  3. Food and Service was good.
  4. Price was around $250
Day 9 (Paris)
  1. Bascillica of Sacre-Coeur
  2. Montmarte Area
  3. CityPharma
  4. Shopping at Shops-Elysees
  5. Arc De Triomphe
  1. no wait when we went right at opening.
  2. honestly had higher expectations, steak was a little tough, knew it was kinda touristy but want to try it.
  3. $110
Day 10
Day 11
  1. Rue St-Dominique (photo spots at Le Recruitment, Square Rapp)
  2. Eiffel Tower
  3. Pont d'lena
  4. Place Du Trocadero
  5. Avenue de Camoens
  6. Pont de Bir-Hakeim
Day 12
  1. reservations made 2 weeks in advance
  2. wanted to try French Duck for a reasonable price.
  3. Fois Gras and Duck Confit was delicious.
Day 13
Day 14
Overall Feedback:
Sorry for long post!
Hope this helps!


submitted by Kelckso11 to ParisTravelGuide [link] [comments]


2024.03.05 18:51 IknowwhatIhave Boomer Takes "Business Class Lounge" Literally

What is it with boomers and speaker phone mode? What is it with boomers and quiet places? What is it with boomers and taking pleasure in anti-social behaviour?
Right at the centre of this Venn diagram is the airport lounge.
It can be a puzzling and idiosyncratic place to a boomer – it requires some measure of status to get into, but once you are in, everyone else there has that same status so nobody who can see you is impressed by the fact you are there. How then to stand out and get the attention you crave?
Well, there is always the delight to be gained by abusing the staff – but unfortunately COVID severly restricted that pleasure as even the airlines have adopted a “No Abuse” policy and despite your Gold, Platinum, Sapphire or Triple Diamond Elite status, you can be asked to leave in the off chance a waiter stands up to you (I saw the after math of this once, it was glorious).
The last respite of the Main Character Boomer is the loud, speaker-phone “business” call in the business class lounge – and that is what I experienced less than an hour ago.
I will forever be thankful to be here, enjoying my mid-tier prosecco and finger sandwiches, and secure in the knowledge that this kind of asshattery will be quickly shut down when the doors of the plane close, and the boomer will be relegated to silence when the cell service shuts off.
Wind back an hour today... As I sit down in the fairly crowded galleries lounge at Heathrow Terminal 3, my view of the taxi-way is blocked by an imposing (and very full) figure – a fully mature boomer executive resplendent with his short silver hair around the edge of a reddish, flushed bald head. Bluetooth earpiece in the ear, but demonstrating his status by speaking loudly into the iphone in his flat, upheld palm. Skinny legs, rock-hard beachball above his belt, like a glorious blend of Jeremy Clarkson and Alan Sugar.
The topic of his conversation that he was sharing with the rest of the lounge? He's fucking firing someone. On speaker-phone. In the BA Lounge.
Glass of beer in one hand, cell phone on his open palm in the other hand. “Can you repeat that son? I'm in the line-ge at 'eatrow, it's noisy” He must have reminded the kid he's firing that he's in the lounge 3 or 4 times over the 15 minute call. He over-enunciates his accent, to remind everyone that despite being born south of the river, he's done it all himself, 'ee was born working claw-ss (just like Victoria Beckham!) but now he's at the top, off of the business and the commerce and all dat!
Thinking I've just witnessed the absolute peak of boomer-dom and certain that no public phone call could be any worse, he hangs up after the firing is complete. Pours himself another generous beer and sets up his next call. What could possibly top this?
To my absolute shock, his next call is in French – amazing, the bi-lingual boomer is a rare beast because as we know, “people should just speak English or shu'up!”
But, this is no ordinary French. Je parle un petit peu, mais je n'ai jamais entendu quelque chose! He clearly knows more than enough French vocabulary to be fluent, he demonstrates the ability to form sentences and to conjugate verbs, correct use of tenses – but he speaks French without any attempt to prounounce the words. He is speaking French in what sounds like English phonetics. Hard N's, Hard J's (Bonjour is BoNN-Jew-R), emphasis in the middle of the phrase like in English... It's incredible that someone could know enough French but speak it this badly – it has to be intentional, like a power move to his French employees. I wish I could have recorded it, it's that phenomenal.
Anyways, there is no moral to this story, no climax or come-upance and I'm too cheap to pay BA for in flight wi-fi so I'm posting this as is without editing before I take off.
Stay strong and boom on! O Rey-war!
submitted by IknowwhatIhave to BoomersBeingFools [link] [comments]


2024.03.05 17:03 stupidostrich Unable to detect Raspberry Pi Zero across multiple computers and cables

I’m quite puzzled as to what is going on - I had an old Raspberry Pi Zero (no W) lying around, and wanted to run a new project on it. Installed the recommended Raspberry Pi OS (Legacy) - bullseye on a new 8GB microSD using Pi Imager, slotted it into the Raspberry Pi Zero, connected it directly to the PC motherboard’s USB 2.0 port and while the LED on the Raspberry Pi lights up and stays lit, nothing shows up on my Windows 11 PC. No prompts for new devices, no additional devices that showed up in device manager.
Thought it might be the micro USB cable so I switched them out for a few that I knew worked with the other microcontrollers I had, but no dice.
I read across various forums and sources that it might be due to a missing RNDIS server or bonjour service, so I installed both and rebooted the computer. Still no luck.
I tried testing the same setup but on an old Intel Mac running MacOS 12. Once again, the Raspberry Pi boots up, but it’s just not detected by the computer.
As a last resort I tried flashing other images from the options giving in Pi Imager, but nothings seems to work.
Does anyone have a clue what might be going on? Could it be that the Raspberry Pi Zero I have is just old and malfunctioning?
submitted by stupidostrich to raspberry_pi [link] [comments]


2024.02.29 20:23 Insignificant_Gnat Finding HomeBridge on Docker on WSL2

Hi all,
I'm trying to connect to HomeBridge running and working from Docker running on WSL2 on a PC in my LAN. I've got the service up and running, and I can connect to the UI from other computers on the LAN, but HomeKit won't find or add the HomeBridge. Any ideas what might be the issue and its fix?
Here is some additional detail on my setup:

Setup

I have HomeKit running in a Docker container per the instructions here:
https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Docker
The HomeBridge Docker container is running on Ubuntu in WSL2, running on a Windows 10 PC.
I have enabled port proxies to connect the windows host ports to WSL2 for the ports 8581 (the HomeBridge UI), 51647 (the HomeBridge service), and 5353 (the Bonjour service, I think, based on this), as per these instructions for WSL2 LAN networking:
https://learn.microsoft.com/en-us/windows/wsl/networking#accessing-a-wsl-2-distribution-from-your-local-area-network-lan
I also opened the windows firewall to TCP/UDP traffic inbound on those ports from the local network of 192.168.1.0/24.

Result

I can connect to the HomeBridge UI for the container on both the Windows host machine and from other computers on the network, so I feel like I should be close to getting things working. Clearly the UI is sending and receiving information as intended. However, HomeKit fails to find the bridge when I scan the QR code. I can't find any logs or error messages, nor any discussions of my particular setup that will explain how to get things working.
I suspect that the issue has something to do with how the mDNS Advertiser works on the WSL2 network interface, failing to communicate properly with the LAN. I'm not sure what to do about that though. Any suggestions?
submitted by Insignificant_Gnat to homebridge [link] [comments]


2024.02.20 21:15 Batfan218 [HELP] iPod 6th Gen not connecting to Windows PC

I've been having a few issues trying to get this iPod to connect to my windows 11 PC. I was originally able to connect just fine with my iPod to my PC and it did show up on file explorer as well as iTunes. I was able to copy all the music files from the hidden folder in the iPod then I used MP3Tag to add metadata from all the random letters. I did it to my backup and the iPod after doing this the iPod would no longer connect to the PC and it has not been able to play any music. The iPod will be able to turn on and go to a song but, it will not play the music and just go to an apple logo and eventually restart. When connected to the PC it will not show in the partition manager or on file explorer but, will charge when connected.
What I have done so far:
Reinstalled iTunes, repaired all the files including Apple Mobile Device Support, Apple Software Update, iTunes.
Updated USB drivers, update windows, made sure Apple Mobile Device Service/Bonjour Service is running and on automatic.
Gone into Disk Mode which starts to say Do Not Disconnect then quickly goes to OK to Disconnect. Made sure I was not in the HOLD mode.
Tried doing the iPod test (Menu+Center then Previous+Center) but, unable to finish it due to not having fire wire cable.
Tired changing the position of the USB cable, I drained the battery and reconnected to the PC no change.
I also checked the ports and they look clean and not bent, I did brush them to make sure too and no debris came out.
Let me know if there is anything I can do!
submitted by Batfan218 to IpodClassic [link] [comments]


2024.02.15 16:25 rumarco configure AirGroup for Wired printers?

Hey! i dont find any information about this so i am asking here. Scenario is:
Guest VLAN for wifi: 70
Printers VLAN: 50, but the are all wired
We use Aruba 505 and a setmeup controller.
What do i need to be able to Airprint from the Guest Wifi to the Printer VLAN? I found Airgroup which sounds like the service i need. I enabled bonjour and airprint and allowed udp 5353 and tcp 631 between vlan 70 and 50. but it does not work. Will it even work with wirred printers? do i need to configure the default_wired_port_profile or add another one?
help is very appreciated
submitted by rumarco to ArubaNetworks [link] [comments]


2024.02.11 15:11 pattimuraNL Swift Network NWListener error

I've found this nice tutorial on "How To Set Up a Connection Over LAN in SwiftUI": https://betterprogramming.pub/bonjour-over-a-network-framework-b533a714b8f5
I've recreated the Connect class and added this framework to the target: - NetworkExtension.framework Added these values to the plist: - Bonjour services (with unique string in Item 0) - Application Services / Advertises (with unique service string) - Privacy - Local Network Usage Description (with description) Added the the Network extension to the profile in the developer portal and created a new provisioning profile which I added to Signing and Capabilities
But still I get this error on app launch:
nw_listener_socket_inbox_create_socket setsockopt SO_NECP_LISTENUUID failed 2
It's still a really small app for networking to get working: ContentView:
import SwiftUI import Network struct ContentView: View { @State private var comeback: String = "" var body: some View { VStack { Text("Hello, world!") .padding() .onAppear { let communication = Connect() let port2U = NWEndpoint.Port.init(integerLiteral: 1984) communication.listenUDP(port: port2U) } .onReceive(sendToScreen, perform: { value in comeback = value }) Text(comeback) } } } 
And Connect class:
import Network import Combine let sendToScreen = PassthroughSubject () class Connect: NSObject { private var talking: NWConnection? private var listening: NWListener? func listenUDP(port: NWEndpoint.Port) { do { self.listening = try NWListener(using: .udp, on: port) self.listening?.stateUpdateHandler = {(newState) in switch newState { case .ready: print("ready") default: break } } self.listening?.newConnectionHandler = {(newConnection) in newConnection.stateUpdateHandler = {newState in switch newState { case .ready: print("new connection") default: break } } newConnection.start(queue: DispatchQueue(label: "semRemote")) } } catch { print("unable to create listener") } self.listening?.start(queue: .main) } func receive(on connection: NWConnection) { connection.receiveMessage { (data, context, isComplete, error) in if let error = error { print(error) return } if let data = data, !data.isEmpty { let backToString = String(decoding: data, as: UTF8.self) print("b2S",backToString) DispatchQueue.main.async { sendToScreen.send(backToString) } } } } } 
What else do I need to do for this mini app to receive some simple data like:
% echo -n "ping" nc -4u -w1 192.168.0.176 1984 
Where the IP is the IP of the machine where the simulator is running on.
submitted by pattimuraNL to swift [link] [comments]


2024.01.28 16:25 BaseEvoli NAS sometimes showing up on some devices, sometimes not

Hello everyone!
We have had a DS214play for quite some time now that my father originally bought as a "plug in and it works" solution to host an iTunes library for Sonos on it. We have used it as a storage for other things now, but it hasn't really been working well for some time now. Since I learned a lot about NAS and Synology from the IT guy at my work, I figured I could try to troubleshoot it myself, however I have ran into a situation that I can't solve with googling anymore.
The DiskStation is running on DSM 7.1.1-42962 Update 6. It has a static IP that has been unchanged since my father got it.
The DiskStation is connected to our Telekom Speedport Smart 3, which goes into the wall sockets throughout the house. The wall sockets connect to a Telegärtner MPD Cat.6A, from where they go into a D-Link DGS-1008D that is connected to the Speedport.
At the wall sockets we have three wifi-routers connected. One Netgear router that provides the network for our Sonos base system, Philips HUE bridge and our guest wifi, and two identical Telekom routers meshed together as one network that is for all the devices upstairs that aren't covered by the wifi downstairs as it is very limited.
Now for the problem: on our computers, the NAS works perfectly fine through the web interface and when mounting it as a network drive. Until recently, it didn't show up when using the "Network" tab in the explorer, but I fixed that by changing the maximum SMB protocol from "SMB2 and large MTU" to "SMB3", so now it shows up in Windows again.
For other devices like televisions, it's sadly not working. I can't manually add servers to them, so it's not possible to add in the IP manually. We have three televisions, one Sony Bravia running Android TV, a Panasonic TX-49CXX759 running the preinstalled Panasonic software and a Panasonic DMR-BST855, also on the preinstalled Panasonic software.
The Sony TV is connected to one of the meshed routers via ethernet cable. The two Panasonics are both connected through wall sockets directly. On all of them, I can see the four Sonos devices that are in our network, as well as both of the Panasonic TVs on the respective other devices.
On the Panasonic TX-49CXX759, I can see the NAS. Previously it worked without a problem on there. It doesn't show an IP, but instead it shows as DISKSTATION and then is listed multiple times with the different folders in it, like DISKSTATION\music, DISKSTATION\video etc. However, when I click on it, it requires a user sign in, which it didn't before. When I try to sign in, it just gives me an error that the connection to the server failed, which is weird, since I can still access it through the webmaster and Windows explorer just fine.
On the Sony TV, if I switch to our Netgear wifi, it shows something with the same IP as the default gateway on the DiskStation, but when I try to connect it just gives me an error.
I tried looking online, but most of what I found was to enable "WS-Discovery" in the SMB settings and to enable "Bonjour service discovery to locate DIskStation" in the Advanced Settings in File services.
I'm rather frustrated and I'm running out of things to try. I've also looked through the settings of the Speedport to see if I can find anything, but to no evail.
I'd be happy if someone could help me solve this problem.
For more context, here are my File Services settings:
SMB: ☑ Enable SMB service
Workgroup: WORKGROUP
☐ Hide shared folders from users without permission
☑ Enable Transfer Log
Advanced settings - general:
WINS server: -
Maximum SMB protocol: SMB 3
Minimum SMB protocol: SMB 1
Transport encryption mode: Client defined
Enable server signing: Disable
☑ Enable Opportunistic Locking
☐ Enable SMB2 lease
☐ Enable SMB durable handles
Advanced settings - others:
☑ Enable Local Master Browse
☐ Enable DirSort VFS module
☐ Veto files
☑ Allow symbolic links within shared folders
☐ Allow symbolic links across shared folders
☐ Disable multiple connections from the same IP address
☐ Collect debug logs
☐ Apply default UNIX permissions
☐ Do not reserve disk space when creating files
☐ Enable NTLMv1 authentication
☐ Enable asynchronous read
☑ Monitor changes on all subfolders within the directory
☐ Synchronize data to drive immediately upon SMB client request
☐ Enable wildcard search cache
AFP, NFS, FTP and rsync are disabled.
Advanced: ☑ Enable Bonjour service discovery to locate DiskStation
☐ Enable Bonjour Printer Broadcast
☐ Enable Bonjour Time Machine broadcast via SMB
☐ Enable Bonjour Time Machine broadcast via AFP
☐ Enable Windows network discovery to allow access via web browsers
☐ Enable TFTP service
☐ Enable bypass traverse checking
submitted by BaseEvoli to synology [link] [comments]


2024.01.27 19:51 Sampsa-Pellervoinen Quebec Treeplanting info Master thread

Hey everyone, bonjour tout le monde.

This thread should serve as a what's-what of treeplanting in Quebec. For info about quebec planting comapnies, please see the Quebec Megathread.
Treeplanting in Quebec is very different from treeplanting in other provinces. Tree planting in Quebec comes in three forms.
  1. Industrial tree-planting : planting as we know it. Piece work, remote-ish areas, bags + shovel etc. Industrial tree planting in Quebec is itself divided into the private and public sectors. - - 1.1 Industrial tree planting in the public sector is essentially what most of us have done or will experience. The three main regions where you can find a job in public industrial planting are Abitibi-Temiscamingue, Eeyou-Istchee-Baie-James and Mauricie. For planters with a solid grasp of french , options are also available in Saguenay-Lac-St-Jean , Côte-Nord and Gaspésie. This sector will often let you use bags and shovels, however you may find that your arm will be twisted and you may be forced to use an extractor and cowbells. Yeah look, I hear you groaning, but I've seen numerous planters maintain a daily earnings average of over 600$ like this. It's not worse, just different. Additionally, the seasons in Quebec can be very long if you want them to be, starting last week of May at the earliest and ending in mid November at the latest. - - 1.2 Industrial tree planting in the private sector is usually done through Co-ops, or ''Groupement forestier''. The list of these groupements and co-ops can be found here (GFQ) and here ( FQCF) .These entities help private lot owners manage their land, and offer tree-planting and brushing services. This type of planting is usually done by local workers who operate out of their own home with their own equipment ( quad , trailer , truck) and take care of their own deliveries. Usually big trees , sometimes even hourly-wage work for huge trees ( 9+ ft tall) that require a full team to plant. These companies are a popular option for planters with young children, as they are often based in medium-large towns where daycare services can be found. Seasons can be extended with brushing work, which routinely go until christmas and sometimes into mid-january depending on snowfall. - -
  2. Ecological restoration and scientific research plotsThese operations are hard to find, and will almost certainly require you to speak french at a native-speaker level. The job conditions resemble landscaping more than they do tree planting, and objectives can vary wildly, as do roles within a team. I was involved in a project where I carried a mallet and nails in order to nail down a coconut-husk mat at the base of every tree planted on the embankment of a river. One person planted the tree , one person planted a stake and installed a protector, the last person nailed in the coconut mat. The pay is usually very good for a city job ( upwards of 26$ / hour) but you may be required to have or be in the process of completing a degree in biology , ecology or forestry. These jobs can be found most often by contacting an OBV ( organisme de bassin versant), a list of which can be found here. - -
  3. Municipal / Blue-Collar tree planting.Pretty much as far from tree planting as you can get while still calling it planting. Big excavators, big trees, hardhats , hi-vis and a pair of jeans is your typical equipment. I have no knowledge of how to get into this industry , and to be honest it does not seem to be a great job unless you're the person in the excavator. However, the hours are long and overtime pay can be pretty sweet. If you have a degree in horticulture, forestry, ecology, biology, earth sciences etc etc , being a supervisor for these operations is great money and incredibly cushy. Your main trouble will be staying awake, as it is very boring. DESFOR has pretty much eaten up all the other companies , and is now one of two companies in the Montreal and Quebec city regions to have large contracts.
Have any questions ? Think I'm wrong about something ? Want to fight ? Dm me , I'll be glad to help
-Sampsa
submitted by Sampsa-Pellervoinen to treeplanting [link] [comments]


http://swiebodzin.info