Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by musicman (musicman@nu.federati.net), page 112

  1. musicman (musicman@nu.federati.net)'s status on Wednesday, 09-Jan-2019 14:23:54 EST musicman musicman
    • §
    disclaimer: I did not read the article

    I've ridden my bike on Lake
    In conversation Wednesday, 09-Jan-2019 14:23:54 EST from nu.federati.net permalink
  2. musicman (musicman@nu.federati.net)'s status on Wednesday, 09-Jan-2019 14:08:45 EST musicman musicman
    I accidentally upgraded my web app. I guess I can test with the upgraded version and see if I can reproduce.
    In conversation Wednesday, 09-Jan-2019 14:08:45 EST from nu.federati.net permalink
  3. musicman (musicman@nu.federati.net)'s status on Wednesday, 09-Jan-2019 12:21:59 EST musicman musicman
    music for cats: https://hamnskifte.bandcamp.com/
    In conversation Wednesday, 09-Jan-2019 12:21:59 EST from nu.federati.net permalink

    Attachments

    1. Invalid filename.
      Hamn, by Hamnskifte
      from Hamnskifte
      1 track album
  4. musicman (musicman@nu.federati.net)'s status on Wednesday, 09-Jan-2019 10:18:57 EST musicman musicman
    • Glacial, Erratic
    I don't have the scarf yet. I know they had a lot of new members this year, so I'm not sure when that will happen. I live and work in the North Loop (although I'm within both the parking and restaurant definitions at work: Wyman building), so that can be a starting point for trying to figure out when/where to meet for delivery.
    In conversation Wednesday, 09-Jan-2019 10:18:57 EST from nu.federati.net permalink
  5. musicman (musicman@nu.federati.net)'s status on Tuesday, 08-Jan-2019 16:50:30 EST musicman musicman
    fun: https://github.com/nvbn/thefuck
    In conversation Tuesday, 08-Jan-2019 16:50:30 EST from nu.federati.net permalink

    Attachments

    1. Invalid filename.
      nvbn/thefuck
      from GitHub
      thefuck - Magnificent app which corrects your previous console command.
  6. musicman (musicman@nu.federati.net)'s status on Tuesday, 08-Jan-2019 16:42:53 EST musicman musicman
    in reply to
    • musicman
    • Glacial, Erratic
    @bdunnette is your like a suggest that you want it?
    In conversation Tuesday, 08-Jan-2019 16:42:53 EST from nu.federati.net permalink
  7. musicman (musicman@nu.federati.net)'s status on Tuesday, 08-Jan-2019 16:39:34 EST musicman musicman
    • Karen C🥨👵🏻🌲🏖️
    Are you on twitter? If so, ask Shawn Franklin. He does a lot of remastering. He's doing the digital remastering for blocSonic.
    In conversation Tuesday, 08-Jan-2019 16:39:34 EST from nu.federati.net permalink
  8. musicman (musicman@nu.federati.net)'s status on Tuesday, 08-Jan-2019 16:37:43 EST musicman musicman
    in reply to
    • musicman
    I compiled openssl and set it to be the default version:

    openssl version
    OpenSSL 1.1.0f 25 May 2017

    Then, I recompiled Python.

    However, I still get this:
    python3.7 -m pip install p4python
    pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
    Collecting p4python
    Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/p4python/
    Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/p4python/
    Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/p4python/
    Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/p4python/
    Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/p4python/
    Could not fetch URL https://pypi.org/simple/p4python/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/p4python/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
    Could not find a version that satisfies the requirement p4python (from versions: )
    No matching distribution found for p4python
    pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
    Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
    In conversation Tuesday, 08-Jan-2019 16:37:43 EST from nu.federati.net permalink
  9. musicman (musicman@nu.federati.net)'s status on Tuesday, 08-Jan-2019 13:48:23 EST musicman musicman
    in reply to
    • musicman
    maybe this is the answer: https://nu.federati.net/url/199476
    In conversation Tuesday, 08-Jan-2019 13:48:23 EST from nu.federati.net permalink

    Attachments

    1. Invalid filename.
      Python3: ImportError: No module named '_ctypes' when using Value from module multiprocessing
      from Stack Overflow
      I am using Ubuntu and have installed Python 2.7.5 and 3.4.0. In Python 2.7.5 I am able to successfully assign a variable x = Value('i', 2), but not in 3.4.0. I am getting: Traceback (most recent c...
  10. musicman (musicman@nu.federati.net)'s status on Tuesday, 08-Jan-2019 13:41:15 EST musicman musicman
    in reply to
    • musicman
    Any ideas?

    root@dwhitfield-centos6:/usr/src/Python-3.7.0# python3.7 get-pip.py
    Traceback (most recent call last):
    File "get-pip.py", line 20890, in <module>
    main()
    File "get-pip.py", line 197, in main
    bootstrap(tmpdir=tmpdir)
    File "get-pip.py", line 82, in bootstrap
    import pip._internal
    File "/tmp/tmp3i5zf_1_/pip.zip/pip/_internal/__init__.py", line 40, in <module>
    File "/tmp/tmp3i5zf_1_/pip.zip/pip/_internal/cli/autocompletion.py", line 8, in <module>
    File "/tmp/tmp3i5zf_1_/pip.zip/pip/_internal/cli/main_parser.py", line 12, in <module>
    File "/tmp/tmp3i5zf_1_/pip.zip/pip/_internal/commands/__init__.py", line 6, in <module>
    File "/tmp/tmp3i5zf_1_/pip.zip/pip/_internal/commands/completion.py", line 6, in <module>
    File "/tmp/tmp3i5zf_1_/pip.zip/pip/_internal/cli/base_command.py", line 18, in <module>
    File "/tmp/tmp3i5zf_1_/pip.zip/pip/_internal/download.py", line 38, in <module>
    File "/tmp/tmp3i5zf_1_/pip.zip/pip/_internal/utils/glibc.py", line 3, in <module>
    File "/usr/local/lib/python3.7/ctypes/__init__.py", line 7, in <module>
    from _ctypes import Union, Structure, Array
    ModuleNotFoundError: No module named '_ctypes'
    In conversation Tuesday, 08-Jan-2019 13:41:15 EST from nu.federati.net permalink
  11. musicman (musicman@nu.federati.net)'s status on Tuesday, 08-Jan-2019 10:22:48 EST musicman musicman
    • Minnesota, USA
    What anyone in !minnesota be interested in my Minneapolis City SC member scarf? I'm a lifetime member and can only wear so many scarves at a time...
    In conversation Tuesday, 08-Jan-2019 10:22:48 EST from nu.federati.net permalink
  12. musicman (musicman@nu.federati.net)'s status on Tuesday, 08-Jan-2019 09:41:29 EST musicman musicman
    • Python
    fighting with !python on CentOS 6...
    In conversation Tuesday, 08-Jan-2019 09:41:29 EST from nu.federati.net permalink
  13. musicman (musicman@nu.federati.net)'s status on Monday, 07-Jan-2019 14:14:32 EST musicman musicman
    due to errors of two of my opponents, I ended my streak of finishing last in Ticket to Ride. I literally had finished last every time I played. THEN I WON.

    The next game I finished last again.

    That said, had the game progressed even a couple more rounds, I could have had 27 additional points due to getting my final destination card. I had thought maybe short destinations ere the way to go to rack up points, but I think actually the big destination cards might be the way to go. I will play this strategy next time and see how it goes.
    In conversation Monday, 07-Jan-2019 14:14:32 EST from nu.federati.net permalink
  14. musicman (musicman@nu.federati.net)'s status on Monday, 07-Jan-2019 13:12:24 EST musicman musicman
    • Python
    I remember hearing about some big breaking changes in the 3.x series of !python. What I mean is, like from 3.4 to 3.5 there were some breaking changes. I cannot, however, remember what those are, or immediately find answers with a search to…
    In conversation Monday, 07-Jan-2019 13:12:24 EST from nu.federati.net permalink
  15. musicman (musicman@nu.federati.net)'s status on Monday, 07-Jan-2019 09:34:51 EST musicman musicman
    • Minnesota, USA
    One of our #ALM SEs either quit quickly or was let go. If anyone would be interested in such a position, let me know, and you can get in before the public listing. I suspect you'd need to work out of the #Minneapolis !Minnesota office.
    In conversation Monday, 07-Jan-2019 09:34:51 EST from nu.federati.net permalink
  16. musicman (musicman@nu.federati.net)'s status on Friday, 04-Jan-2019 17:24:24 EST musicman musicman
    I can't remember if !football is a thing still, or if I'm in it, but for the soccer fans out there, a new show is dropping this weekend.

    It's called World Club of the Week.

    We will profile a new club every week. No country or division limitations, at least officially. If we can't find any information about the club in English, German, or Spanish, we might have to pass.

    That said, get in your club suggestions!
    In conversation Friday, 04-Jan-2019 17:24:24 EST from nu.federati.net permalink
  17. musicman (musicman@nu.federati.net)'s status on Friday, 04-Jan-2019 16:41:58 EST musicman musicman
    in reply to
    • musicman
    I do often find it very difficult to listen to #hiphop at work though. Lyrics of any type can be hard, but particularly hip hop. spoken word is literally impossible.
    In conversation Friday, 04-Jan-2019 16:41:58 EST from nu.federati.net permalink
  18. musicman (musicman@nu.federati.net)'s status on Friday, 04-Jan-2019 16:38:31 EST musicman musicman
    in reply to
    • musicman
    track 2 is like if Eminem went conscious (although he has had a couple of tracks that go that direction), was Australia, and used heavier beats.

    I had pre-determined I wasn't going to like the song based on the title, but it's actually pretty good.
    In conversation Friday, 04-Jan-2019 16:38:31 EST from nu.federati.net permalink
  19. musicman (musicman@nu.federati.net)'s status on Friday, 04-Jan-2019 16:35:01 EST musicman musicman
    • Creative Commons Music
    Track 1 is legit. Let's see if he keeps it up: https://consc1ence.bandcamp.com/album/disorientated-mixtape !ccmusic
    In conversation Friday, 04-Jan-2019 16:35:01 EST from nu.federati.net permalink

    Attachments

    1. Invalid filename.
      Disorientated Mixtape, by Conscience
      from Conscience
      11 track album
  20. musicman (musicman@nu.federati.net)'s status on Friday, 04-Jan-2019 13:45:34 EST musicman musicman
    perhaps they could pass a spending bill that begins building a wall in 2021. Then, after Trump is booted, they could promptly remove that funding. Trump doesn't give a fuck about anyone but himself. You have to give him a win. "Democrats pass funding for wall" is a win. No one with a brain will care though.
    In conversation Friday, 04-Jan-2019 13:45:34 EST from nu.federati.net permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.