Ip italian proxy public ip

Reds killed trillions - reactionary estimates of "communist death toll"

2018.08.04 19:05 TGSpecialist1 Reds killed trillions - reactionary estimates of "communist death toll"

This subreddit has managed to outlive it's purpose, so it's shutdown permanently. Thank you for posting.
[link]


2019.11.18 07:56 JoshA20 smpearth

Official subreddit for SMPEarth. IP for the Public Server: play.smpearth.com Join our Discord at https://discord.gg/smpearth
[link]


2015.02.16 01:21 LemonSqueeze420 Brain Bowl SMP

Like groan not another Minecraft server amirite? Please submit applications to mod mail, NOT as a text post. Thanks!
[link]


2024.05.20 01:13 rcocchiararo CHR - inter buildings port redirection

CHR - inter buildings port redirection
Hi there
I had another post about this (all text, no info) that got cero traction :P
Tried commenting there with this re writen version, but commenting failed, so here i go again:
Im trying to setup a CHR using an azure sponsorship (can't actually spend money besides buying the CHR license if this works).
ISSUEs TO SOLVE:
  • one of 2 buildings has losts its public IPv4 and we cant use IPv6 yet.
  • the other building has its public ipv4, but it will eventually lose it too (And it gets losts from time to time too)
IDEA: Setup a CHR, connect both sites to it and enable:
1) Remote access for me and other peers who would connect to it using wireguard and gain access to inside IPs for buildings 1 and 2
2) Setup port redirection on CHR so that i can publish some public facing services FROM the CHR that would end up answred from a server either on building 1 or 2.
Addresses / networks for each site:
Building1: physical mikrotik
10.0.2.0/24: local network
10.200.2.0/24: wg site 2 site network
10.0.10.0/24: wg peers network (for computers, not other routers)
10.0.2.254: router
10.200.2.254: WG address for the non cloud inter building WG network
10.0.10.254: WG address for the peers (computers, not routers) WG network
10.0.1.1: WG address for the azure WG network
Building2: physical mikrotik
10.0.3.0/24: local network
10.0.3.254: router
10.200.2.252: WG address for the non cloud inter building WG network
10.0.1.2: WG address for the azure WG network
Azure: CHR with demo license
10.0.0.4: azure interface (placed as WAN in the interface list)
10.0.1.0/24: WG network for inter building stuff
10.200.1.0/24: WG network for peers who want to access the CHR or the other 2 buildings.
10.0.1.254: WG address for the azure WG network
10.200.1.254: WG address for the azure wg peers (computers, not routers) network.Routes for each site (so far):
https://preview.redd.it/ab7vbum1ug1d1.png?width=1279&format=png&auto=webp&s=274e3a4c3bc19949917b889eb10f6312722c72ec
Not sure if this is optimal (and i might need to learn OSPF and/or other more advanced routing tools? never touched the "routing" submenu).
Buidling1:

DST-ADDRESS GATEWAY DISTANCE

;;; Ruta test S2S casa roberto
0 Xs 172.17.118.0/24 wg_mcc_country 1
;;; Ruta a guardia x azure
1 Xs 10.0.3.0/24 10.0.1.2 1
DAd 0.0.0.0/0 181.16.78.1 1
;;; Ruta red interfaz azure
2 As 10.0.0.0/24 10.0.1.254 1
DAc 10.0.1.0/24wg_mcc_azure 0
DAc 10.0.2.0/24bridge-local 0
;;; Ruta Guardia sin azure
3 As 10.0.3.0/24 10.200.2.252 1
;;; Guardia por tailscale
4 As 10.0.3.111/32 10.0.2.20 1
DAc 10.0.10.0/24wgpeers 0
;;; Ruta azure peers
5 As 10.200.1.0/24 10.0.1.254 1
DAc 10.200.2.0/24wg_mcc_country 0
DAc 181.16.78.0/24 ether1-internet 0
/ip route add comment="Ruta test S2S casa roberto" disabled=yes distance=1 dst-address=172.17.118.0/24 gateway= wg_mcc_country pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 add check-gateway=ping comment="Ruta a guardia x azure" disabled=yes distance=1 dst-address=10.0.3.0/24 gateway=10.0.1.2 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 add comment="Ruta red interfaz azure" disabled=no distance=1 dst-address=10.0.0.0/24 gateway=10.0.1.254 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 add comment="Ruta azure peers" disabled=no distance=1 dst-address=10.200.1.0/24 gateway=10.0.1.254 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 add check-gateway=ping comment="Ruta Guardia sin azure" disabled=no distance=1 dst-address=10.0.3.0/24 gateway=10.200.2.252 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 add check-gateway=ping comment="Guardia por tailscale" disabled=no distance=1 dst-address=10.0.3.111/32 gateway=10.0.2.20 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 

DST-ADDRESS GATEWAY DISTANCE

;;; Ruta adm por azure
0 Xs 10.0.2.0/24 10.0.1.1 1
;;; ADM por tailscale
1 Xs 10.0.2.0/24 10.0.3.111 1
DAd 0.0.0.0/0 192.168.0.1 1
;;; Ruta red interfaz azure
2 As 10.0.0.0/24 10.0.1.254 1
DAc 10.0.1.0/24wg_mcc_azure 0
;;; Ruta ADM por wg adm
3 As 10.0.2.0/24 10.200.2.254 1
DAc 10.0.3.0/24bridge 0
;;; Ruta azure peers
4 As 10.200.1.0/24 10.0.1.254 1
DAc 10.200.2.0/24wg_mcc_country 0
DAc 192.168.0.0/24 ether1-internet 0
DAc 192.168.44.0/24 bridge-guardias 0
/ip route add check-gateway=ping comment="Ruta ADM por wg adm" disabled=no distance=1 dst-address=10.0.2.0/24 gateway=10.200.2.254 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 add comment="Ruta red interfaz azure" disabled=no distance=1 dst-address=10.0.0.0/24 gateway=10.0.1.254 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 add comment="Ruta azure peers" disabled=no distance=1 dst-address=10.200.1.0/24 gateway=10.0.1.254 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 add check-gateway=ping comment="Ruta adm por azure" disabled=yes distance=1 dst-address=10.0.2.0/24 gateway=10.0.1.1 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 add comment="ADM por tailscale" disabled=yes distance=1 dst-address=10.0.2.0/24 gateway=10.0.3.111 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 
Azure:

DST-ADDRESS GATEWAY DISTANCE

DAd 0.0.0.0/0 10.0.0.1 1
DAc 10.0.0.0/24ether1 0
DAc 10.0.1.0/24wg_mcc_azure 0
;;; Ruta a administraciF3n
0 As 10.0.2.0/24 10.0.1.1 1
;;; Ruta a guardia
1 As 10.0.3.0/24 10.0.1.2 1
DAc 10.200.1.0/24wg-azure-peers 0
DAd 168.63.129.16/32 10.0.0.1 1
DAd 169.254.169.254/32 10.0.0.1 1
/ip route add check-gateway=ping comment="Ruta a administraci\F3n" disabled=no distance=1 dst-address=10.0.2.0/24 gateway=10.0.1.1 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 add check-gateway=ping comment="Ruta a guardia" disabled=no distance=1 dst-address=10.0.3.0/24 gateway=10.0.1.2 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 
Wireguard peers config for each site:
Building1:
To building2 - Allowed address: 10.200.2.252/32, 10.0.3.0/24
To Azure - Allowed address: 10.0.0.4/32, 10.0.1.0/24, 10.200.1.0/24
Building2:
To buildin1 - Allowed address: 10.200.2.254/32, 10.0.2.0/24
To azure - Allowed address: 10.0.0.4/32, 10.0.1.0/24, 10.200.1.0/24
Azure:
To building1 - Allowed address: 10.0.1.1/32, 10.0.2.0/24
To building2 - Allowed address: 10.0.1.2/32, 10.0.3.0/24
I initially disabled the building1-building2 wireguard connection, but i found my cloud tunnel to be somewhat slow (demo license applied) bunno if it was a thing of the moment or if i will be in trouble with it in the future.
Besides that, i have NO idea how i could enable both, and have the routers use the direct building to building tunnel and only jump to the cloud one if the direct connection is not available (i thought about using routes with different distance metrics, BUT, wireguard seems incompatible with having 2 peers with the "allowed address" for a same io/ip range (if i declare 10.0.2.0/24 in 2 peers, the last one that connects is the only one that works, it seems).
Besides that, i have it working.
Now, what i failed to get working:
Redirections to expose services to the public from the cloud
Port 4091: to building1 – 10.0.2.20:4091
Port 8444: to building2 – 10.0.3.111:443
Port 6080: to building2 – 10.0.3.111:80
Port 6021: to building2 – 10.0.3.111:21
Ideally, either from the public IP of azure or building 1, i need to expose the above prots and have them redirected to a specific internal IP, and then have communication return to internet from where it was received (either azure or building2, azure for everything would be ideal).
I allowed the needed ports in the Azure Firewall and then tried to use dst-nat rules on the CHR indicating to dst-nat from those external ports to the internal ones mentioned above, and to the internal IP mentioned there.
That did not work, but i was unable to test too much due to unforseen issues.
In any case, i would love some help/pointers to how i should go to get this last step working (And also recommendations on what to learn about OSFP or other routing stuff that could help me have a better setup, and also the backup/redundant tunnel/routes thing).
submitted by rcocchiararo to mikrotik [link] [comments]


2024.05.20 01:13 AbbreviationsKey9960 Anyone know how to fix this?

I'm trying to play that Vivecraft mod with ImmersiveMC but it wont lanch properly.
java.lang.RuntimeException: Mixin transformation of net.minecraft.class_2533 failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) at net.minecraft.class\_2358.method\_10199(class\_2358.java:336) at net.minecraft.class\_2966.method\_12851(class\_2966.java:54) at net.minecraft.client.main.Main.main(Main.java:170) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) 
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) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ... 10 more 
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method used(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;Lnet/minecraft/class_3965;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V in mixins/couplings/mixins.json:TrapdoorBlockMixin from mod couplings failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap mixins/couplings/refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1384) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 13 more 
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: main
Stacktrace:
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) at net.minecraft.class\_2358.method\_10199(class\_2358.java:336) at net.minecraft.class\_2966.method\_12851(class\_2966.java:54) 
-- Initialization --
Details:
Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation MpOav.dll:IOfficeAntiVirus Module:4.18.24040.4 (aa69a05caa955e1cebcc4d2dd249082d41b510c2):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation POWRPROF.dll:Power Profile Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.22621.2792 (WinBuild.160101.0800):Microsoft Corporation UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.22621.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.22621.1 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation WS2\_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.3374 (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.22621.1 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation java.dll:OpenJDK Platform binary:17.0.8.0:Microsoft javaw.exe:OpenJDK Platform binary:17.0.8.0:Microsoft jimage.dll:OpenJDK Platform binary:17.0.8.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.8.0:Microsoft jna2664819648113419630.dll:JNA native library:6.1.6:Java(TM) Native Access (JNA) jsvml.dll:OpenJDK Platform binary:17.0.8.0:Microsoft jvm.dll:OpenJDK 64-Bit server VM:17.0.8.0:Microsoft kernel.appcore.dll:AppModel API Host:10.0.22621.2715 (WinBuild.160101.0800):Microsoft Corporation management.dll:OpenJDK Platform binary:17.0.8.0:Microsoft management\_ext.dll:OpenJDK Platform binary:17.0.8.0:Microsoft msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation msvcp\_win.dll:Microsoft® C Runtime Library:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.8.0:Microsoft nio.dll:OpenJDK Platform binary:17.0.8.0:Microsoft nlansp\_c.dll:NLA Namespace Service Provider DLL:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation ntdll.dll:NT Layer DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.3593 (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:17.0.8.0:Microsoft win32u.dll:Win32u:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.8.0:Microsoft 
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:170) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) 
-- System Details --
Details:
Minecraft Version: 1.20.4 Minecraft Version ID: 1.20.4 Operating System: Windows 11 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 215001080 bytes (205 MiB) / 339738624 bytes (324 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 12 Processor Vendor: GenuineIntel Processor Name: 12th Gen Intel(R) Core(TM) i5-12400F Identifier: Intel64 Family 6 Model 151 Stepping 2 Microarchitecture: Alder Lake Frequency (GHz): 2.50 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce RTX 4060 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x2882 Graphics card #0 versionInfo: DriverVersion=31.0.15.5152 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): 24901.19 Virtual memory used (MB): 13446.18 Swap memory total (MB): 8704.00 Swap memory used (MB): 174.40 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance\_javaw.exe\_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m Fabric Mods: ambientsounds: AmbientSounds 5.3.9 architectury: Architectury 11.1.17 cloth-config: Cloth Config v13 13.0.121 cloth-basic-math: cloth-basic-math 0.6.1 completeconfig: CompleteConfig 2.5.4 couplings: Couplings 1.9.5+1.20 com\_electronwill\_night-config\_core: core 3.6.6 com\_electronwill\_night-config\_toml: toml 3.6.6 creativecore: CreativeCore 2.11.26 net\_neoforged\_bus: bus 7.2.0 elytra\_aeronautics: Elytra aeronautics 1.3.0 com\_google\_code\_gson\_gson: gson 2.10.1 fabric-api: Fabric API 0.97.0+1.20.4 fabric-api-base: Fabric API Base 0.4.37+78d798af4f fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.50+82b1bb3e4f fabric-biome-api-v1: Fabric Biome API (v1) 13.0.17+78d798af4f fabric-block-api-v1: Fabric Block API (v1) 1.0.17+3e2216cb4f fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.5+78d798af4f fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.47+78d798af4f fabric-client-tags-api-v1: Fabric Client Tags 1.1.8+78d798af4f fabric-command-api-v1: Fabric Command API (v1) 1.2.42+f71b366f4f fabric-command-api-v2: Fabric Command API (v2) 2.2.21+78d798af4f fabric-commands-v0: Fabric Commands (v0) 0.2.59+df3654b34f fabric-containers-v0: Fabric Containers (v0) 0.1.87+df3654b34f fabric-content-registries-v0: Fabric Content Registries (v0) 5.0.16+78d798af4f fabric-convention-tags-v1: Fabric Convention Tags 1.5.11+78d798af4f fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.24+78d798af4f fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.5+b90db5744f fabric-data-generation-api-v1: Fabric Data Generation API (v1) 13.2.5+5c0133444f fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.62+78d798af4f fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.2+09fc25014f fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.2+389931eb4f fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.75+df3654b34f fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.47+78d798af4f fabric-item-api-v1: Fabric Item API (v1) 2.3.0+bcdd12964f fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.27+ee30b13a4f fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.42+78d798af4f fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.40+df3654b34f fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.1+a67ffb5d4f fabric-loot-api-v2: Fabric Loot API (v2) 2.1.10+78d798af4f fabric-message-api-v1: Fabric Message API (v1) 6.0.6+78d798af4f fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.66+78d798af4f fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.9+78d798af4f fabric-models-v0: Fabric Models (v0) 0.4.8+9386d8a74f fabric-networking-api-v1: Fabric Networking API (v1) 3.1.8+2e5ac5484f fabric-object-builder-api-v1: Fabric Object Builder API (v1) 13.1.0+dba1195c4f fabric-particles-v1: Fabric Particles (v1) 1.1.8+78d798af4f fabric-recipe-api-v1: Fabric Recipe API (v1) 2.0.21+78d798af4f fabric-registry-sync-v0: Fabric Registry Sync (v0) 4.0.20+ee30b13a4f fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.5+78d798af4f fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.5+78d798af4f fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.54+df3654b34f fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.43+73761d2e4f fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.2+e761c6694f fabric-rendering-v0: Fabric Rendering (v0) 1.1.57+df3654b34f fabric-rendering-v1: Fabric Rendering (v1) 3.2.1+6fd945a04f fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.15+78d798af4f fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.21+ee30b13a4f fabric-screen-api-v1: Fabric Screen API (v1) 2.0.18+78d798af4f fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.56+78d798af4f fabric-sound-api-v1: Fabric Sound API (v1) 1.0.18+78d798af4f fabric-transfer-api-v1: Fabric Transfer API (v1) 4.0.12+90f2d7b14f fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 5.0.15+78d798af4f fabric-language-kotlin: Fabric Language Kotlin 1.10.20+kotlin.1.9.24 org\_jetbrains\_kotlin\_kotlin-reflect: kotlin-reflect 1.9.24 org\_jetbrains\_kotlin\_kotlin-stdlib: kotlin-stdlib 1.9.24 org\_jetbrains\_kotlin\_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.24 org\_jetbrains\_kotlin\_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.24 org\_jetbrains\_kotlinx\_atomicfu-jvm: atomicfu-jvm 0.24.0 org\_jetbrains\_kotlinx\_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0 org\_jetbrains\_kotlinx\_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0 org\_jetbrains\_kotlinx\_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0 org\_jetbrains\_kotlinx\_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3 org\_jetbrains\_kotlinx\_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3 org\_jetbrains\_kotlinx\_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3 fabricloader: Fabric Loader 0.15.11 mixinextras: MixinExtras 0.3.5 forgeconfigapiport: Forge Config API Port 20.4.3 immersivemc: ImmersiveMC 1.5.0-beta1 inventoryprofilesnext: Inventory Profiles Next 1.10.10 java: OpenJDK 64-Bit Server VM 17 lambdynlights: LambDynamicLights 2.3.4+1.20.4 pride: Pride Lib 1.2.0+1.19.4 spruceui: SpruceUI 5.0.3+1.20.2 libipn: libIPN 4.0.2 lithium: Lithium 0.12.1 minecraft: Minecraft 1.20.4 modmenu: Mod Menu 9.2.0-beta.2 presencefootsteps: Presence Footsteps 1.9.4+1.20.4 kirin: Kirin UI 1.17.1+1.20.4 reacharound: Reacharound 1.1.2 sodium: Sodium 0.5.8+mc1.20.4 vivecraft: Vivecraft 1.20.4-1.1.9 org\_lwjgl\_lwjgl-openvr: lwjgl-openvr 3.3.2 org\_lwjgl\_lwjgl-openvr\_natives-linux: lwjgl-openvr 3.3.2 org\_lwjgl\_lwjgl-openvr\_natives-macos: lwjgl-openvr 3.3.2 org\_lwjgl\_lwjgl-openvr\_natives-windows: lwjgl-openvr 3.3.2 vrapi: mc-vr-api 3.0.7 Launched Version: fabric-loader-0.15.11-1.20.4 Launcher name: minecraft-launcher Backend library: LWJGL version 3.3.2-snapshot Backend API: Unknown Window size:  GL Caps: ERR GL debug messages:  Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Universe: 404 Type: Client (map\_client.txt) Locale: en\_US CPU:  
submitted by AbbreviationsKey9960 to fabricmc [link] [comments]


2024.05.20 01:12 Thomasmcdaniel9 Need help from players testing for bugs and issues

Need help from players testing for bugs and issues
If any of you guys would like to help test out these new servers for bugs and issues the ip is mc.gamersgulag.com
Bedrock port is 2255
Just message me or feel free to check it out. the discord channel is in the server you can add what you found there . or just post a reply to this post
https://preview.redd.it/hno66qxutg1d1.png?width=1477&format=png&auto=webp&s=e8a8b2c4b233f083dd61951811d8bf95b6d44ab0
submitted by Thomasmcdaniel9 to MinecraftServerFinder [link] [comments]


2024.05.20 01:09 TSGPL Is the battery inside my old Samsung Galaxy J5 a fire hazard if I keep it plugged in 24/7?

This might be a dumb question, but I thought I'd ask it anyways. It has a slightly used battery in it from 2019. And the IP Camera App I'm running on it is drawing enough power to discharge the battery, while the phone is still plugged into a 5v 1A charger.
submitted by TSGPL to batteries [link] [comments]


2024.05.20 01:09 ServicesVPN Warning from Yulu VPN: Risks of Fraud and Data Theft

Warning from Yulu VPN: Risks of Fraud and Data Theft
https://preview.redd.it/apv1v8yltg1d1.jpg?width=1000&format=pjpg&auto=webp&s=20c4e8b47990ad431feb6720f89f139a49394fc4
Yulu VPN markets itself as a Virtual Private Network (VPN) service provider, claiming to enhance online security and privacy through data encryption and IP address masking. However, serious concerns exist about the legitimacy of these claims and the integrity of the service. Complaints and user feedback suggest that Yulu VPN may not provide the advertised level of protection.
Reports indicate that Yulu VPN may engage in misleading practices, potentially exposing users to fraud and data theft risks. Users are urged to exercise extreme caution when choosing VPN providers and consider more transparent and trustworthy alternatives.
For those seeking reliable VPN services, ProtonVPN offers a robust free option, while NordVPN provides a high-quality paid service. Both alternatives are known for their strong security protocols and clear privacy policies.
submitted by ServicesVPN to u/ServicesVPN [link] [comments]


2024.05.20 01:06 M4C4BRO BIBLIOTECA MT

BIBLIOTECA MT

Biblioteca MT 1-MentalismoMentalismo-13 escalones del mentalismo-Arte de ler mentes-Henrik Fexeus-O mentalista-Tricks of the mind - Derren Brown-Absolute Magic-Derren Brown-Pure effect-Derren Brown-Easy mentalism-Practical Mental magic-Theodore AnnemannPsiquiatria-Manual de psiquiatria portugues-Cinema e LoucuraPsicologia-Psicologia Facil - Ana Merces Bahia BockPNL-Introdução à programação neurolinguística-Joseph 0'Connor e John Seymour-despertar do gigante interior-PNL Programacao Neurolinguistic - Steve Andreas-Usando Sua Mente (PNL) Richard Bandler-PNL: A Nova Tecnologia do SucessoNeurociência-Neurociências - Desvendando o sistema nervoso Bear, M. F., Connors, B. W., & Paradiso, M. A.,-As bases biologicas do comportamento-marcus brandao-Truques da mente-Stephen L.Macknik & Susana martinez-Condecom Sandra Blakeslee-Subliminar - Leonard MlodinowHipnose-Hipnoterapia Ericksoniana Passo a Passo-Sofia Bauer-hipnose - dicas, métodos e técnicas-o homem de fevereiro-erickson-Manual hipnose completo-fabio puentes-Hackeando mentes - Marcelo Maia-A Realidade é Plástica- Anthony JacquinSedução-Como se dar bem com as Mulheres - Ron Louis e David Copeland-A Arte Natural da Sedução - Richard La Ruina-Manual de Artes Venusianas-O Jogo-Neil Strauss-O livro negro da sedução-Biblia da seduçãoMicroexpressões-linguagem das Emocoes-Paul Ekman-O código de Ekman -A.Freitas Magalhães-Inteligência visual-Amy E.HermanPersuasão-As Armas da Persuasao - Robert B. Cialdini-Manual de Persuasão do FBI - Jack ShaferInterpretação-A preparação do Ator-StanislavskiMemorização-Mentes Geniais - Alberto Dell isola-Mentes BrilhantesArgumentação-A Arte de Argumentar-tratado de argumentação a nova retórica-Chaim Perelman-logica juridica-chaim perelman-Argumentação Juridica-Vitor Gabriel-schopenhauer - como vencer um debate - dialetica eristica-schoppenhauer - do pensar por si-Oratória-Reinaldo Polito-Introducao a retorica-Olivier Reboul-How to Argue & Win Every Time- Gerry SpenceRedação-tecnicas basicas de redacao-branca granaticPedagogia-A encantadora de BebesAdestramento-Adestramento Inteligente-Como Criar o Cão Perfeito Desde - Cesar MillanMotivação-Magica de Pensar Grande-David J SchwartzAMitologia-Mitologia Greco-Romana - René Ménard-Os Mitos Gregos-Robert GravesMágica-Ultimate secrets of card magic-Expert card technique -Jean Hugard & Frederick BraueMagia & Ocultismo A.Alquimia -Alquimia-Marie Louise Von Franz -Psicologia e Alquimia-C.G. Jung -Alquimia E A Imagição Ativa -Marie Louise Von Franz -Anatomia da psique alquimia B.Astrologia -Astrologia e Mitologia-Ariel Guttman e Kenneth Johnson -Curso Básico de Astrologia-MARION D. MARCH & JOAN McEVERS -A Astrologia e a Psique Moderna-DANE RUDHYAR -A Astrologia dos ciganos-Maria Helena Farelli C.Tarot -Tarô de Marselha-Paul Marteau -Tarô Dicionário & Compêndio Jana Riley -O Tarô e a Viagem do Herói-Hajo Banzhaf D.Magia -Dogma e Ritual da Alta Magia -Eliphas Lévi -O Livro Do Prazer-Austin Osman Spare -Lex Satanicus -Curso de magia-J. R. R. Abrahão -A Magia Do Vodu-Maria Helena Farelli -A Bíblia Satânica - Anton LaVey -O livro da Lei - Aleister Crowley2-TradingTrade-Apostila aprenda a investir na bolsa corretora xp-OPERANDO NO MERCADO COM MT4-Analise Fundamentalista-Os supersinais da analise técnica-Investir cada vez melhor-Sobreviva na bolsa-Aprenda a operar-Manual do pequeno investidor em - Fabio AlmeidaTransações imobiliarias-apostila TTI-como montar uma imobiliaria-dominio da venda imobiliariaEconomia-Freakonomics-SuperFreakonomics O Lado Oculto do Dia a Dia - Steven D. Levitt-Curso basico de macroeconomia-Historia Pensamento economico-manual de Economia da USP-Economia nua e crua - Charles WheelanADM-Manual do CEO-O CEO é o limiteEstratégia-os axiomas de Zurique-Pai rico pai pobre-investimentos O segredo de George Soros e Warren Buffet-O X da questão-Investimentos inteligentes - Gustavo CerbasiHistória-Sonho Grande-A jogada do seculo-Michael Lewis-Bumerangue-Michael Lewis-Flash Boys-Michael Lewis-O homem que roubou Portugal-Os Genios dos Negocios-Peter-Krass-Golpes bilionarios-kari nars-A ascensao do dinheiro - Niall Ferguson-A bola de neve-Alice Schroeder-crash-uma breve histria da economia-O Lobo de Wall Street - Jordan Belfort-O Sequestro da America - Charles H. Ferguson-Por que sai do Goldman Sachs - Greg Smith3-CiênciaMedicina———1-AnatomiaAnatomia Humana Basica Dangeloe FattiniAtlas de Anatomia Humana NetterAtlas Fotográfico de Anatomia - YokochiGrays p. estudant.Anatomia Moore orientada para a clínica2-FisiologiaFisiologia Humana - Dee Unglaub Silverthorn3-PatologiaBogliolo Patologia4-HistologiaHistologia Básica - Junqueira e Carneiro5-Biologia celularBiologia Celular e Molecular -Junqueira & Carneiro6-BioquímicaBioquímica Médica Básica de Marks7-Bioestatística8-Embriologiaembriologia clinica Moore9-MicrobiologiaMicrobiologia Medica - Patrick Murray10-ImunologiaMurphy - Imunobiologia De Janeway11-GenéticaGriffiths - Introdução à Genética12-ParasitologiaParasitologia Humana Neves13-RadiologiaFundamentos de Radiologia e Diagnóstico por imagemTratado de Técnica Radiológica - Bontrager14-FarmacologiaFarmacologia Básica Clínica Bertram Katzung Goodman - Farmacologia15-SemiologiaSemiologia Medica - PortoSemiologia BatesExame Clínico-PortoSemiologia médica - mario lópezSemiologia Médica - Rocco16-Clínica GeralHarrison - Medicina InternaCecil17-Urgência e EmergênciaATLSManual APH18-PediatriaBlackbook PediatriaNelson Tratado de Pediatria19-Ginecologia e ObstetríciaObstetricía RezendeObstetricia BasicaRotinas Em ObstetriciaGinecologia FundamentalRotinas em Ginecologia20-NeurologiaA Neurologia que todo médico deve saber - NitriniNeurociências - Bear, M. F., Connors, B. W., & Paradiso, M. A.Cem bilhoes de neuroniosNeuropsicologia - Roger Gil21-PsiquiatriaCompêndio de Psiquiatria - KaplanManual De Psiquiatria Portugues22-Cirurgia geralCirurgia ambulatorial - SavassiManual de técnica cirúrgica para a graduaçãoPropedeutica CirurgicaRuy Garcia - Tecnica Operatória e Cirurgia ExperimentalSabiston - Tratado de CirurgiaTECNICA CIRÚRGICA Goff23-CardiologiaCardiologia para Clinico GeralSerrano - Tratado de Cardiologia SOCESP24-Exames LaboratoriasExames Laboratoriais - Nemer, Neves e FerreiraMedicina Laboratorial para o ClínicoRenato Failace - Hemograma - Manual De Interpretação25-DiversosManual de Medicina Legal - Delton Croce JuniorFundamentos em Toxicologia de Casarett e DoullWilliams - Tratado de EndocrinologiaCurrent ReumatologiaDermatologia - Azulay & AzulayNefrologia - RiellaPneumologia - Série No ConsultórioAndrew Holtz - A ciência médica de HouseOnde não há medicoBiologiaQuimicaRotinas de enfermagemEngenharia———--Princípios de Mecatrônica-João Maurício RosárioFísica,Astronomia e Cosmologia———————————–-50 Ideias de Fisica Que Precisa - Joanne Baker-Física Moderna para iniciados, interessados e aficionados-O Universo Numa Casca de Noz-Stephen Hawking-Breve história do tempo-Stephen Hawking-O universo elegante - Brian Greene-A Realidade Oculta - Brian Greene-O Tecido do Cosmo - Brian Greene-Fisica do futuro - Michio Kaku-Hiperespaco - Michio Kaku-Mundos Paralelos - Michio Kaku-Batendo a porta do ceu - Lisa Randall-O cerne da matéria-Cosmos - Carl Sagan-El grande diseno-Stephen Hawking-E SE Respostas científicas para perguntas absurdas - Randall MunroeMatemática———--50 Ideias de Matematica Que Pre - Tony Crilly-17 Equacoes Que Mudaram o Mundo - Ian Stewart-20.000 léguas matemáticas-As maravilhas da matemática-Introdução a filosofia da matemática-O diabo dos numeros-O andar do bebado-Em busca do infinito-Os misterios dos numeros-Sera que Deus joga dados-Simetria matematica-A Matemática nos Tribunais - Leila Schneps, Coralie Colmez-Mathemagics How to Look Like a Genius Without Really Trying Mantesh Marked-Mania de matemática
-The Numbers Behind NUMB3RS-Keith Devlin & Gary LordenBiologia——–-50 Ideias Genetica - Mark Henderson-O Maior Espetáculo da Terra As Evidências da Evolução-Richard Dawkins-POR QUE A EVOLUÇÃO É UMA VERDADE -Jerry A. CoyneLógica——-A Arte de Pensar Claramente - Rolf Dobelli-Tratado Lógico Filosófico-Wittgeinstein-Pinóquio no País dos Paradoxos-Raciocínio Lógico e Matemática para Concursos CESPE/UNB-Raciocínio Lógico Passo A Passo -Cabral,Luiz Claudio; Nunes, Mauro César-Pense Como um Freak_ Como Pensa - Steven D. Levitt-Guia das falácias de Stephen Downes-Lógica jurídica-Chaim Perelman-Modal Logic for Open Minds - Johan van Benthem-Philosophical Perspectives on Infinity-Graham OppyBibliografia do CombateAMT-C 23-1 - Tiro Das Armas Portáteis- 1ª Parte - Fuzil-EB-C 23-1 - Tiro Das Armas Portáteis- 2ª Parte - Pistola-EB-Caderno de Instrução do Fuzil de Assalto 5,56 IA2 (EB70-CI-11.405)-EB-Catálogo de Armas-Rodrigo Pereira Larizzatti-C 5-37 Minas e Armadilhas-EB-IP-23-90 Morteiro 81 mm ROYAL ORDNANCE-EB-IP 23-34 Lança-Rojão 84mm(AT-4)-MCRP 3-01B Pistol Marksmanship - USMC-MCRP 3-01A Rifle Marksmanship U.S. Marine CorpsAssault-CI 7-5-2 Combate em área edificada-EB-CI 21-75 Patrulhas-EB-Manual de Conduta de Patrulha-PMESP-Apostila Instrução Tática Individual -FNSP-The Hunter’s page-Rodrigo Pereira Larizzatti-In0531 Combat in built up areas-Us ArmySniping-IP 21-2 Caçador-EB-CI 21-2-1 contra caçadores-EB-The Ultimate Sniper -Maj.John Plaster-B-GL-392-005/FP-001 Sniping -Canada-FM 3-22.10 FM 23 10 SNIPER TRAINING AND OPERATIONS-MCWP 3-15-3 Sniping-USMC-MI6-028 Tiradores de élite-Ejército de Tierra(Espanha)-Atirador de elite-Carlos DavidArtes Marciais-C 20-50 luta-EB-Ringue Master-Boxing-Edwin Haislet-Gracie Jiu-Jitsu - Thomas de Soto-A Biblia do MMA- Anderson Silva-Krav Maga-Kobi Lichtenstein-FM 3-25.150 Combatives-US Army-MCRP 3-02 Close Combat-US Marine Corps-Wrestling for Fighting The Natural Way-Randy Couture, Erich Krauss, Glen Cordoza e Eric Hendrikx-GET TOUGH! -W.E.FAIRBAIRN-Ninjutsu - Arte da resistencia-Mystic Art of the Ninja - Stephen Hayes-Ninja Combat Method - Stephen Hayes-Secrets from the Ninja Grandmaster-Stephen K. Hayes & Masaaki Hatsumi-The Way of the Ninja: Secret Techniques - Masaaki HatsumiTFM & Alimentação-EB20-MC-10.350 Treinamento Físico Militar-EB-Guia dos movimentos de musculação-Frédéric Delavier-Musculação além do anabolismo-Waldemar Marques Guimarães Neto-MD42-M-03 Manual de Alimentação das Forças Armadas-EBEsgrima-Manual de Ensino de Esgrima -Volume 1- FLORETE (EB60-ME-25.401)-EB-Manual de Ensino de Esgrima - Volume 2 – Espada (EB60-25.502)-EB-C 20-51-Esgrima-EBSobrevivência-IP 21-80-sobrevência na selva-EB-Fm 21 76 Survival manual- us army-SERE-FASOTRAGRUPAC /LANT 1520-8 (REV 1-99)APH & Medicina-MANUAL DE ATENDIMENTO PRÉ-HOSPITALAR-CBMDF-PROTOCOLO DE SUPORTE BÁSICO DA VIDA-CBMGO-ATLS Advanced Trauma Life Support-Colégio Americano de Cirurgiões Comitê de Trauma-Manual de Diagnóstico e Tratamento de Acidentes por Animais Peçonhentos-FUNASARastreamento-SIGN AND THE ART OF TRACKING-Christian Nellemann with Jack Kearney and Stig Nårstad-SAS Tracking Handbook-Barry Davies-The art of tracking the origin of science-LiebenbergManuais-cgcfn 1003 manual basico do fuzileiro naval-cgcfn 1004 combatente anfibio-Manual Operacional Do Policial Civil SPTécnicas Militares-C 22-5 ordem unida-EB-C-21-74 Instrução Individual-Exército Brasileiro(EB)-EB70-MC-10.233 Defesa QBN-EB-EB70-CI-11.002 CÃO DE GUERRA-EB-C-6-199 Topografia-EB-C-5-40 Camuflagem-EB-Manual de Operações de Choque-The Ultimate Parkour & Freerunning Book-Jan Witfeld, Ilona E. Gerling& Alexander PachApronto Operacional-EB70-CI-11.404 Caderno de Instrução de Aprestamento e Apronto Operacional-EB-Guia do Aluno Comanf-Marinha do Brasil-Orientação Cioesp - EB-Orientação Cigs - EB-Orientação Cam(Curso Avançado de Montanhismo) - EB-Orientação PQD - EBExplosivos-C 5-37 Minas e Armadilhas-EB-FM 5-25 Explosives & Demolitions-U.S.Army-TM 31-210 Improvised Munitions Handbook-U.S.Army-TM 9-1910 Military Explosives-US Army-TM 9-1300-214 Military Explosives-US Army-The Anarchist Cookbook-William Powell-Guerilla Arsenal- David Harber-The Anarchist Arsenal-David Harber-The Advanced Anarchist Arsenal-David Harber-The Preparatory Manual of Explosives-Jared B.Ledgard-Kitchen Improvised Fertilizer Explosives-Tim Lewis-Homemade Semtex-Seymour Lecker-Science of Revolutionary Warfare-Johann Most-The Explosives Course-Abu Khabab al-Masri(Midhat Mursi)-Ragnar’s Homemade Detonators-Ragnar BensonMergulho-B-GL-361-007/FP-001 Combat Diving-National Defense Canada-MANUAL DE NATAÇÃO EsEFEx-EB-U.S. Navy Diving Manual SS521-AG-PRO-010-MANUAL DE OPERAÇÕES DE MERGULHO-CBMESP-A Guide to Public Safety Diving-North Carolina PSD Standards-Manual Operacional de Bombeiros-CBMGO-FM 3-05.212 Special Forces Waterborne Operations-US Army-MULTI-SERVICE TACTICS, TECHNIQUES,AND PROCEDURES FORMILITARY DIVING OPERATIONS-Headquarters of the Army, Marine Corps, Navy, Air Force, andCoast Guard USParaquedismo-CADERNO DE INSTRUÇÃO DE TREINAMENTO E TÉCNICA BÁSICA DO PARAQUEDISTA MILITAR EB70-CI-11.001 -EB-MANUAL TÉCNICO DO MESTRE DE SALTO PARAQUEDISTA-EB-Manual Técnico de Salto Livre (EB60-MT-34.405)-EBEquitação-Manual Técnico Equitação (EB60- MT-26.401)-EB-Manual Equitação da Federação Paulista de HipismoOperações-M016 Manual Tecnica Esqui-Ejército de Tierra(Espanha)-Ci9011 Assalto Aeromóvel e Infiltração aeromóvel-EB-Cold Region Operations ATTP 3-97.11/MCRP 3-35.1D (FM 31-70 and FM 31-71)-US Army-MOUNTAIN OPERATIONS FM 3-97.6 (90-6)-US Army-DESERT OPERATIONS-FM 90-3/FMFM 7-27-US Army-Jungle Operations-FM 90-5-US Army-MILITARY MOUNTAINEERING FM 3-97.61(TC 90-6-1)-US ArmyEspionagem-CIA-Manual Oficial truques e espionagem-H.Keith Melton-Techiques of the professional pickpocket-Wayne B.Yeager-Curso de Introdução à Atividade de Inteligência – CIAI-CGISistemas de armasA.Aeronaves-Art of the kill-Pete Bonanni-Natops Flight Manual F16-Natops Flight Manual F18-Natops Flight Manual F14-FLIGHT MANUAL EuroFighter v1-TM 1-1520-251-10 HELICOPTER, ATTACK,AH-64D LONGBOW APACHE-DEPARTMENT OF THE ARMY USB.Submarinos-Conocimientos submarinos S-70-Armada EspañolaC.Barcos-Manual de Marinero y del Soldado de infantería de Marina-Armada Española-Manual de policiamento fluvial-PPMPA (Pará)D.Cavalaria-IP 17-82 - A VIATURA BLINDADA DE COMBATE - CARRO DE COMBATE LEOPARD 1 A1-EB-Manual M113-Exército PortuguêsE.Artilharia-SERVIÇO DA PEÇA DO OBUSEIRO 155 mm M109 A3-EBRocketry-Fundamentals of Guided Missiles-S. R. Mohan-AFM 52-31 Guided Missile Fundamentals-Department of the Air Force-Advances in Missile Guidance, Control, and EstimationGunsmithing-Gunsmithing at Home Lock Stock & Barrel- John E.Traister-Building Firearms-Harold HoffmanArmas Nucleares-U.S. Nuclear Weapons - The Secret History Hardcover-Chuck Hansen-Swords of Armageddon - Chuck Hansen-Dark Sun: The Making of the Hydrogen Bomb-Richard Rhodes-The Making of the Atomic Bomb-Richard Rhodes-Atomic Accidents: A History of Nuclear Meltdowns and Disasters- James MahaffeyEngenharia Naval-SNAME Ship Design & Construction-Engineering Economics and Ship Design - BuxtonEstratégia militar-Field Manual of Military Operations (FM 3–0)-United States Army-Manual de Campanha C 124-1 - Estratégia-EB-As grandes estratégias - John Lewis GaddisCriminalística-Techniques of Crime Scene investigation-Barry A.J Fisher-Procedimento operacional padrão:Perícia Criminal-Ministério da Justiça BR-Manual de orientação de quesitos da perícia criminal-DPF-Introduction to Criminalistics-Barry A.J Fisher,William J.Tilstone e Catherine Woytowicz-Fundamentals of forensic science- Max M. Houck & Jay A. Siegel-Ciências Forenses-Alberi Espindula,Gustavo Caminoto Geiser e Jesus Antonio VelhoA.Localística-Practical Crime Scene Processing and InvestigationB.Balística-Hanbook of Firearms and Ballistics-Brian J.HeardC.Hematologia Forense-Interpretation of Bloodstain Evidence at Crime Scenes-Stuart H.James & William G.Eckert-Bloodstain Pattern Analysis -Tom Bevel & Ross M. GardnerMedicina Legal-Medicina Legal-Genival Veloso-Manual técnico-operacional para os médicos-legistas do Estado de São Paulo-Manual de Medicina Legal - Delton Croce Junior-Manual de Técnicas em Necropsia médico-legal-Luiz Carlos L.Prestes Jr. &Roger AncillottiPsicologia ForenseA.Perfil-Serial Killer louco ou cruel-Ilana Casoy-Mentes Perigosas - O Psicopata - Ana Beatriz Barbosa SilvaB.Microexpressões-Linguagem das Emoções-Paul Ekman-O código de Ekman -A.Freitas Magalhães-Inteligência visual-Amy E.HermanC.Persuasão-As Armas da Persuasao - Robert B. Cialdini-Manual de Persuasão do FBI - Jack Shafer-Oratória-Reinaldo PolitoD.Adestramento-Adestramento Inteligente-Como Criar o Cao Perfeito Desde - Cesar MillanE.Motivação-Magica de Pensar Grande-David J SchwartzALógica-Raciocínio Lógico Passo A Passo -Cabral,Luiz Claudio; Nunes, Mauro CésarHistória-The illustrated guide to the world’s top counter-terrorist forces-Samuel M.Katz-Bushido (o Código do Samurai)-Daidoji Yuzan-DA GUERRA-CARL VON CLAUSEWITZ-A Arte da guerra-Sun Tzu-O Livro dos Cinco Anéis-Miyamoto Musashi-Charlie Oscar Tango-Eduardo Betini e Fabiano Tomazi-Oscar Alfa-Fabiano Tomazi-Elite da tropa- André Batista, Rodrigo Pimentel e Luiz Eduardo Soares-Falcão Negro em Perigo-Mark Bowden-Não há dia fácil-Mark Owen-Seal team six -Howard E.Wasdin & Stephen Templin-Diário de um policial-Diógenes Lucca-COE Comandos e Operações Especiais-por Luis Augusto Pacheco Ambar (Autor), Guto Ambar (Fotógrafo)-Matar ou Morrer-Conte Lopes-Rota 66-Caco Barcellos-Thoughts of a Sniper-Vasily Zaitsev-O diário de Guantánamo- Mohamedou Ould SlahiCrime Organizado-A Guerra: a ascensão do PCC e o mundo do crime no Brasil-Bruno Paes Manso e Camila Nunes Dias-Laços de Sangue. A História Secreta do PCC-Marcio Sergio Christino & Claudio Tognolli-Quatrocentos Contra um (uma Historia do Comando Vermelho)- William da Silva LimaFicção-Shibumi-Trevanian-Tom Clancy - A Caçada ao Outubro Vermelho-Tom Clancy - A Soma de Todos os Medos-Tom Clancy Morto ou Vivo-Scarpetta - Patricia Cornwell-Dexter - Design de um Assassino - Jeff Lindsay-Querido e Devotado Dexter - Jeff Lindsay-Duplo Dexter - Jeff LindsayDocumentários-Guerreiro Mais Mortal-Sniper: Deadliest Missions(Sniper:Atiradores de Elite (BR))-Generais em guerra-National Geographic-SAS Survival Secrets-Arma Humana (Human Weapon)-The History Channel-Por Dentro do Mossad-Duki Dror-Terrorismo atentados frustrados - Netflix-Medalha de honra-Netflix-The secrets of seal team six(Secretos de los SEALS VI(espanhol))-COMBATES AÉREOS(Dogfights)-History Channel-Preparados para o fim do mundo -National Geographic-À Prova de Tudo(Man vs. Wild)-Bear Grylls-No Pior Dos Casos-Bear Grylls-A vida em um milhão de anos-NatGeoFilmes-Falcão Negro em Perigo-Ridley Scott-Até o Limite da Honra-Ridley Scott-13 Horas: Os Soldados Secretos de Benghazi-Michael Bay-Sniper Americano- Clint Eastwood-Rede de Mentiras-Ridley Scott-Rota Comando-Elias Junior-S.W.A.T. - Comando Especial-Clark Johnson-Tropa de Elite-José Padilha-A Hora Mais Escura-Kathryn Bigelow-44 Minutos-Yves Simoneau-Beasts of No Nation-Cary Fukunaga-Ameaça Terrorista-Gregor Jordan-Círculo de Fogo (Enemy at the Gates)-Missão Impossível(Saga)-A Identidade Bourne-Doug Liman-Colombiana-Olivier MegatonSéries-Band of Brothers-Phil Alden Robinson et al-White Collar-Jeff Eastin-Generation Kill- Iraque 40 dias de horror-Patrick Norris et al-Polícia 24h-Diego Guebel-Operação de Risco- Carla Albuquerque & Eduardo OliveiraGames-Arma 3-Insurgency-Tom Clancy’s Splinter Cell: Blacklist-Tom Clancy’s Rainbow Six: Vegas-Tom Clancy’s Ghost Recon: Future Soldier-Call of Duty 4: Modern Warfare-Call of Duty: Advanced Warfare-Tom Clancy’s H.A.W.X-ACE COMBAT 7: SKIES UNKNOWN-Microsoft Flight Simulator-X-Plane 11-Ship Simulator Extremes-UBoat-World of Warships4-ArteSadismo-120 dias de sodoma-Justine-Marques de Sade-O orgasmo multiplo do homem-Sexo Tântrico - Alicia Gallotti-Dossiê do beijo5-CeticismoAteísmo-God The Failed Hypothesis- Victor J. Stenger-The Miracle of Theism Arguments for and Against the Existence of God- J L Mackie-The Non Existence of God-Nicholas-Everitt-Arguing About Gods-Graham Oppy-Iron Chariots Wiki-Arguing for Atheism-Robin Le Poidevin-O relojoeiro cego-Dawkins-Atheism: A Philosophical Justification Michael Martin-Logic and Theism - Jordan Sobel-The Cambridge Companion to Atheism - Michael Martin-Irreligion -John Allen Paulos-A Cosmological Argument for a Self-Caused-Quentin SmithCeticismo-The Skeptic’s Dictionary- Robert Todd Carroll-The Skeptic Encyclopedia of Pseudoscience - Michael Shermer-An Encyclopedia of claims,frauds,and Hoaxes ofthe Occult and Supernatural- James Randi-O Mundo Assombrado pelos Demonios-Carl Sagan-Cerebro e Crenca - Michael Shermer-Por que as Pessoas Acreditam em - Michael Shermer-Pura Picaretagem - Daniel Bezerra6-Budismo-A Doutrina de Buda-contos zen budistas-O cérebro de Buda-O Livro de ouro do Zen -David Scott & Tony DoubledayBIBLIOTECA MT
submitted by M4C4BRO to u/M4C4BRO [link] [comments]


2024.05.20 01:06 RedsModerator The Reds fell to the Dodgers by a score of 3-2 - Sun, May 19 @ 04:10 PM EDT

Reds @ Dodgers - Sun, May 19

Game Status: Game Over - Score: 3-2 Dodgers

Links & Info

Reds Batters AB R H RBI BB K LOB AVG OBP SLG
1 Benson - LF 2 0 0 0 1 1 2 .191 .285 .388
b-Steer - PH 0 0 0 1 1 0 0 .224 .337 .373
1-Hurtubise - LF 1 0 1 0 0 0 0 .250 .333 .250
2 De La Cruz, E - SS 5 0 0 0 0 4 7 .256 .352 .476
3 Ford, M - DH 5 0 0 0 0 1 5 .156 .174 .267
4 Candelario - 1B 4 0 0 0 0 1 2 .220 .285 .387
5 Fraley - RF 5 0 0 0 0 1 2 .272 .327 .359
6 India - 2B 3 1 0 0 1 1 0 .219 .327 .295
7 Fairchild - CF 4 1 2 0 0 1 0 .226 .301 .369
8 Espinal - 3B 4 0 1 1 0 0 2 .200 .254 .286
9 Maile - C 2 0 1 0 0 1 1 .158 .273 .246
a-Stephenson, T - C 1 0 1 0 1 0 0 .273 .352 .473
Totals 36 2 6 2 4 11 21
Reds
a-Intentionally walked for Maile in the 7th. b-Walked for Benson in the 7th. 1-Ran for Steer in the 7th.
BATTING: 2B: Maile (2, Knack); Fairchild (3, Knack); Espinal (3, Knack). TB: Espinal 2; Fairchild 3; Hurtubise; Maile 2; Stephenson, T. RBI: Espinal (15); Steer (31). Runners left in scoring position, 2 out: Ford, M 2; De La Cruz, E 3; Fraley; Benson. Team RISP: 1-for-12. Team LOB: 10.
FIELDING: DP: (India-De La Cruz, E-Candelario).
Dodgers Batters AB R H RBI BB K LOB AVG OBP SLG
1 Betts - SS 5 0 1 0 0 0 4 .337 .435 .553
2 Ohtani - DH 4 0 2 1 0 1 1 .353 .423 .658
3 Freeman, F - 1B 4 1 1 0 0 1 3 .294 .407 .446
4 Hernández, T - LF 3 0 1 0 1 1 1 .246 .309 .471
5 Pages - CF 4 1 1 2 0 1 1 .265 .301 .451
6 Lux - 2B 4 0 0 0 0 1 1 .194 .248 .258
7 Heyward - RF 4 1 1 0 0 2 1 .238 .261 .381
8 Hernández, K - 3B 3 0 0 0 1 2 2 .213 .286 .287
9 Barnes, A - C 2 0 0 0 0 1 1 .189 .318 .216
a-Smith, W.D. - PH 0 0 0 0 1 0 0 .307 .379 .464
Totals 33 3 7 3 3 10 15
Dodgers
a-Walked for Barnes, A in the 10th.
BATTING: HR: Pages (5, 4th inning off Greene, H, 1 on, 1 out). TB: Betts; Freeman, F; Hernández, T; Heyward; Ohtani 2; Pages 4. RBI: Ohtani (33); Pages 2 (16). 2-out RBI: Ohtani. Runners left in scoring position, 2 out: Freeman, F; Betts; Heyward. SAC: Barnes, A. GIDP: Freeman, F. Team RISP: 1-for-9. Team LOB: 7.
FIELDING: E: Yarbrough (1, throw).
Reds Pitchers IP H R ER BB K HR P-S ERA
Greene, H 6.1 4 2 2 2 8 1 105-72 3.22
Cruz, F 0.2 0 0 0 0 1 0 6-5 5.03
Moll 0.2 2 0 0 0 0 0 15-8 3.00
Pagán 1.0 0 0 0 0 0 0 11-5 4.19
Díaz, A (L, 1-3) 1.0 1 1 0 1 1 0 21-12 7.02
Totals 9.2 7 3 2 3 10 1
Dodgers Pitchers IP H R ER BB K HR P-S ERA
Knack 4.2 3 1 1 1 5 0 64-43 2.61
Yarbrough 1.2 1 1 1 2 1 0 31-20 2.70
Vesia (BS, 1) 1.2 0 0 0 1 3 0 27-19 1.23
Treinen 1.0 2 0 0 0 1 0 17-12 0.00
Banda (W, 1-0) 1.0 0 0 0 0 1 0 9-7 0.00
Totals 10.0 6 2 2 4 11 0
Game Info
WP: Greene, H; Treinen.
IBB: Stephenson, T (by Yarbrough).
HBP: Candelario (by Yarbrough); Ohtani (by Greene, H).
Pitches-strikes: Greene, H 105-72; Cruz, F 6-5; Moll 15-8; Pagán 11-5; Díaz, A 21-12; Knack 64-43; Yarbrough 31-20; Vesia 27-19; Treinen 17-12; Banda 9-7.
Groundouts-flyouts: Greene, H 5-4; Cruz, F 0-0; Moll 1-0; Pagán 0-1; Díaz, A 0-0; Knack 5-2; Yarbrough 2-0; Vesia 1-0; Treinen 0-0; Banda 2-0.
Batters faced: Greene, H 26; Cruz, F 2; Moll 3; Pagán 2; Díaz, A 5; Knack 18; Yarbrough 9; Vesia 6; Treinen 5; Banda 3.
Inherited runners-scored: Cruz, F 1-0; Pagán 1-0; Yarbrough 1-0; Vesia 3-1.
Umpires: HP: Chad Whitson. 1B: Bill Miller. 2B: Malachi Moore. 3B: Doug Eddings.
Weather: 70 degrees, Partly Cloudy.
Wind: 6 mph, Out To CF.
First pitch: 1:10 PM.
T: 2:54.
Att: 52,656.
Venue: Dodger Stadium.
May 19, 2024
Inning Scoring Play Score
Bottom 4 Andy Pages homers (5) on a fly ball to left field. Freddie Freeman scores. 2-0 LAD
Top 5 Santiago Espinal doubles (3) on a line drive to left fielder Teoscar Hernández. Stuart Fairchild scores. 2-1 LAD
Top 7 Spencer Steer walks. Jonathan India scores. Stuart Fairchild to 3rd. Tyler Stephenson to 2nd. 2-2
Bottom 10 Shohei Ohtani singles on a sharp line drive to right fielder Jake Fraley. Jason Heyward scores. Will Smith to 2nd. 3-2 LAD
Team Highlight
LAD Mookie Betts' single (00:00:13)
CIN Santiago Espinal's RBI double (00:00:18)
LAD Landon Knack K's Luke Maile (00:00:06)
LAD Landon Knack K's five (00:00:44)
CIN Spencer Steer's RBI walk (00:00:07)
CIN Hunter Greene K's Enrique Hernández (00:00:25)
LAD Shohei Ohtani's single (00:00:16)
CIN Stuart Fairchild reaches second on throwing error (00:00:17)
LAD Blake Treinen K's Elly De La Cruz (00:00:07)
LAD Anthony Banda K's Mike Ford (00:00:06)
1 2 3 4 5 6 7 8 9 10 R H E LOB
Reds 0 0 0 0 1 0 1 0 0 0 2 6 0 10
Dodgers 0 0 0 2 0 0 0 0 0 1 3 7 1 7

Decisions

Division Scoreboard

BOS 11 @ STL 3 - Final
MIL 4 @ HOU 9 - Final
PIT 3 @ CHC 2 - Final
Next Reds Game: Tue, May 21, 06:40 PM EDT vs. Padres (1 day)
Last Updated: 05/19/2024 07:11:26 PM EDT
submitted by RedsModerator to Reds [link] [comments]


2024.05.20 01:05 RepeatNo7145 Los datos personales en el ámbito de videojuegos y como protegerlos

Los datos personales en el ámbito de los videojuegos se refieren a cualquier información que pueda identificar a un individuo o estar relacionada con él. En el contexto de los videojuegos, esto abarca una amplia gama de datos que pueden ser recopilados, almacenados y utilizados por los desarrolladores de juegos, plataformas de juegos, y otras entidades involucradas. Aquí hay una explicación detallada de los tipos de datos personales y su uso en los videojuegos:
Tipos de Datos Personales en Videojuegos
  1. Información de Registro:
    1. Nombre completo
    2. Dirección de correo electrónico
    3. Nombre de usuario y contraseñas
    4. Fecha de nacimiento
  2. Datos Financieros:
    1. Información de tarjetas de crédito
    2. Detalles de cuentas de pago (como PayPal)
  3. Datos de Jugabilidad:
    1. Estadísticas de juego
    2. Historial de partidas
    3. Logros y puntuaciones
    4. Preferencias de juego
  4. Datos Técnicos:
    1. Dirección IP
    2. Información del dispositivo
    3. Datos de geolocalización
  5. Datos de Interacción Social:
    1. Mensajes en chats dentro del juego
    2. Lista de amigos y contactos
    3. Participación en foros y comunidades de juego
Medidas para proteger más nuestro datos en los videojuegos
Proteger los datos personales en el ámbito de los videojuegos es crucial para mantener la privacidad y seguridad de los jugadores. A continuación, se presentan algunas medidas prácticas que tanto los usuarios como los desarrolladores y las plataformas de videojuegos pueden adoptar para proteger mejor estos datos:
Medidas para los Usuarios
  1. Contraseñas Fuertes y Únicas
  2. Autenticación de Dos Factores
  3. No compartir información personal sensible en chats
  4. Actualización Regular del Software (tanto del juego como tu antivirus)
  5. Revisar Políticas de Privacidad
  6. Opta por no participar en la recopilación de datos no esenciales
Medidas para los Desarrolladores y Plataformas de Videojuegos
  1. Cifrado de Datos
  2. Autenticación y Autorización Robusta
  3. Políticas de Privacidad Claras y Transparentes
  4. Minimización de Datos
  5. Auditorías de Seguridad Regulares
  6. Formación y Concienciación del Personal
  7. Medidas de Respuesta a Incidentes
  8. Cumplir con las normativas de protección de datos
Referencias
European Commission. (2018). General Data Protection Regulation (GDPR).
submitted by RepeatNo7145 to VJLegislaYPrivacidad [link] [comments]


2024.05.20 01:05 DodgerBot Postgame Thread ⚾ Reds 2 @ Dodgers 3

Line Score - Game Over

1 2 3 4 5 6 7 8 9 10 R H E LOB
CIN 0 0 0 0 1 0 1 0 0 0 2 6 0 10
LAD 0 0 0 2 0 0 0 0 0 1 3 7 1 7

Box Score

LAD AB R H RBI BB SO BA
SS Betts 5 0 1 0 0 0 .337
DH Ohtani 4 0 2 1 0 1 .353
1B Freeman, F 4 1 1 0 0 1 .294
LF Hernández, T 3 0 1 0 1 1 .246
CF Pages 4 1 1 2 0 1 .265
2B Lux 4 0 0 0 0 1 .194
RF Heyward 4 1 1 0 0 2 .238
3B Hernández, K 3 0 0 0 1 2 .213
C Barnes, A 2 0 0 0 0 1 .189
PH Smith, W.D. 0 0 0 0 1 0 .307
LAD IP H R ER BB SO P-S ERA
Knack 4.2 3 1 1 1 5 64-43 2.61
Yarbrough 1.2 1 1 1 2 1 31-20 2.70
Vesia 1.2 0 0 0 1 3 27-19 1.23
Treinen 1.0 2 0 0 0 1 17-12 0.00
Banda 1.0 0 0 0 0 1 9-7 0.00
CIN AB R H RBI BB SO BA
LF Benson 2 0 0 0 1 1 .191
PH Steer 0 0 0 1 1 0 .224
LF Hurtubise 1 0 1 0 0 0 .250
SS De La Cruz, E 5 0 0 0 0 4 .256
DH Ford, M 5 0 0 0 0 1 .156
1B Candelario 4 0 0 0 0 1 .220
RF Fraley 5 0 0 0 0 1 .272
2B India 3 1 0 0 1 1 .219
CF Fairchild 4 1 2 0 0 1 .226
3B Espinal 4 0 1 1 0 0 .200
C Maile 2 0 1 0 0 1 .158
C Stephenson, T 1 0 1 0 1 0 .273
CIN IP H R ER BB SO P-S ERA
Greene, H 6.1 4 2 2 2 8 105-72 3.22
Cruz, F 0.2 0 0 0 0 1 6-5 5.03
Moll 0.2 2 0 0 0 0 15-8 3.00
Pagán 1.0 0 0 0 0 0 11-5 4.19
Díaz, A 1.0 1 1 0 1 1 21-12 7.02

Scoring Plays

Inning Event Score
B4 Andy Pages homers (5) on a fly ball to left field. Freddie Freeman scores. 2-0
T5 Santiago Espinal doubles (3) on a line drive to left fielder Teoscar Hernández. Stuart Fairchild scores. 2-1
T7 Spencer Steer walks. Jonathan India scores. Stuart Fairchild to 3rd. Tyler Stephenson to 2nd. 2-2
B10 Shohei Ohtani singles on a sharp line drive to right fielder Jake Fraley. Jason Heyward scores. Will Smith to 2nd. 3-2

Highlights

Description Length
Bullpen availability for Los Angeles, May 19 vs Reds 0:07
Bullpen availability for Cincinnati, May 19 vs Dodgers 0:07
Bench availability for Los Angeles, May 19 vs Reds 0:07
Fielding alignment for Los Angeles, May 19 vs Reds 0:11
Bench availability for Cincinnati, May 19 vs Dodgers 0:07
Fielding alignment for Cincinnati, May 19 vs Dodgers 0:11
Starting lineups for Reds at Dodgers - May 19, 2024 0:09
Measuring the stats on Andy Pages' home run 0:11
Visualizing Andy Pages' swing using bat tracking technology 0:11
Breaking down Landon Knack's pitches 0:04
Hunter Greene's outing against the Dodgers 0:22
Breaking down Hunter Greene's pitches 0:04
Jonathan India's diving stop 0:23
Mookie Betts' single 0:13
Andy Pages' two-run homer (5) 0:28
Santiago Espinal's RBI double 0:18
Landon Knack K's Luke Maile 0:06
Landon Knack K's five 0:44
Spencer Steer's RBI walk 0:07
Hunter Greene K's Enrique Hernández 0:25
Shohei Ohtani's single 0:16
Stuart Fairchild reaches second on throwing error 0:17
Blake Treinen K's Elly De La Cruz 0:07
Anthony Banda K's Mike Ford 0:06

Decisions

Winning Pitcher Losing Pitcher Save
Banda (1-0, 0.00 ERA) Díaz, A (1-3, 7.02 ERA)
Game ended at 4:05 PM.
submitted by DodgerBot to Dodgers [link] [comments]


2024.05.20 01:04 M4C4BRO Bibliografia Política

Bibliografia Política

1-Economia
-Curso básico de microeconomia - José Carrera-Fernandez
-Macroeconomia para executivos - Cristiane Alkmin Junqueira Schmidt e Fábio Giambiagi
-Freakonomics
-Opções, futuros e outros derivativos - John C. Hull
-Projeto nacional - Ciro Gomes
-O Estado Empreendedor- Mariana Mazzucato
-This time is different’ (Desta vez é diferente) Carmen Reinhart e Kenneth Rogoff.
Máfia econômica
-Capitalismo de laços - Sérgio G. Lazzarini
-O que os Donos do Poder não Querem que você saiba- Eduardo Moreira
2-Orçamento
Follow The Money
Gestão Pública
-Administração pública-Augustinho Paludo
-Gestão da regulação - Ivan Antônio Pinheiro
Relações Governamentais
https://pt.wikipedia.org/w/index.php? title=Lobismo&oldid=[59036860](tel:59036860)
https://pt.wikipedia.org/w/index.php? title=Relações_Governamentais&oldid=[54006172](tel:54006172)
3-Trabalho
  • Curso de direito do trabalho - Luciano Martinez
4-Educação
5-Saúde
-Legislação do SUS - Conselho Nacional de Secretários de Saúde CONASS -Para entender a gestão do SUS - Conass
6-Justiça
-Exame de ordem da OAB: Doutrina – Volume único - Coordenação Vauledir Ribeiro Santos
Código Comercial
Lei nº 556, 25.6.1850
Código Civil
Lei nº 10.406, 10.1.2002
Código de Águas
Dec nº 24.643, 10.7.1934
Código de Defesa do Consumidor
Lei nº 8.078, [11.09.1990](tel:11091990)
Código Penal
Del nº 2.848, 7.12.1940
Código de Processo Penal
Del nº 3.689, 3.10.1941
Código Brasileiro de Telecomunicações
Lei nº 4.117, 27.8.1962
Código Florestal
Lei nº 12.651, 25.5.2012
Código Eleitoral
Lei nº 4.737, 15.7.1965
Código Tributário Nacional
Lei nº 5.172, [25.10.1966](tel:25101966)
Código de Processo Penal Militar
Del 1.002, de [21.10.1969](tel:21101969)
Código Penal Militar
Del 1.001, de [21.10.1969](tel:21101969)
Código de Mineração - Código de Minas
Del nº 227, 28.2.1967
Código de Caça - Proteção a Fauna
Lei nº 5.197, 3.1.1967
Código de Processo Civil
Lei nº 13.105, de 2015
Código Brasileiro de Aeronáutica
Lei nº 7.565, [19.12.1986](tel:19121986)
Código de Propriedade Industrial
Lei nº 9.279, 14.5.1996
Código de Trânsito Brasileiro
Lei nº 9.503, 23.9.1997
7-Segurança
-Análise de Crime para Solucionadores de Problemas Em 60 Pequenos Passos - Ronald V. Clarke & John E. Eck -Crime organizado - Cleber Masson e Vinícius Marçal -A república das milícias-Bruno Paes Manso
Inteligência Financeira -Lavagem de dinheiro - André Luís Callegari e Ariel Barazzetti Weber
Córtex - Seopi https://theintercept.com/2020/09/21/governo-vigilancia-cortex/
Geo-Pr https://theintercept.com/2016/12/05/abin-tem-megabanco-de-dados-sobre-movimentos-sociais/
Defesa Civil - Emergência (Emergency - This book will save your life) - Neil Strauss - FM 21-76 US ARMY SURVIVAL MANUAL - IP 21-80 - SOBREVIVÊNCIA NA SELVA
Bombeiros -Manual básico de Bombeiro Militar CBMERJ
8-Defesa
Estratégia -Livro Branco da Defesa -Estratégia Nacional de Defesa -A arte da guerra - Sun Tzu -Da Guerra-CARL VON CLAUSEWITZ -Sobre a guerra - Napoleão Bonaparte -The Influence of Sea Power Upon History [1660 - 1783](tel:16601783) Alfred Thayer Mahan -O Príncipe - Nicolau Maquiavel -As grandes estratégias - John Lewis Gaddis
Gestão e Logística -Relatórios de Gestão - Defesa/EB/MB/FAB
Geopolítica -A vingança da Geografia - Robert D. Kaplan -A desordem mundial - Luiz Alberto Moniz Bandeira
https://en.m.wikipedia.org/wiki/Geostrategy
Jogos de Guerra e Operações
Palavras-chave: Military Decision-Making Process MDMP
Funções de combate: Movimento e Manobra, Inteligência, Comando e Controle, Fogos, Proteção e Logística
-The Complete Wargames Handbook -James F. Dunnigan -Smartbooks Christopher Larsen & Norman M. Wade -FM 6-0, Commander and Staff Organization and Operations -FM 3-0 Operations -FM 3-90 Tácticas ( espanhol) -Gary Grigsbys War in the East (jogo) -Command: Modern Air / Naval Operarions (jogo) - EB60-ME-11.401 Manual de Ensino Dados Médios de Planejamento Escolar - FM 3-24.2 (FM 90-8, FM 7-98) Tactics in Counterinsurgency
https://www.doctrine.af.mil/Operational-Level-Doctrine/
Manuais -TC 3-21-76 Ranger Handbook -FM 23-10 Sniper Training -The Ultimate Sniper -EJC-3-218 Manual de instrucción y entrenamiento tiradores de alta precision -In0531 Combat in built up areas-Us Army
Inteligência -Serviços Secretos - André Soares -Doutrina e Método -Escola Superior de Inteligência -Belo Horizonte -Spycraft-Robert Wallace and H. Keith Melton with Henry R. Schlesinger -Fundamentos de metodologia científica - Marina de Andrade Marconi e Eva Maria Lakatos -Pesquisa operacional Para Cursos De Engenharia - Belfiore & Fávero -Data Science do Zero - Joel Grus -Inteligência artificial -Stuart Russell e Peter Norvig -Teoria dos Jogos - Ronaldo Fiani -O segredo judaico de resolução de problemas - Nilton Bonder -Super previsões - Dan Gardner -Método Grumbach de Gestão Estratégica
Defesa Cibernética -Contagem Regressiva ate Zero Day
Links
Abed https://www.instagram.com/abed_defesa/ https://youtube.com/c/ABEDAssocia%C3%A7%C3%A3oBrasileiradeEstudosdeDefesa
📌Mídia Especializada
https://smallwarsjournal.com/
📂Neutra
-Synopsis https://youtube.com/channel/UCcs-LNN1N_n2K-Te0Y6hGYQ
📂Direita
-Canal Arte da Guerra - Robison Farinazzo https://youtube.com/c/ARTEDAGUERRA
-Mahanology Español https://youtube.com/channel/UCB4fkJFzb6y15Vae83w3nWw
-Hablemos de Guerra https://youtube.com/channel/UC5aYhVHQc4FtcUDWsllx0UA
-Base militar vídeo magazine https://youtube.com/c/BASEMILITARV%C3%8DDEOMAGAZINE
-Caiafa Master https://youtube.com/c/caiafamaster
-Forças de Defesa https://youtube.com/c/For%C3%A7asdeDefesa
📌Think Tank
https://www.understandingwar.org/
9-Relações Exteriores
-Relações Internacionais - Demetrio Magnoli
-Ordem Mundial - Henry Kissinger
10-Direitos Humanos
-Curso de Direitos Humanos - André de Carvalho Ramos
-International Human Rights - Philip Alston & Ryan Goodman
-The Oxford Handbook of International Human Rights Law - Dinah Shelton
11-Infraestrutura
12-Habitação
13-Transportes
14-Energia e Mineração
Observatório de Mineração https://observatoriodamineracao.com.br/ https://mobile.twitter.com/obsmineracao
15-Comunicação
16-Saneamento Básico
17-Previdência
-Manual de Direito Previdenciário - Carlos Alberto Pereira de Castro e João Batista
18-Agricultura e Pecuária
19-Industria e Comércio
20-Ciência e Tecnologia
https://en.m.wikipedia.org/wiki/Technology_tree
Engenharia
-Introdução à engenharia mecânica -Jonathan Wickert
Aeroespacial
  • Ignition ! - John D. Clark
21-Meio Ambiente
-Os Senhores do Clima - Tim Flannery -CI Geoinformação -Meteorologia E Climatologia - Mário Adelmo Varejão Silva
Links
https://weather.com/pt-Bclima/hoje/l/BRXX0043:1:BR?Goto=Redirected
https://www.instagram.com/observatoriodoclima/
22-Turismo
23-Cultura
24-Esporte
25-Assistência Social
26-Comunicação Estratégica
-Os Engenheiros do Caos - Giuliano Da Empoli -A guerra na era da informação - Alessandro Visacro -Psicodiagnóstico - Organizadores, Claudio Simon Hutz et al -Gene Egoísta - Richard Dawkins -Análise do discurso - Fabiane Teixeira de Jesus e Guilherme Adorno
27-Oratória
-Como Falar em Publico e Encantar as pessoas - Dale Carnegie -Como se defender de ataques verbais - Barbara Berckhan -Oratória-Reilnado Polito -Raciocínio lógico passo a passo - Luiz Cláudio Durão Cabral,Mauro César de Abreu Nunes -Argumentação jurídica - Victor Gabriel Rodriguez -A arte de argumentar-Antônio Suárez Abreu -Negocie como se sua vida dependesse disso - Chris Voss - Como vencer um debate -dialetica eristica -Schopenhauer - Do pensar por si-Schopenhauer -Pense Como um Freak- Steven D. Levitt -As Armas da Persuasão-Robert Cialdini -Manual de Persuasão do FBI-Marvin Karlins, Jack Schafer -Introdução à programação neurolinguística-Joseph 0'Connor e John Seymour -Arte de ler mentes-Henrik Fexeus -Linguagem das Emoções-Paul Ekman -A linguagem corporal no trabalho - Allan e Barbara Pease
28-Direito
"O Estado sou eu " - Luis XIV
-Apostila Técnico Judiciário
29-Ciências Políticas
-Como Funciona o Fascismo - Jason Stanley -O Príncipe - Nicolau Maquiavel -Amanhã vai ser maior- Rosana Pinheiro- Machado -Necropolítica - Achille Mbembe
Journal of Democracy https://fundacaofhc.org.biniciativas/publicacoes/journal-of-democracy-em-portugues
30-História
-A guerra contra o Brasil - Jessé Souza - "A problem from hell" - Samantha Power - Engenheiros da vitória - Paul Kennedy - Estratégia militar e História - César Campiani Maximiano
📌Dossiês -Tudo o que você desaprendeu para virar um idiota - Meteoro Brasil
📌Línguas -Manual de língua portuguesa do Tribunal Regional Federal da 1ª Região -Como dizer tudo em inglês - Ron Martinez -Aprenda idiomas sem complicações: Francês - Jeferson Ferreira
📌Links
Jornalismo
Congresso em foco https://congressoemfoco.uol.com.br/ https://m.facebook.com/congressoemfoco https://mobile.twitter.com/congressoemfoco https://www.instagram.com/congressoemfoco/
https://www.instagram.com/nexojornal/
https://www.instagram.com/bbcbrasil/
https://www.instagram.com/uoloficial/
https://www.instagram.com/cnnbrasil/
https://www.instagram.com/yahoonoticias/
https://www.instagram.com/elpaisbrasil/
https://www.instagram.com/folhadespaulo/
Revistas
https://www.instagram.com/epocanegocios/
Fact checking
Aos Fatos https://www.aosfatos.org/ https://m.facebook.com/aosfatos.org/ https://www.instagram.com/aosfatos/ https://mobile.twitter.com/aosfatos
Comprova https://www.instagram.com/comprova/
Agência Lupa https://www.instagram.com/agencia_lupa/
Lista de vieses cognitivos – Wikipédia, a enciclopédia livre
Falácia – Wikipédia, a enciclopédia livre
Propaganda techniques - Wikipedia
Distorções Cognitivas https://pt.m.wikipedia.org/wiki/Distor%C3%A7%C3%A3o_cognitiva
Meio Ambiente https://www.globalforestwatch.org/
📌Mídia
Literatura -A cidade e a cidade - China Miéville
Documentários -Ditadores - Livro de Regras -Generais em guerra-National Geographic -SAS Survival Secrets -The secrets of seal team six(Secretos de los SEALS VI(espanhol)) -COMBATES AÉREOS(Dogfights)-History Channel -Grandes batallas de tanques (Greatest tank battles ) -Preparados para o fim do mundo -National Geographic -À Prova de Tudo(Man vs. Wild)-Bear Grylls -No Pior Dos Casos-Bear Grylls -A vida em um milhão de anos-NatGeo
submitted by M4C4BRO to u/M4C4BRO [link] [comments]


2024.05.20 01:04 its_noodle46 Straight Up [Anarchy] [SMP] {1.20.4}

Straight Up [Anarchy] [SMP] {1.20.4}
IP: straightup.minecraft.best
Join us on Straight Up! A 5 year old anarchy server with no map resets and limited anticheat to keep things fun. We have a small but active player base with room to grow so come enjoy the vanilla minecraft experience with us!
New and improved discord: https://discord.gg/UBTz9ruShH
Old official discord: https://discord.gg/6w7dCFf
https://preview.redd.it/o7kz8odasg1d1.png?width=2256&format=png&auto=webp&s=ae2382e0c7af108067ea5db14ac2b23666525c78
submitted by its_noodle46 to MinecraftServerFinder [link] [comments]


2024.05.20 01:02 its_noodle46 Straight Up [Anarchy] [SMP] {1.20.4}

IP: straightup.minecraft.best
Join us on Straight Up! A 5 year old anarchy server with no map resets and limited anticheat to keep things fun. We have a small but active player base with room to grow so come enjoy the vanilla minecraft experience with us!
New and improved discord: https://discord.gg/UBTz9ruShH
Old official discord: https://discord.gg/6w7dCFf
https://preview.redd.it/1ur11l93sg1d1.png?width=2256&format=png&auto=webp&s=d53e805a0ac085b03ee3ec2432db743878a8d8de
submitted by its_noodle46 to MinecraftServer [link] [comments]


2024.05.20 01:01 its_noodle46 Straight Up [Anarchy] [SMP] {1.20.4}

IP: straightup.minecraft.best
Join us on Straight Up! A 5 year old anarchy server with no map resets and limited anticheat to keep things fun. We have a small but active player base with room to grow so come enjoy the vanilla minecraft experience with us!
New and improved discord: https://discord.gg/UBTz9ruShH
Old official discord: https://discord.gg/6w7dCFf
https://preview.redd.it/5s8pucurrg1d1.png?width=2256&format=png&auto=webp&s=cf40c8caf310d32cd9c6ec9c9e2c9753b2804dfc
submitted by its_noodle46 to mcservers [link] [comments]


2024.05.20 01:01 Sam_dont_cares Is Hank the right option?

Is Hank the right option? submitted by Sam_dont_cares to Brawlstars [link] [comments]


2024.05.20 01:00 Savage-music הופעתה של בינה מלאכותית בחינוך

הופעתה של בינה מלאכותית בחינוך

https://preview.redd.it/67k49gldav0b1.jpg?width=1920&format=pjpg&auto=webp&s=6625798d7b6a3d99f28af64c07cdac3516ff7e38
הופעתה של בינה מלאכותית בחינוך, בינה מלאכותית (AI) שינתה תעשיות ותחומים רבים, כולל חינוך. לשילוב של AI בחינוך יש פוטנציאל לחולל מהפכה בדרך שבה אנו מלמדים ולומדים.
במאמר זה, נחקור את הפוטנציאל של בינה מלאכותית בלמידה מותאמת אישית, נתייחס לפער המיומנויות עם חינוך מבוסס בינה מלאכותית, השפעת הבינה המלאכותית על המורים והדינמיקה של הכיתה, האתיקה של הבינה המלאכותית בחינוך, ועתיד הלמידה עם הבינה המלאכותית.
הפוטנציאל של AI בלמידה מותאמת אישית
למידה מותאמת אישית היא גישה לחינוך שמתאימה את ההוראה וחוויות הלמידה כדי לענות על הצרכים והאינטרסים הייחודיים של לומדים בודדים. ל-AI יש פוטנציאל לשפר משמעותית למידה מותאמת אישית על ידי איסוף וניתוח נתונים על ביצועי תלמידים, סגנונות למידה והעדפות.
אלגוריתמי AI יכולים לנתח נתונים ממגוון מקורות, כולל הערכות תלמידים, מערכות ניהול למידה ואפילו מדיה חברתית. על ידי איסוף נתונים אלה, AI יכול לעזור למחנכים לזהות אזורים שבהם התלמידים זקוקים לתמיכה נוספת, כמו גם לזהות סגנונות והעדפות למידה. לאחר מכן ניתן להשתמש במידע זה כדי לפתח תוכניות למידה מותאמות אישית העונות על הצרכים הספציפיים של כל תלמיד.
https://aipedia.co.il/%d7%91%d7%99%d7%a0%d7%94-%d7%9e%d7%9c%d7%90%d7%9b%d7%95%d7%aa%d7%99%d7%aa/%d7%94%d7%95%d7%a4%d7%a2%d7%aa%d7%94-%d7%a9%d7%9c-%d7%91%d7%99%d7%a0%d7%94-%d7%9e%d7%9c%d7%90%d7%9b%d7%95%d7%aa%d7%99%d7%aa-%d7%91%d7%97%d7%99%d7%a0%d7%95%d7%9a/
submitted by Savage-music to AipediaWiki [link] [comments]


2024.05.20 01:00 iYrae How are you transfering your prints to the printer...?

...when there's no denying, that internet functionality (WLAN, LAN, USB -> Workstation/Computer) of a device like this can functionally be a huge data-security risk.
The scandal around Bambu Labs and their data collection of things like private information (name, adresse, IP) aswell as, perhaps sensitive, prototypes, shows how it's done easily; connect your printer to the internet and let harm be done.
This obviously leaves the question: Is this perhaps the standard?
I have watched quite a bunch of 3D-Printer reviews before deciding on buying a Neptune 4 Plus, and data security was never even mentioned.
In all honesty, I can understand that the normal consumer doesn't care about privacy and sensitive data, when they don't have sensitive data.
Personally, I have a huge problem with this, since I do sometimes design stuff that is experimental and new, stuff I don't want anyone to get their hands on (in the worst case).
Furthermore, I don't have the expertise to judge the opportunities of a malware-infested Wifi/LAN connected Standalone-Device, so I just want to stay as safe a possible.
Now, I'm setting my printer up without connection to the internet.
I might use Open Nept4une.
Currently, I'm researching on ways to implement a one-way communication system between my hostcomputer and the printer. Perhaps I will use a designated router for a direct connection, where I'd block any ports that aren't required for the printer to receive data.
After all, this might be a way to enable restricted communication between these two devices. This would safely enable me to access the printers remote-features via my hostcomputers browser. But I don't really expect this to work.
What do you guys think?
submitted by iYrae to ElegooNeptune4 [link] [comments]


2024.05.20 01:00 EchoJobs Hiring Associate Counsel, IP & Product USD 118k-142k [Denver, CO]

Hiring Associate Counsel, IP & Product USD 118k-142k [Denver, CO] submitted by EchoJobs to denverjob [link] [comments]


2024.05.20 01:00 MrEDok UneasyVanilla Semi-Anarchy 1.20.4 Java No Hacks No Reset

UneasyVanilla - Vanilla Anarchy with NO Hacking.

UneasyVanilla is a vanilla anarchy Minecraft server running since 10th of March 2020, designed to give players total freedom to play Minecraft just as the developers intended. There are no gameplay-altering plugins, no teleportation, no sethome, no grief prevention, and no pre-determined economy. Griefing and raiding are permitted but using hacks/cheats is not.
IP: uneasyvanilla.com
Version: 1.20.4
Website: https://www.uneasyvanilla.com/
Discord: https://www.uneasyvanilla.com/discord
Join our community today. Experience the excitement of survival in a world where surprise encounters await you at every turn. Whether you're seeking alliances, testing your skills, or taking on massive building projects, UneasyVanilla is the place for you!
submitted by MrEDok to JoinAServer [link] [comments]


2024.05.20 00:58 nudelicous Am I IP blocked on Facebook?

Hello. Long story short, the owner of a small pizza shop I recently quit at has blocked me on Facebook. My mother owns the town community page on Facebook with 10k+ members. She has shown me when he posts in there because it’s always something like “sorry, no workers today” and since I was the one who staged the mass quit, we always laugh at it (he very much deserves it). Anyways, he made a new post talking about how they’ll be back up and running with new workers who care about the public in an attempt to bash us previous workers. I really wanted to say some smart ass remark, but he blocked me on my account. I made a new account, and had my mom let me into the page, but still, I can’t see his post. I thought, maybe Facebook knows it’s the ‘same’ account since I used the same number, so I made a new account using my mom’s number. Still, I can’t see anything from him in the page or on normal Facebook. What’s going on here? My only thought is an IP ban, but this guy is a 55 year old boomer who probably still has a landline, no way he knows how to do that sort of thing. I also thought, if it was an IP ban, how can my mom, from the same router, see his posts? I’m just super confused at this point. Thank you!
submitted by nudelicous to NoStupidQuestions [link] [comments]


2024.05.20 00:55 Diligent_Suit_1341 IP Ban

Every time she comes on press hard on reporting. Don't waste time commenting and messaging her. Just keep reporting so that ip can go down. Send emails if you have to. As long as she has online access she will get enough to make it work. Keep reporting stop commenting and trying to give advice
submitted by Diligent_Suit_1341 to LisaRichardBeggar [link] [comments]


2024.05.20 00:55 sdjafa Multicast - should the sender join the IGMP group?

When a doing one-way multicast with a single sender and (potentially) multiple recipients, should the sender join the IGMP group it is sending to?
Argument A: the sender isn't listening/receiving incoming packets on the multicast IP so doesn't need to join the group.
Argument B: if there are no members in the group a switch will send the multicast traffic out all switch ports similar to broadcast traffic. By joining the group the sender is telling the switch(es) to only send out ports where IGPM membership has been established.
Thoughts?
submitted by sdjafa to ipv6 [link] [comments]


2024.05.20 00:50 Blooper_Bot Game Thread: Padres @ Braves - Sun, May 19 @ 07:10 PM EDT

Padres @ Braves - Sun, May 19

Game Status: In Progress - Score: 0-0

Top of the 1st, 2 outs, bases empty, 1-1 count with Bryce Elder pitching and Jurickson Profar batting. Jake Cronenworth is on deck, and Manny Machado is in the hole.

Links & Info

Padres Batters AB R H RBI BB K LOB AVG OBP SLG
1 Arraez - 2B 1 0 0 0 0 0 0 .304 .350 .370
2 Tatis Jr. - RF 1 0 0 0 0 0 0 .256 .348 .433
3 Profar, J - LF 0 0 0 0 0 0 0 .325 .412 .510
4 Cronenworth - 1B 0 0 0 0 0 0 0 .275 .342 .473
5 Machado, M - 3B 0 0 0 0 0 0 0 .217 .274 .337
6 Bogaerts - DH 0 0 0 0 0 0 0 .220 .268 .319
7 Merrill - CF 0 0 0 0 0 0 0 .294 .342 .399
8 Campusano - C 0 0 0 0 0 0 0 .267 .313 .407
9 Kim, H - SS 0 0 0 0 0 0 0 .205 .317 .348
Totals 2 0 0 0 0 0 0
Braves Batters AB R H RBI BB K LOB AVG OBP SLG
1 Acuña Jr. - RF 0 0 0 0 0 0 0 .247 .357 .342
2 Albies - 2B 0 0 0 0 0 0 0 .279 .342 .419
3 Ozuna - DH 0 0 0 0 0 0 0 .325 .401 .609
4 Olson - 1B 0 0 0 0 0 0 0 .227 .331 .400
5 Arcia, Or - SS 0 0 0 0 0 0 0 .243 .267 .401
6 Harris II, M - CF 0 0 0 0 0 0 0 .258 .301 .380
7 Short - 3B 0 0 0 0 0 0 0 .172 .333 .241
8 Kelenic - LF 0 0 0 0 0 0 0 .255 .300 .362
9 Tromp - C 0 0 0 0 0 0 0 .211 .225 .316
Totals 0 0 0 0 0 0 0
Padres Pitchers IP H R ER BB K HR P-S ERA
Darvish 0.0 0 0 0 0 0 0 0-0 2.43
Totals 0.0 0 0 0 0 0 0
Braves Pitchers IP H R ER BB K HR P-S ERA
Elder 0.2 0 0 0 0 0 0 13-7 4.64
Totals 0.2 0 0 0 0 0 0
Team Highlight
ATL Bullpen availability for Atlanta, May 19 vs Padres (00:00:07)
SD Bullpen availability for San Diego, May 19 vs Braves (00:00:07)
Bench availability for Atlanta, May 19 vs Padres (00:00:07)
ATL Fielding alignment for Atlanta, May 19 vs Padres (00:00:11)
Bench availability for San Diego, May 19 vs Braves (00:00:07)
SD Fielding alignment for San Diego, May 19 vs Braves (00:00:11)
ATL Starting lineups for Padres at Braves - May 19, 2024 (00:00:09)
1 2 3 4 5 6 7 8 9 R H E LOB
Padres 0 0 0 0
Braves 0 0 0 0

Division Scoreboard

WSH 5 @ PHI 11 - Final
NYM 7 @ MIA 3 - Final
Last Updated: 05/19/2024 07:14:33 PM EDT
submitted by Blooper_Bot to Braves [link] [comments]


http://rodzice.org/