Readit News logoReadit News
gabrielsroka commented on Using Python for Scripting   hypirion.com/musings/use-... · Posted by u/birdculture
gabrielsroka · 2 days ago
> Python is installed on pretty much every machine

> Python 3 is installed on basically every machine out there.

> Python will work the same on all the machines you run your script on

No, no, and no.

gabrielsroka commented on Use Python for Scripting   hypirion.com/musings/use-... · Posted by u/todsacerdoti
ifh-hn · 7 days ago
The arguement appears to be: use python because bash is different across Linux and Mac. Fair enough, but ignores windows where python is not already there.

Personally though at the point where you need a true cross platform scripting language in the shell I'd just install something like powershell or nushell.

gabrielsroka · 2 days ago
Mac no longer ships with Python
gabrielsroka commented on No Geoff Hinton or Yann LeCun in Time 2025   time.com/7339685/person-o... · Posted by u/deveshbatra
gabrielsroka · 2 days ago
Dupe. https://news.ycombinator.com/item?id=46231459

Actual title: The Architects of AI: Person of the Year 2025

Also, don't editorialize title.

https://news.ycombinator.com/newsguidelines.html

gabrielsroka commented on You used to be able to just create a Native GUI App in 10 seconds   twitter.com/tsoding/statu... · Posted by u/Ezhik
gabrielsroka · 4 days ago
In HTML

  <button onclick="alert('Hello')">Command1</button>

gabrielsroka commented on Show HN: I built a 1.8MB native app with self-built UI, vision and AI libraries   github.com/Okery/Aivition... · Posted by u/jaramy
jaramy · 13 days ago
Hi everyone,

I'd like to share Aivition, a native AI image processing tool I built. It is a 1.8MB executable, written entirely from scratch in C++ without using any third-party or open-source libraries.

It is powered by three self-built, lightweight libraries:

A UI library implemented directly against the pure Win32 API.

A computer vision library that handles image decoding, encoding, and processing (like OpenCV).

An AI inference library that runs neural networks locally (like PyTorch).

I use it daily and hope it might be useful for others.

I'd be grateful for any feedback on performance, compatibility, or your general experience with it.

gabrielsroka · 13 days ago
What's the license? I'm guessing it's not open source because you didn't publish the source.

u/gabrielsroka

KarmaCake day1355March 9, 2020
About

  // JavaScript
  const contactInfo = {
    email: `${id}@gmail.com`,
    web: `https://${id}.github.io`
  };

Drag this to the bookmark bar, then click it:

  javascript:alert(`${new URLSearchParams(location.search).get('id')}@gmail.com`) //My email



   ####    ##   #####  #####  # ###### #     
  #    #  #  #  #    # #    # # #      #     
  #      #    # #####  #    # # #####  #     
  #  ### ###### #    # #####  # #      #     
  #    # #    # #    # #   #  # #      #     
   ####  #    # #####  #    # # ###### ######
  
   ####  #####   ####  #    #   ##  
  #      #    # #    # #   #   #  # 
   ####  #    # #    # ####   #    #
       # #####  #    # #  #   ######
  #    # #   #  #    # #   #  #    #
   ####  #    #  ####  #    # #    #
  
  
         <! . . . . . . . . . .!>
         <! . . . . . . . . . .!>
         <! . . . . . . . . . .!>
         <! . . . . . . . . . .!>
         <! . . . . . . . . . .!>
         <! . . . . . . . . . .!>
         <! . . . .[][][] . . .!>
         <! . . . . . .[] . . .!>
         <! . . . . . . . . . .!>
         <! . . . . . . . . . .!>
  [][][] <! . . . . . . . . . .!>
    []   <! . . . . . . . . . .!>
         <! . . . . . . . . . .!>
         <! . . . .[][] . . . .!>
         <! . . . .[][] . . . .!>
         <! . . .[][][][] . . .!>
         <! .[][] .[][][] . .[]!>
         <! .[][] .[] . . .[][]!>
         <![][][] .[][][][][][]!>
         <![][][][] . .[][][][]!>
         <!====================!>
           \/\/\/\/\/\/\/\/\/\/
  
  
  pacmanpacmanpacmanpacmanpacmanpacmanpacmanpacmanpacman
  ===============================================.
      .-.   .-.     .--.                         |
     | OO| | OO|   / _.-' .-.   .-.  .-.   .''.  |
     |   | |   |   \  '-. '-'   '-'  '-'   '..'  |
     '^^^' '^^^'    '--'                         |
  ==============.  .-.  .================.  .-.  |
                | |   | |                |  '-'  |
                | |   | |                |       |
                | ':-:' |                |  .-.  |
                |  '-'  |                |  '-'  |
  =============='       '================'       |

View Original