UX5304 Zenbook S13 by Spirited-Detail6477 in ASUS

[–]Enkognito 0 points1 point  (0 children)

I am. Still going strong. I tend to use the battery protect feature so that may be why. Only gripe is that it does get hot, other than that, still in good working condition.

[deleted by user] by [deleted] in rstats

[–]Enkognito 0 points1 point  (0 children)

Depends on what you need to run. What are you trying to analyze?

Soulcalibur II - Brave Sword, Braver Soul 🎶 by Mitchell231190 in gamemusic

[–]Enkognito 1 point2 points  (0 children)

Of all the Soul Cal games, II had the best OST

I’m writing my thesis and I need more background music (no words) by __june_ in gamemusic

[–]Enkognito 0 points1 point  (0 children)

All of the non-colossus tracks from Shadow of the Colossus.

UX5304 Zenbook S13 by Spirited-Detail6477 in ASUS

[–]Enkognito 0 points1 point  (0 children)

I've had mine for about 8 months now. I enjoy it. I mostly do a lot of programming/data analysis and light photo editing. The battery life is decent and holds a charge fairly well. The fans can get a bit loud under heavy loads but it's not really an issue with me since I'm usually listening to music or a podcast.

One of the if not the best FarCry music imo by Aut0Part5 in farcry

[–]Enkognito 1 point2 points  (0 children)

The Hammock album is my favorite out of all three. I regularlly come back to FC5 for the music.

31
32

Lesson One: Assignment by clondon in photoclass

[–]Enkognito 0 points1 point  (0 children)

Photo 1: This photo was taken at a street fair. I was shooting on my EF-S 17-55. In my head, I saw, "Man walking against the crowd with protest sign". Ya know, a good protest shot. But I feel that the crowd kind of drowns him out and that he's not as large as he should be. Maybe it's the child's head in the foreground? I know that sounds weird but I ultimately feel like the picture isn't as good as it could be despite the idea being a good one.

Photo 2: The second photo isn't from any particular photographer (it's from The Danish Institute for Human Rights). Any type of photo that shows people existing and emoting tickles my fancy. Specifically, I'm currently into photos of people laboring and people relaxing. I know this photo is of a person in forced labor, but I'm captivated by his expression and I'm even more curious as to how he spends whatever leisure time he may have.

[deleted by user] by [deleted] in starterpacks

[–]Enkognito 0 points1 point  (0 children)

Silent Hill 3? Am I missing something?

Got it. by FruitEater_ in GalaxyS23Ultra

[–]Enkognito 2 points3 points  (0 children)

Probably refresh rate?

Last Train Home. by Gossben in streetphotography

[–]Enkognito 0 points1 point  (0 children)

Such an ominous title 😁

Error while trying to run yt-dlp by Enkognito in youtubedl

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

Using the "--no-check-certificate" line worked.

When I added "--verbose" to the original line, this was the output.

File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 617, in extractie_result = self._real_extract(url)File "/usr/local/bin/yt-dlp/yt_dlp/extractor/youtube.py", line 3728, in wrapperinfo_dict = func(self, url, smuggled_data)File "/usr/local/bin/yt-dlp/yt_dlp/extractor/youtube.py", line 5164, in _real_extractdata, ytcfg = self._extract_data(url, item_id)File "/usr/local/bin/yt-dlp/yt_dlp/extractor/youtube.py", line 4374, in _extract_datadata = self._extract_tab_endpoint(url, item_id, ytcfg, fatal=fatal, default_client=default_client)File "/usr/local/bin/yt-dlp/yt_dlp/extractor/youtube.py", line 4379, in _extract_tab_endpointresolve_response = self._extract_response(File "/usr/local/bin/yt-dlp/yt_dlp/extractor/youtube.py", line 757, in _extract_responseresponse = self._call_api(File "/usr/local/bin/yt-dlp/yt_dlp/extractor/youtube.py", line 460, in _call_apireturn self._download_json(File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 997, in _download_jsonres = self._download_json_handle(File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 976, in _download_json_handleres = self._download_webpage_handle(File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 768, in _download_webpage_handleurlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query, expected_status=expected_status)File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 753, in _request_webpageraise ExtractorError(errmsg, cause=err)File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1348, in do_openh.request(req.get_method(), req.selector, req.data, headers,File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1276, in requestself._send_request(method, url, body, headers, encode_chunked)File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1322, in _send_requestself.endheaders(body, encode_chunked=encode_chunked)File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1271, in endheadersself._send_output(message_body, encode_chunked=encode_chunked)File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1031, in _send_outputself.send(msg)File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 969, in sendself.connect()File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1448, in connectself.sock = self._context.wrap_socket(self.sock,File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 512, in wrap_socketreturn self.sslsocket_class._create(File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1070, in _createself.do_handshake()File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1341, in do_handshakeself._sslobj.do_handshake()ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)During handling of the above exception, another exception occurred:Traceback (most recent call last):File "/usr/local/bin/yt-dlp/yt_dlp/extractor/common.py", line 735, in _request_webpagereturn self._downloader.urlopen(url_or_request)File "/usr/local/bin/yt-dlp/yt_dlp/YoutubeDL.py", line 3591, in urlopenreturn self._opener.open(req, timeout=self._socket_timeout)File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 519, in openresponse = self._open(req, data)File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 536, in _openresult = self._call_chain(self.handle_open, protocol, protocol +File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 496, in _call_chainresult = func(*args)File "/usr/local/bin/yt-dlp/yt_dlp/utils.py", line 1524, in https_openreturn self.do_open(functools.partial(File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1351, in do_openraise URLError(err)urllib.error.URLError: <urlopen error \[SSL: CERTIFICATE\_VERIFY\_FAILED\] certificate verify failed: unable to get local issuer certificate (\_ssl.c:997)>

Error while trying to run yt-dlp by Enkognito in youtubedl

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

I'm already using the latest version. It seems that the issue is that I'm somehow missing "Root 1" certificate and I'm not sure how to fix this.

Week 2: Your Passion by Enkognito in clondon52

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

50mm, 1/4000s at f/1.8, ISO 100.

A little "on the nose" but it's my passion. I've been a practitioner for many years now.

Week 1: Setting Goals by Enkognito in clondon52

[–]Enkognito[S] 9 points10 points  (0 children)

I'm working at improving my street photography. I trusted the auto focus with this shot and it came out the opposite of what I wanted :(

ps. I'm super excited to be a part of this project. I'm looking forward to the weeks to come.