A Foco se le puede considerar lolcows del "periodismo" panameño?
Se me acaba de ocurrir esa pregunta bien random, en base a controversias que han tenido últimamente, como intentar joder convenciones de anime. Qué dicen ustedes?
[link] [comments]
Se me acaba de ocurrir esa pregunta bien random, en base a controversias que han tenido últimamente, como intentar joder convenciones de anime. Qué dicen ustedes?
| I built an open-source React map drawing library because I got tired of fighting drawing controls that wanted to own the UI. react-map-annotate lets your application control the drawing session. Put the toolbar in your sidebar, header, or command palette. Select tools, finish shapes, edit labels and colors, undo/redo, and persist annotations through React state. It supports Mapbox, MapLibre, Google Maps, Leaflet, and ArcGIS through separate adapters, with a shared annotation model. The goal is simple: the map should render the drawing, not dictate how your application works. It includes freehand drawing, polygons, rectangles, circles, arrows, markers, text, and measurement tools, along with editing handles and a headless API. The project is MIT licensed and available on npm. I’d love feedback from developers building GIS, field-service, site-planning, or other map-heavy applications—especially anyone who has had to work around existing drawing controls. GitHub: https://github.com/orange-groove/react-map-annotate npm: https://www.npmjs.com/package/@orange-groove/react-map-annotate What would you need from a drawing library before using it in a production application? [link] [comments] |
| --------- "La primera mujer en ocupar la administración del Canal"... ok, es cierto ¿y qué con eso?. ¿Todavía es un tabú estas cosas? ¿Era imposible? ¿Había alguna restricción? ¿estamos en los años 1900? Muchas veces la misma opinión pública (periodistas, abogados, presentadores, etc) se encargan de estigmatizar a la mujer con supuestos halagos y cumplidos, creyendo que con eso están ayudando a una causa. Hay gente que maquinan una película de que existe una lucha de género, y que la mujer constantemente tiene que estar demostrando de que es tan capaz como un hombre y superarlo...incluso han mencionado esa frase: "las mujeres son tan capaces como un hombre"... detrás de estos supuestos halagos y afirmaciones hay un complejo del que lo dice: Realmente no se lo cree, pero lo dice tantas veces solo para hacer sentir bien a un sector (en su interior reconoce que existe una inferioridad). La comparación en si misma ya crea una brecha, la crea y la perpetúa como si dieran por hecho de que es una batalla entre David y Goliath y que se extenderá hasta el final de los tiempos. ¿No se cansan de todo esto?. Muchas veces no vemos tantas mujeres ejerciendo en puestos especificos smplemente porque a ellas mismas no les interesa, no porque se lo prohiban o porque se haya un plan para que tengan muchos más obstaculos que un hombre. Esto de la Administradora del Canal debió ser informado como una simple transición más, no haciendo enfásis de que es un logro de género. [link] [comments] |
He estado viendo varios posts sobre este tipo de comentarios y la verdad sí sería bastante obvio hacerlo, pero eso va a depender mucho de la persona que eres: responsable, no hacer el juega vivo y realizar tus tareas durante el día.
Mi padre tiene una empresa de jardinería a la cual obviamente él les paga a los trabajadores un salario un poquito debajo del salario mínimo, pero ellos mantienen su transporte (auto que los busca y los lleva).
El horario del contrato es de 7:00 AM a 4:00 PM, pero este horario no se cumple, ya que se trabaja por tareas (en este caso sí se aplica trabajar así). Entonces, si ellos terminan sus labores exitosamente, supongamos que a la 1:00 PM, ellos pueden irse normal para su casa.
En caso tal de que ellos hagan las cosas mal, no está permitido irse. ¿Cómo se supervisa eso? Obviamente, en la siguiente visita vemos todo eso y se les regaña o se les dice que quiero eso bien y que no pueden irse temprano.
Hay muchas veces que ellos van a su punto de trabajo y son las 11:00 AM, estoy en el lugar y si todo está bien, a las 12:00-1:00 PM están en su casa.
Y eso es calidad de vida. Ellos hacen sus trabajos pequeños por fuera que les da algo más de ingreso, SIEMPRE Y CUANDO no afecte mi círculo de clientes y trabajo.
Ahora, en mi caso, yo trabajo en el área de tecnología, la cual se puede hacer el trabajo de manera virtual. Sí, es posible, pero hay otras veces en que mediante una llamada no se pueda resolver una duda o no tenga un equipo para realizar el trabajo.
Entonces yo hablé con mi jefa y le dije: ¿por qué nosotros no nos colocamos 2 días en oficina y, si terminamos nuestro trabajo listo a las 2-3 de la tarde, dejarnos ir sin atarnos a un horario de salida? Y 3 en casa (sábado si es virtual).
Esto porque en momentos he llegado a ir a la oficina a calentar silla. He estado 4-5 días sin hacer nada y yendo a la oficina solamente a registrar asistencia.
Y me dirán: ¿por qué no investigas o aprendes algo más?
Obviamente lo hago y he propuesto ciertos sistemas que ayudan, pero prácticamente madrugar para ir a tu puesto a hacer NADA es más cansón que trabajar.
En resumen, ¿en el área de tecnología se puede reducir horas de trabajo?
Sí, siempre y cuando el puesto que tengas se pueda hacer.
¿Aplican todos a reducir horas o ser flexibles en el turno?
Sí, siempre y cuando tú seas una persona responsable, que no estés para hacerte el huevón en la casa o hacerte el vivo de no hacer nada.
¿Qué áreas es difícil bajar horas de trabajo?
Trabajos en el mall: cajeras, vendedoras, seguridad, pilotos, taxis, piratas u otras similares.
Ahora, ¿qué harías tú para proponerle a una empresa/jefe que esto sí puede hacerse cuando tú hayas demostrado que eres responsable en tu puesto?
Edit: He visto otros departamentos que el horario es a las 8:00 AM, llegan a las 9:00, "favoritismo", y encima de eso se ponen a desayunar y se van temprano
I built Cashier Dunning because testing failed-payment flows in Laravel is surprisingly difficult.
It records a real Stripe billing lifecycle once and replays it offline through your application's actual webhook route, including signature verification and real listeners.
It can replay trial expiration, failed payments, retries, cancellation and resubscription in about a second.
It also tests duplicate and out-of-order webhook delivery.
No Stripe account, API keys in CI, or network access during replay.
It's MIT licensed and currently supports Laravel 11–13.
GitHub: https://github.com/impruthvi/cashier-dunning
I'd especially appreciate feedback from anyone running Stripe/Cashier in production. What billing edge cases would you want something like this to test?
Hi Reddit, I built Phphone, an open-source mobile runtime and anti-framework designed to run full PHP 8.4 directly on mobile devices with zero mandatory cloud dependencies. Instead of writing apps in Dart (Flutter) or relying on heavy JavaScript runtimes (React Native), Phphone embeds the complete Zend Engine into a lightweight native C++ chassis, fully functional across both Android and iOS. Architecture & Low-Level Highlights: Full Native Binaries: Cross-compiled PHP 8.4 (dynamic library on Android, static library on iOS) paired with embedded SQLite3, full libcurl, and OpenSSL. It supports standard PHP libraries, outgoing HTTPS calls, and complex local data pipelines right out of the box. IP Protection (AES-256): To prevent source code extraction from decompilation, all application files in src/ are cryptographically encrypted using AES-256 derived from the project's build keystore. Decryption occurs on-the-fly directly in memory inside the C++ runtime. Hardware-Accelerated UI: The frontend runs inside the platform's native hardware-accelerated WebView over an in-memory micro-server loop (localhost), guaranteeing smooth 60 FPS transitions via standard HTML/CSS/JS. Minimal Footprint: Base Android APK is ~19MB with near-zero idle CPU usage and low RAM consumption. Cross-Platform Ready: Full Android and iOS support is completed. The CLI toolchain automates local scaffolding and builds for both platforms, and our first production app is currently queued for release on both Google Play and the iOS App Store. Live APK Demos Available: To demonstrate that this is a production-ready application engine and not just a theoretical experiment, the website hosts 3 pre-built APKs you can download and test: System & Hardware Demo: A showcase app interacting directly with 14+ native phone APIs and sensors, plus an interactive gradient generator. 2D Gaming Demo: A high-performance 2D game running on PixiJS, powered by local logic. 3D Gaming Demo: A fully interactive 3D scene built with Babylon.js, demonstrating hardware-accelerated WebGL graphics backed by the native PHP engine. Whether for enterprise offline-first software, edge compute nodes, multimedia apps, or 2D/3D games, Phphone proves that modern PHP and standard web technologies can build fast, sovereign mobile apps. Documentation, CLI & APK Downloads: https://phphone.xyz I’d love to hear your thoughts on the low-level C++ embedding, binary optimizations, or the anti-framework approach to mobile architecture.
Hi everyone! 👋 I’m excited to introduce NavCN, a project I’ve been building to provide a collection of beautiful, customizable, and ready-to-use navigation UI components. The goal is to help developers build modern interfaces faster without creating navigation elements from scratch. Components are built with Nextjs, Tailwind CSS, Motion, and Lucide, with a focus on customization and developer experience. You can browse, preview, install it via shadcn command line, and adapt components to your project. I’m also improving the installation and distribution experience. I’d genuinely love your honest feedback and suggestions!
(currently supports nextjs only.)
project link:- https://navcn-phi.vercel.app/
I'm working on my thesis and I have to host my site and get a HTTPS certificate for it. My thesis defense is before the end of the month and after that I can basically stop hosting it because it wouldn't be needed anymore. There will be no traffic or real users. I'm not using a framework either.
Since I need it for such a short amount of time I thought it would be wasteful to spend money. I've been looking for options but from what I've read most are sketchy, don't support PHP, don't support PHPmailer, or you have to purchase the certificate separately anyways.
Does anyone have any recommendations? I've never hosted a site before since we've always relied on XAMPP
Hi, is there anyone here who's running Podman instead of Docker?
I tried Podman for the first time (on Ubuntu, with quadlets), and it's a nightmare. Just for LibreChat with code interpreter, I have like 10 quadlets instead of one or two Docker Compose stacks, with no reasonable GUI, just programmatically with questionable Cockpit Podman.
Am I just a masochist, or does anyone here really deploy Podman quadlets instead of Docker, and why?
Thanks.
I'm aware of trac, before making a feature request there I'd figure I'd get the temperature here. Simply - so many sites these days turn comments off, and there's a cottage industry around blocking comment spam besides, does WordPress even need comments as a core feature? I feel it might be better to move the functionality off into a plugin that ships with WordPress in 8.0, and then maybe even remove it entirely from core in 9. Thoughts?
ok so, im juggling a couple tiny projects and buying domains is the least fun part now. I grab stuff on the cheap from random registrars but every time I end up manually wiring dns, ssl, pointing it to my little shared hosting or some cheap vps and it just feels like extra work for a $10 name.
Anyone here found a registrar or combo that is both actually affordable and does decent automated setup eg dns, ssl, basic landing page or hookup to github pages etc without it turning into some weird upsell maze? would love any tips, especially for folks running a few small sites not a big agency, thanks!
So... freelance web dev here and I just realized how sketchy some of the cheap domains I used are when it comes to privacy. One client is about to take cards on their site and now they are asking about pci and who can see their info in whois.
If you do client work, do you stick to the cheap domain registrars with privacy toggles or pay more for ones that have whois privacy on by default plus dnssec plus sane dns tools. Trying not to move every domain at once but lowkey worried rn... .