home.social

Search

338 results for “simutrans”

  1. Want inline semitransparent text background with no overlap?

    Here's how on @codepen
    codepen.io/thebabydino/pen/gbO
    (you can see the overlap problem and the desired result below)

    The `filter` combines 2 `feColorMatrix` techniques:

    1️⃣ using a channel as an alpha mask

    2️⃣ solid fill

    #CSS #SVG #filter #svgFilter #textEffects #textEffect #code #coding #frontend #web #dev #webDev #webDevelopment

  2. Sun In H-Alpha light (656.23 nm), 26 august 2024. AR 3799 and AR 3800

    astrob.in/29xo34/0/

    telescopius.com/pictures/view/

    Imaging Telescope: TS-Optics Photoline 102mm f/7 FPL53 Triplet Apo

    Imaging Camera: ZWO ASI585MC
    (Exposure: 5 ms. Gain: 235. Bit depth: 8 bit. Sensor temperature: 48.3 °C)

    Mount: Sky-Watcher AZ-EQ6 PRO

    Filters:
    - DayStar Combo Quark Chromosphere
    - Player One S-Series ERF 1.25"
    - Player One S-Series UV IR-Cut 1.25"

    Accessories:
    - Lacerta 3x Tele Extender
    - GSO 35 mm extension tube

    Software:
    - FireCapture
    - PlanetarySystemStacker (debayer, alignment and stacking)
    - Pixinsight (color curves, deconvolution, multiscale linear transform, fast rotation )
    - Operating system: Debian GNU/Linux 12 "Bookworm"

    #astronomy #astrophotography #sun #halpha #sunspot

  3. Sustainability at Solutrans wasn't marketing—it was operational constraint. Fuel costs, emissions regulations, urban access restrictions. Companies like Chéreau retrofit aerodynamic fairings not for CSR reports but because operators demand lower consumption. The most credible sustainability solutions treat it as engineering problem, not brand positioning. Results matter more than narratives.

    #Sustainability #GreenLogistics #OperationalEfficiency #Transport #ClimateAction

  4. Vasta Suomen liput nähtyäni tajusin:

    #Gradu'ni #aineisto on tänään #hobitti'en mittapuulla täysikäinen eli täyttää 33 vuotta!

    Äänitin aineiston radiosta YK:n päivänä 24.10.1992. Sen kunniaksi syön nyt kermamunkin. #miehenelämää #sictransitgloriamundi

  5. Vasta Suomen liput nähtyäni tajusin:

    #Gradu'ni #aineisto on tänään #hobitti'en mittapuulla täysikäinen eli täyttää 33 vuotta!

    Äänitin aineiston radiosta YK:n päivänä 24.10.1992. Sen kunniaksi syön nyt kermamunkin. #miehenelämää #sictransitgloriamundi

  6. Vasta Suomen liput nähtyäni tajusin:

    #Gradu'ni #aineisto on tänään #hobitti'en mittapuulla täysikäinen eli täyttää 33 vuotta!

    Äänitin aineiston radiosta YK:n päivänä 24.10.1992. Sen kunniaksi syön nyt kermamunkin. #miehenelämää #sictransitgloriamundi

  7. Vasta Suomen liput nähtyäni tajusin:

    #Gradu'ni #aineisto on tänään #hobitti'en mittapuulla täysikäinen eli täyttää 33 vuotta!

    Äänitin aineiston radiosta YK:n päivänä 24.10.1992. Sen kunniaksi syön nyt kermamunkin. #miehenelämää #sictransitgloriamundi

  8. Vasta Suomen liput nähtyäni tajusin:

    #Gradu'ni #aineisto on tänään #hobitti'en mittapuulla täysikäinen eli täyttää 33 vuotta!

    Äänitin aineiston radiosta YK:n päivänä 24.10.1992. Sen kunniaksi syön nyt kermamunkin. #miehenelämää #sictransitgloriamundi

  9. Tuli vastaan taas tämä (vanhentunut) #sitaatti:

    ”Koska #Oxford kuuluu maailman harvoihin sivistyskaupunkeihin, se tarjoaa asukkailleen mahdollisuuden uida ainoalla siihen toimintaan sopivalla tavalla, toisin sanoen alasti […].” (Edmund Crispin)

    Tämähän ei valitettavasti enää pidä paikkaansa. #SicTransit
    en.wikipedia.org/wiki/Parson%2

  10. CW: Some things to get mapping

    🚲 Fix tagging on OxonBikes's defunct cycle hire stands. They're still there, but the website isn't since they went bust #SicTransit

    🛴 Add new e-scooter hire points

    🚌 Adjust bus routes back up through Summertown (was there a road disruption?) Also the H5 route out to Bicester needs adding

    #Oxford #UK #OpenStreetMap

  11. Forschende des @UniklinikUlm haben untersucht, wie pathogen #SARSCoV2 (Sub-)Varianten🦠 auf #Herzmuskelzellen🫀 wirken. Ergebnis: Die aktuelle #Omicron #Subvariante BA.5 wirkt ähnlich #zellschädigend wie Delta. t1p.de/Omicron *wt/Abb. #SigTransductTargetTher #uulm

  12. To fix this, we give the assembly a tiny blur.

    We don't want blurry edges👇 either, so we push some of the semitransparent edge pixels to either 0 or 1, whichever is closer. To do so, we use another `feComponentTransfer` and map the [0, 1] alpha interval to [-2, 3]. Basically we're stretching the alpha interval to be 5 times bigger, keeping same midpoint (.5), then it's clamped to [0, 1].

    #SVG #filter #CSS #cssFilter #cssBlur #coding #web #dev #webDev #webDevelopment #code #frontend #svgFilter

  13. To fix this, we give the assembly a tiny blur.

    We don't want blurry edges👇 either, so we push some of the semitransparent edge pixels to either 0 or 1, whichever is closer. To do so, we use another `feComponentTransfer` and map the [0, 1] alpha interval to [-2, 3]. Basically we're stretching the alpha interval to be 5 times bigger, keeping same midpoint (.5), then it's clamped to [0, 1].

    #SVG #filter #CSS #cssFilter #cssBlur #coding #web #dev #webDev #webDevelopment #code #frontend #svgFilter

  14. To fix this, we give the assembly a tiny blur.

    We don't want blurry edges👇 either, so we push some of the semitransparent edge pixels to either 0 or 1, whichever is closer. To do so, we use another `feComponentTransfer` and map the [0, 1] alpha interval to [-2, 3]. Basically we're stretching the alpha interval to be 5 times bigger, keeping same midpoint (.5), then it's clamped to [0, 1].

    #SVG #filter #CSS #cssFilter #cssBlur #coding #web #dev #webDev #webDevelopment #code #frontend #svgFilter

  15. To fix this, we give the assembly a tiny blur.

    We don't want blurry edges👇 either, so we push some of the semitransparent edge pixels to either 0 or 1, whichever is closer. To do so, we use another `feComponentTransfer` and map the [0, 1] alpha interval to [-2, 3]. Basically we're stretching the alpha interval to be 5 times bigger, keeping same midpoint (.5), then it's clamped to [0, 1].

    #SVG #filter #CSS #cssFilter #cssBlur #coding #web #dev #webDev #webDevelopment #code #frontend #svgFilter

  16. To fix this, we give the assembly a tiny blur.

    We don't want blurry edges👇 either, so we push some of the semitransparent edge pixels to either 0 or 1, whichever is closer. To do so, we use another `feComponentTransfer` and map the [0, 1] alpha interval to [-2, 3]. Basically we're stretching the alpha interval to be 5 times bigger, keeping same midpoint (.5), then it's clamped to [0, 1].

    #SVG #filter #CSS #cssFilter #cssBlur #coding #web #dev #webDev #webDevelopment #code #frontend #svgFilter

  17. As you can see in the recording 👆 blurring makes the pixels around the edges semitransparent. The bigger the blur radius, the more pixels become transparent.

    When the particles get closer, their semitransparent areas overlap. This increases the assembly alpha there.

    #CSS #filter #cssFilter #cssBlur #coding #web #dev #webDev #webDevelopment #code #frontend

  18. As you can see in the recording 👆 blurring makes the pixels around the edges semitransparent. The bigger the blur radius, the more pixels become transparent.

    When the particles get closer, their semitransparent areas overlap. This increases the assembly alpha there.

    #CSS #filter #cssFilter #cssBlur #coding #web #dev #webDev #webDevelopment #code #frontend

  19. As you can see in the recording 👆 blurring makes the pixels around the edges semitransparent. The bigger the blur radius, the more pixels become transparent.

    When the particles get closer, their semitransparent areas overlap. This increases the assembly alpha there.

    #CSS #filter #cssFilter #cssBlur #coding #web #dev #webDev #webDevelopment #code #frontend

  20. As you can see in the recording 👆 blurring makes the pixels around the edges semitransparent. The bigger the blur radius, the more pixels become transparent.

    When the particles get closer, their semitransparent areas overlap. This increases the assembly alpha there.

    #CSS #filter #cssFilter #cssBlur #coding #web #dev #webDev #webDevelopment #code #frontend

  21. As you can see in the recording 👆 blurring makes the pixels around the edges semitransparent. The bigger the blur radius, the more pixels become transparent.

    When the particles get closer, their semitransparent areas overlap. This increases the assembly alpha there.

    #CSS #filter #cssFilter #cssBlur #coding #web #dev #webDev #webDevelopment #code #frontend