Mark Kittisopikul
markkitti.bsky.social
Mark Kittisopikul
@markkitti.bsky.social
That's frustrating. My usual solution to this problem is just to use the rentable city bikes. I usually bring a helmet with lights attached.
November 12, 2025 at 7:38 PM
We got a vote that will probably not succeed to maintain healthcare insurance subsidies.

It will be abundantly clear who is responsible for raising premiums for small business owners and independent contractors.
November 11, 2025 at 1:23 PM
Thank you!
November 5, 2025 at 3:57 PM
Is there a PowerShell cheat sheet or tutorial that you recommend?
November 5, 2025 at 3:39 PM
Can we tell them made to the best decision in hiring you, but we really need to see more examples in Julia?
October 17, 2025 at 5:44 PM
Most dogma in biology is hubris. Terms like "junk DNA" or non-coding make the assumption that we understand the full scope of how DNA works or what it codes for.

It would be like claiming to understand how a computer works by looking only at persistent storage and snapshots of RAM.
October 9, 2025 at 4:58 PM
I have been thinking about this lately, and I have realized how many other patterns forcing one module per file suppresses.

The most egregious is that Python encourages long files rather than short ones. Whereas it may make sense to break things up per driver function or even per function.
October 9, 2025 at 12:50 PM
I usually do try to talk to them when I see them. They usually do buy a ticket except for that one time they asked the MIT President's Office for free tickets. If you recognize, thank them for buying a ticket and helping them to fund JuliaCon and Julia!
October 2, 2025 at 8:52 PM
There is always a MATLAB employee at JuliaCon Global. I'm not sure if they make it to the "local" JuliaCons though.

They want to know what we are up to. Also, most of Julia is liberally licensed. They could probably incorporate it if they really wanted to.
October 2, 2025 at 8:35 PM
In short, the VS Code and Pluto experience do differ. However, both offer some ability to do incremental development through a dynamic workflow. VS Code is not inherently reactive at the moment, but with Revise.jl can update method definitions.
September 29, 2025 at 7:07 PM
Combined with Revise.jl this can be a very powerful development environment. The main legacy issue is changing struct definitions, which is possible in Pluto but not in the general REPL or Revise.jl. Upcoming development versions of Julia do address this, however.
September 29, 2025 at 7:07 PM
Julia and VSCode workflow can take many forms, including running Jupyter notebooks.

There are some attempts to integrate Pluto.jl into VS Code, but those have been inactive.

The main Julia VS Code workflow is the ability to execute code from the editor in a running REPL.
September 29, 2025 at 7:07 PM
What were you doing previously?
September 28, 2025 at 7:04 AM
The blog discusses `@chain` in comparison to R's pipe operators. Julia also has a `|>` operator for pipes.
August 25, 2025 at 12:46 PM
I think you mean "congestive heart failure."
August 23, 2025 at 1:30 PM