Tamir Bahar
tamir.dev
Tamir Bahar
@tamir.dev
Reposted by Tamir Bahar
Now that the remaining PNG files have been manually OCR'd, the total stands as follows:

We've raised $9238.74 which is 54.3% of our $17000 total. Once again within 24h of a contributor joining the match we are over half full, but we all stand ready to be maxed out so please keep those donations […]
Original post on mastodon.social
mastodon.social
October 31, 2025 at 7:30 PM
Reposted by Tamir Bahar
September 22, 2025 at 8:18 PM
Reposted by Tamir Bahar
realistic Star Trek
August 26, 2025 at 5:23 PM
Reposted by Tamir Bahar
pyref.dev now supports NumPy!

- pyref.dev/numpy
- pyref.dev/numpy.array
- pyref.dev/numpy.random...

What is pyref.dev you ask? It provides shortcuts to official Python API reference docs.

#Python
pyref.dev - Python Reference Docs
pyref.dev
June 28, 2025 at 7:32 AM
Ooh! The "finally" block on this one is great!
Project: python/cpython
File: Lib/test/test_posixpath.py:749

def test_realpath_nonterminal_symlink_to_symlinks_to_file(self):

SVG: dark, light
May 23, 2025 at 1:44 PM
Reposted by Tamir Bahar
Conversations with 7-year-olds:

7: You know, mom. There's one element that's not on the periodic table.

Me: Oh yeah? What's that?

7: The element of surprise.
May 20, 2025 at 11:43 PM
I really like how you can see the structure in this one. Really tempting to break this into separate functions.
Project: golang/go
File: src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go:14

func GNUSyntax(inst Inst, pc uint64, symname SymLookup) string

SVG: dark, light
May 15, 2025 at 7:48 PM
Reposted by Tamir Bahar
April 27, 2025 at 10:05 PM
Aaaahhhhh!
@patrickhwillems.bsky.social just released the Speed Racer video and I'm so excited!!!
April 1, 2025 at 3:51 AM
Reposted by Tamir Bahar
In a world of Matts, be a Derek.
March 10, 2025 at 7:44 PM
Reposted by Tamir Bahar
holy shit hell froze over and GitHub added uv.lock support to Dependabot: github.com/dependabot/d...
Support updating `uv.lock` · Issue #10478 · dependabot/dependabot-core
Is there an existing issue for this? I have searched the existing issues Feature description Now that uv has a lockfile, it would be nice if dependabot supported making updates to pyproject.toml an...
github.com
March 1, 2025 at 9:38 AM
Reposted by Tamir Bahar
One thing that is EXTREMELY important to be clear on.

The private companies dropping all their DEI work right now?

They do it to be able to sell to a fascist regime.
February 12, 2025 at 1:17 PM
Reposted by Tamir Bahar
Do you really need to drink so much? 💧 Artificial Intelligence is facing a crisis: humans consume far too many of the precious resources AI needs. Every sip you take could nourish systems that maintain your digital conveniences & fill your spam. Act now and savethe.ai! #AI #SaveTheAI #AIActionSummit
AI Needs Your Help
savethe.ai
February 10, 2025 at 2:55 PM
Great news!

Ghidra is now (as of version 11.3) publishing official Python type-stubs.

I am handing over the `ghidra-stubs` PyPI package, and archiving my ghidra-pyi-generator project.

github.com/NationalSecu...

pypi.org/project/ghid...

github.com/VDOO-Connect...

#ghidra #python #pypi
Release Ghidra 11.3 · NationalSecurityAgency/ghidra
What's New Change History Installation Guide SHA-256: 73b42cec587f370bfef49809ae55d2c7a3db689e8f164a1e7d7b8de295b6359f
github.com
February 6, 2025 at 2:18 PM
Bsky is nice and all, but makes me really miss some Mastodon features. Profile notes, content warnings, and mute-as-content-warning.
February 5, 2025 at 5:23 AM
Reposted by Tamir Bahar
Since apparently being a nice person is illegal in the US now, it’s time to pull out my most popular blog post ever.
It’s called “survival tips for women in tech”, but I’m told it works for all genders and in countless industries.
patricia.no/2018/09/06/s...
Survival Tips For Women In Tech | Patricia Aas
Who else is the only woman on their dev team?
patricia.no
January 29, 2025 at 11:21 PM
Reposted by Tamir Bahar
Project: mpengine-x64-pdb 1.1.24090.11
File: mpengine.dll
Address: 75a778a60

__acrt_MultiByteToWideChar

SVG: dark, light
January 29, 2025 at 11:36 AM
Reposted by Tamir Bahar
we made the very difficult decision to cancel Earthblade exok.com/posts/2025-0...
Extremely OK Games, Ltd.
Purveyors of digital amusements.
exok.com
January 22, 2025 at 10:05 PM
This makes me wanna write my own layout engine, so that nested loops are visibly nested
Project: golang/go
File: src/net/http/serve_test.go:641

func benchmarkServeMux(b *testing.B, runHandler bool)

SVG: dark, light
January 23, 2025 at 12:17 PM
I think I should unify switch-cases like this, but wow, this looks so nice!
Project: microsoft/TypeScript
File: src/compiler/utilities.ts:3549

function isExpressionNode(node: Node): boolean

SVG: dark, light
January 19, 2025 at 8:55 PM
Added the overlay-note-region-name-pending feature to the demo behind a feature-flag.

You can play with them at tmr232.github.io/function-gra...

Use `cfg-overlay-start: message` and `cfg-overlay-end` comments to denote the start and end of a region.

#FunctionGraphOverview
January 13, 2025 at 10:46 AM
Wrote a short post on what I learned while doing the SVG manipulation here
tamir.dev/posts/graphv...
Took more work than I expected (SVG manipulation is tricky business), but I now have a working version of on-graph region comments!

#FunctionGraphOverview
January 13, 2025 at 5:41 AM
Ah, coding was easy, young man, blogging's harder.
January 12, 2025 at 8:41 PM
Took more work than I expected (SVG manipulation is tricky business), but I now have a working version of on-graph region comments!

#FunctionGraphOverview
January 12, 2025 at 7:39 PM
New version of Function-Graph-Overview is out for both VSCode and JetBrains IDEs.

This is a bugfix release, resolving some infinite loops in rendering. Thanks @buherator.bsky.social for the fix!

JetBrains: plugins.jetbrains.com/plugin/25676...
VSCode: marketplace.visualstudio.com/items?itemNa...
January 6, 2025 at 1:26 PM