1. X
  2. Jakub T. Jankiewicz ๐Ÿ‡ต๐Ÿ‡ฑ
Log inSign up
Jakub T. Jankiewicz ๐Ÿ‡ต๐Ÿ‡ฑ
36.8K posts
Jakub T. Jankiewicz ๐Ÿ‡ต๐Ÿ‡ฑ profile banner
user avatar

Jakub T. Jankiewicz ๐Ÿ‡ต๐Ÿ‡ฑ

@jcubic
Software Engineer / Open-source Dev / GNU Emacs and GNU/Linux user / Wikipedia Editor, Mentor, and Trainer DM ๐Ÿ‘‰ jcu.bi/dm
Poland
jakub.jankiewicz.org
Joined May 2010
432
Following
3,794
Followers
RepliesRepliesMediaMedia
  • Software Engineering
    user avatar
    Jakub T. Jankiewicz ๐Ÿ‡ต๐Ÿ‡ฑ
    @jcubic
    2h
    Just got a golden badge on StackOverflow Do you still use SO?
    StackOverflow interface with the Golden badge for Famous Question (10,000 views) for "convert all found m3a to mp3"
  • Software Engineering
    user avatar
    Jakub T. Jankiewicz ๐Ÿ‡ต๐Ÿ‡ฑ
    @jcubic
    7h
    Started implementing a new feature in @LIPS_scheme But hit a roadblock; there is a conflict in the Lexer where two tokens share the same beginning. Asked Claude Opus to add backtracking to the Lexer state machine and explained what the real problem is. It keeps working.
    Image
  • Open Source Contributors
    user avatar
    Jakub T. Jankiewicz ๐Ÿ‡ต๐Ÿ‡ฑ
    @jcubic
    Aug 10
    Interesting story about the Linux kernel.
    user avatar
    It's FOSS
    @Itsfoss
    Aug 10
    Linus Torvalds has a complicated relationship with AI, and he's not hiding it. Linux Torvalds thinks that the upcoming Linux Kernel 7.2 release is "huge". Not huge because of ambitious new features. Huge because AI tools are reviewing kernel code at a pace human contributors
    Image
  • Machine Learning
    user avatar
    Jakub T. Jankiewicz ๐Ÿ‡ต๐Ÿ‡ฑ
    @jcubic
    Aug 9
    Day 28/29/30 of 100 Days of Statistics, Data Science, and Python ๐Ÿ โœ… Continue reading "Better Python Code" Book โœ… Learned cool Python tricks like type(x)(...) โœ… Come up with a private function #100daysofstatistics #100daysOfCode #DataScience #Python
    class Foo:
    def __init__(self, x):
        self.__x = x
    def __repr__(self):
        return f"Foo({self.__x})"

x = Foo(10)

from operator import attrgetter

def private(x, prop):
    fun = attrgetter(f"_{type(x).__name__}{prop}")
    return fun(x)

print(x)                   # Foo(10)
print(private(x, '__x'))   # 10
print(type(x)(20))         # Foo(20)
  • Web Developers
    user avatar
    Jakub T. Jankiewicz ๐Ÿ‡ต๐Ÿ‡ฑ
    @jcubic
    Aug 9
    Thanks to @ahrefs, I've found that my Clarity project hosted on @wasmerio is totally broken. PHP stopped working. It keeps returning 404 errors. So I'm in the process of moving to my shared hosting. That is proven to work. It was such a great service, too good to be true.

Log in or sign up for X

See whatโ€™s happening and join the conversation

Continue with phone
or
Log in with username or email
TermsยทPrivacyยทCookiesยทAccessibilityยทAds Infoยทยฉ 2026 X Corp.
Advertisement
Advertisement