• 0 Posts
  • 18 Comments
Joined 5 months ago
cake
Cake day: February 11th, 2024

help-circle
  • Coming from Malaysia, I have quite the non-standard order of names with my surname being the in the center. It gets more complicated because most Malaysians don’t have a surname, so none of our official documents have a Surname / Firstname field, just a Name field.

    Flight tickets always look bizarre because the order is off, and bits of the last part of my name is taken off. Surprisingly this has never been a problem with the airlines in Europe / NA / Asia. The only EU country to give me a grilling about the name was at the Italian border.

    As I was holding a visa in the U.K. since 2010s, the home office’s compromise with me was to list my whole name as my last name. Thereby making documents in the U.K. match my passport name. Although since about 2 years ago, they’ve finally relented and recognised my last name as such.

    Another odd side effect of this is that I have 2 credit scores, depending on the name order.











  • For the backend I used the ADO library to create a MSAccess DB on a shared network folder. Then it’s a matter of using VBA to generate SQL commands to same library to read / write records from the DB.

    For the frontend, I use VBA to generate a HTML document from the fetched data. For the IE control in a user form, you can then write the HTML to it. During this process you can bind local VBA variables to any of the html elements in the page.

    A common flow would be:

    • User clicks an element in a table
    • simple JS on the page does some calculation, stores a value in a hidden input and clicks it.
    • the user form variable detects the click in the monitored element, reads the changes, and acts on it.

    I also have VBScript to act as the launcher by copying the excel file to the local machine, and launching the local copy. This solves the concurrency issue.


  • I can really emphasise with Samir. Working in healthcare I’m basically limited to just the Office applications. However in the past few years I’ve been able to cook up solutions by reading / writing to file based databases, and using VBA to generate and bind to HTML contents on the fly for the built in IE11 instance. It’s as close to getting to some kind of web-stack within the confines of IT Sec in healthcare.




  • I think ultimately it depends on what your use case is. Comparing Apollo to any web version of Reddit, there were already a few use cases which were definitely superior in my view:

    • the video / gif player with supports scrubbing by touch.
    • packaging comment chains into screenshots to share, with automated features like blurring usernames, selecting depth of parent / child comments to include, merging with post content
    • being able to “favourite” a sub without actually subscribing
    • hiding posts that you’ve already seen

    Ultimately, as with any tool, the best tool is the one you have on you.