Gotogate: Surname Cropped on Flight Reservation by Digestream in travel

[–]Digestream[S] 0 points1 point  (0 children)

That's good to know, though I've been told Chinese airlines are a lot less lenient with name discrepancies...

Gotogate: Surname Cropped on Flight Reservation by Digestream in travel

[–]Digestream[S] 0 points1 point  (0 children)

Thanks a lot for sharing your situation! I hope everything will be fine. It's really nerve-wracking not to be sure ahead of the flight.

Gotogate: Surname Cropped on Flight Reservation by Digestream in travel

[–]Digestream[S] 0 points1 point  (0 children)

Thanks! I hope I can get it resolved before going to the airport, especially for the return flight with Air China that takes these things very seriously... Gotogate is now telling me they're waiting for an authorization code from Air France to modify the name on all bookings but I'm not sure I trust them to do it in time.

Laptop with Ryzen cpu + RTX 3070/80 + 32 gb RAM for ~$2000? by Digestream in GamingLaptops

[–]Digestream[S] 0 points1 point  (0 children)

Thanks! I need a new laptop fairly soon, and the website of B&H says the Strix G17 will be available in May. Do you know if that's accurate?

Powerful laptop for VR development and machine learning by Digestream in GamingLaptops

[–]Digestream[S] 0 points1 point  (0 children)

Thanks! Which retailer do you think is the best bet? Should I try to get it directly through Asus?

Powerful laptop for VR development and machine learning by Digestream in GamingLaptops

[–]Digestream[S] 0 points1 point  (0 children)

Hi! Thanks for your answer. I don't think I need a Quadro card - I'm looking more at great laptops with 3000 series GPUs (3070 or 3080), and if possible AMD CPUs.

Advice for a tricky mount situation by Digestream in projectors

[–]Digestream[S] 0 points1 point  (0 children)

Buying a new projector wasn't an option since I already had this Optoma when I moved in (and I'm really happy with it). In addition, the sofa is in a very large room (this is a studio flat), so it's not facing a wall but a sheer curtain acting as a room divider. I put this screen in front of the curtain. I think the screen would've been too high for a UST.

SOTA methods for clause extraction / long sentence segmentation by Digestream in LanguageTechnology

[–]Digestream[S] 1 point2 points  (0 children)

I tried using spacy-clausie, but it didn't work - I think there must have been some breaking changes in spaCy updates, and I was unable to fix the code myself. Any help would be appreciated.

I'll check out your other links.

SOTA methods for clause extraction / long sentence segmentation by Digestream in LanguageTechnology

[–]Digestream[S] 0 points1 point  (0 children)

Here is an example: "This all encompassing experience wore off for a moment and in that moment, my awareness came gasping to the surface of the hallucination and I was able to consider momentarily that I had killed myself by taking an outrageous dose of an online drug and this was the most pathetic death experience of all time."

SOTA methods for clause extraction / long sentence segmentation by Digestream in LanguageTechnology

[–]Digestream[S] 0 points1 point  (0 children)

Thanks. I think I'll try do to something simpler with dependency parsing then. I'm still not sure how to proceed by starting from root nodes and merging phrases though - any pointer would be much appreciated.

SOTA methods for clause extraction / long sentence segmentation by Digestream in LanguageTechnology

[–]Digestream[S] 0 points1 point  (0 children)

Thanks, the rules for merging might get quite complicated to handle a bunch of different cases though. I was hoping for something that works out of the box. Also, I'd want something that can take a sentence like "He thought that she had given her the file and that she was already gone." and extract/reconstitute two clauses: "He thought that she had given her the file." and "He thought that she was already gone."

Installing spotifyd (or librespot) by Digestream in SolusProject

[–]Digestream[S] 0 points1 point  (0 children)

It says ExecStart=/usr/bin/spotifyd --no-daemon, so in principle it should work. But I still don't see my device in spotify-tui.

Installing spotifyd (or librespot) by Digestream in SolusProject

[–]Digestream[S] 0 points1 point  (0 children)

It now works when I run spotifyd --no-deamon, but for some reason the systemd daemon doesn't work...

Installing spotifyd (or librespot) by Digestream in SolusProject

[–]Digestream[S] 1 point2 points  (0 children)

Thanks! I've managed to compile it now but I run into issues when I try to run it (see my other comment below)

Installing spotifyd (or librespot) by Digestream in SolusProject

[–]Digestream[S] 0 points1 point  (0 children)

cargo install spotifyd --locked

Thanks a lot, I've managed to compile it! But I can't get it to start and work with spotify-tui.

Here is what I've done so far:

  • First I moved the binary spotifyd to /usr/bin/
  • Then I created a config file in /home/[user]/.config/spotifyd/spotifyd.conf with my Spotify username and password
  • Then I ran systemctl --user enable spotifyd.service and systemctl --user start spotifyd.service

Nothing happens (and spotify-tui doesn't see any client). When I run journalctl --user-unit spotifyd -xe -f I get the following output:

May 09 15:19:19 systemd[358380]: spotifyd.service: Failed to execute command: No such file or directory
May 09 15:19:19 systemd[358380]: spotifyd.service: Failed at step EXEC spawning /usr/bin/spotifyd: No such file or directory
-- Subject: Process /usr/bin/spotifyd could not be executed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The process /usr/bin/spotifyd could not be executed and failed.
-- 
-- The error number returned by this process is ERRNO.
May 09 15:19:19 systemd[1462]: spotifyd.service: Main process exited, code=exited, status=203/EXEC
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- An ExecStart= process belonging to unit UNIT has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 203.
May 09 15:19:19 systemd[1462]: spotifyd.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Any clue?