#vcl

Chris_272Chris_272
2025-02-18

Since one of the last Windows (11) Update our program icons are not shown reliable in the taskbar.
Our "workaround" is to load the icon from disk/resources in FormActivate.

As we have many small programs this is meh.

Does anyone have the same problem (and maybe a solution?)

:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2025-02-16
Frank 🛩️🪂⛵🚲🛵🎿🔭frank@f.reun.de
2024-12-16

🛩️ Now that I had a closer look at my licence, I stumbled across the #VCL limitation, which means: "valid by day only" ☀️ I suspected it's a weird way of saying I haven't done my #NVFR rating… yet. 🌜 But that's not it. It's still from an old #medical that featured a "color deficiency". 🎨 Damn. I went the extra mile back then and did an expensive #Lantern test at #AeMC of #DLR Cologne to get rid of this! But I never submitted it for consideration, obv. 🤷 Should I do it now? 🤔 #aviation #pilot #PPL

Unusually colorful official document of a medical test. Result: "colour safe"
Nils Goroll 🕊️:varnishcache:slink@fosstodon.org
2024-09-11

@mima shared caches aiming for rfc compliance would probably just not cache when they see "private", because the benefits of caching for a single client are marginal and likely the cost of caching is not returned. so for this case, the answer would be no.
if, however, you control the reverse proxy (as with #varnishcache and #vcl ), implementing the semantics you give these directives is possible and sensible, and i have done so in the past.

Colin (@ Anthrocon)colinstu@birdbutt.com
2023-12-29

LB: Huh, #VCL is dead. Just discovered this :/
must've been sometime June 2023. edit: Either July or October (atleast according to VCL wikifur talk page and edit comments)
One helluva long run. Partial archives out there, have a feeling someone's got it all, just a matter of connecting all the dots :/

Owner/admin seems to've disappaeared from Twitter and their own webcomic in Aug

Looks like some are trying to pull a site together... motivation listed but no contact info
vixencontrolled.net/

2023-11-01

Und ihr so? Booting Cray YMP-EL

#vcl #VintageComputerLabs #cray

Booting the Cray YMP-EL
2023-10-17

Stumbled upon the first hard disk of the IBM PC with 10MB size, the Seagate ST-506. The read/write head did in a linear motion, not circular. Welcome to 1983... #vintagecomputing #vcl #ibmpc #seagate

Seagate ST-506. The read/write head did in a linear motion, not circular.
Nils Goroll 🕊️:varnishcache:slink@fosstodon.org
2023-09-01

Another week, another new #vmod for #varnishcache

Today: #iconv character encoding conversions for #vcl

gitlab.com/uplex/varnish/libvm

import iconv;

sub vcl_init {
        # "UTF-8" is default and can be left out
        new eurutf = iconv.converter(from="ISO-8859-15", to="UTF-8");
}
sub vcl_recv {
        set req.http.conv = eurutf.iconv(req.http.input);
}
Nils Goroll 🕊️:varnishcache:slink@fosstodon.org
2023-08-28

JSON formatting in pure VCL is a PITA.

Just released: A #JSON formatter for #VCL which sucks less.

gitlab.com/uplex/varnish/libvm #varnishcache #vmod #FOSS #opensource

Example from the README:

j.object(
    j.str("A") + j.null() +
    "B" + j.object(
        "BB" + j.number(string="42.42e42") +
        "CC" + false +
        "DD" + true) +
    "C" + j.array("A" + 2 + j.object(j.nil()))
)
{
  "A": null,
  "B": {
    "BB": 4.242e+43,
    "CC": false,
    "DD": true
  },
  "C": [
    "A",
    2,
    {}
  ]
}
Strathclyde Open Scholarshipopenstrath@mastodon.world
2023-07-07

Strathclyde's Harald Haas, Professor of Mobile Communications, features in the latest episode of the BBC's The Life Scientific. In the episode Jim Al-Khalili discusses Harald's breakthrough invention of LiFi and interviews him about optical communications.

Listen here:
bbc.co.uk/programmes/m001n8d9 #LiFi #communications #light #engineering #VCL

Nils Goroll 🕊️:varnishcache:slink@fosstodon.org
2023-06-08

Lesser known #varnishcache feature of the day: Some of the built-in #VCL types have methods, too:

BACKEND
.resolve()
STORAGE
.free_space
.used_space
.happy
STRING
.upper()
.lower()

github.com/varnishcache/varnis

2023-01-30

TOMORROW! How it works with Holger LIVE
Don't forget. Tomorrow! First episode of How it works with Holger LIVE!
flixengineering.com/archives/1
#Delphi #English #VCL

2023-01-25

How it Works With Holger goes LIVE! Looking at FireDAC and SQLite first!
The new year is just flying by! It's already past mid-January... but you know yourselves that time seems to tick by faster when you keep busy.

In the last weeks, I have been busy to prepare a LIVE streaming version of "How it Works with Holger"! Yes, you will have the opportunity to watch a session and be able to ask question.

Concept

A
flixengineering.com/archives/1
#Delphi #English #SQLite #VCL

2022-12-16

Holiday Sale 2022: All video courses 25% off!
Both of my video courses are 25% off until the first week of the New Year 2023!

Please click the links for additional info on both courses.

Hands-on: Delphi Web Services with TMS XDataLearn implementing Web Services and Multi-tier architectures with TMS XData right from the beginning step-by-step. This tutorial will t
flixengineering.com/archives/1
#CRM #Delphi #English #REST #SQL #TMS #TMSWebCore #VCL #Web #webservice #XData

2022-11-09

With a little help from my friends Ed and Kake, I’m happy to announce fastly.com/blog/syntax-highlig, where I explain how some regular expressions, some JSON and whole lot of love can syntax highlight Fastly VCL files in Visual Studio Code #VCL #VSCode

Collabora OfficeCollaboraOffice
2020-10-15

Skia , a modern drawing across all platforms, is new in . 🎨

Hear about /#Skia implementation in Luboš' talk (14:00 UTC) Room 2, at the @openSUSE@twitter.com & @libreoffice@twitter.com conference!

Learn more 👉 events.opensuse.org/conference

2020-06-09

#FMX #difference #VCL
VCL開発者が知っておきたいFireMonkeyアプリ開発のポイント
株式会社ミガロ
尾崎浩司 様

migaro.co.jp/contents/support/

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst