• 2 Posts
  • 163 Comments
Joined 2Y ago
cake
Cake day: Apr 19, 2023

help-circle
rss

I can’t say anything about it’s quality, but Wikibooks has German.

Looks like it may be worthwhile as a or an additional starting resource, but maybe not more.


yt-dlp supports various sites and authentication options (may have to take over from webbrowser). I don’t see an explicit extractor in the source, but it may work anyway. It’s what I’d try first.



I’d suspect your VPN is slow before suspecting ISP throttling.

you --> ISP --> target
you --> ISP --> VPN --> target

You’re introducing VPN, with different network routing, and a routing middle-man, and suspect ISP before VPN?



I can’t get what it describes through all the Jedi stuff and jokes.

One mentor and one apprentice? And everything else remains unspecified and open?

For FOSS, as it is described, it makes me think it’s a big investment with unclear risk (will they even stay as a contributor?). Which of course can be contextualized - but then what is left here?


I sometimes do things (cleanup, refacs) off-ticket / not part of the ticket. It can be a light alternative when other stuff is complicated and demotivating. Depending on your environment and team/contract setup, simply doing it could be more difficult though.

If it serves your satisfaction and productivity, and is good for the product, then it’s not wasted. Not everything has to be - or even can be - preplanned.



I don’t have experience with that in particular. I’ll share my more general, tangential thoughts.

MVP is minimal. Extending the scope like that makes me very skeptical (towards scoping and the processes).

Everything you are concerned with would be important topics for retrospectives, or even meetings with management. But of course those don’t exist or are open in all environments. In my team I could openly raise such concerns.

If you’re always rushing to a deadline, or feel like that, think of what you can do and influence to improve that. Retrospectives? Team disuscussions? Partly tuning out of management given focus and doing what you deem important and right? Look for a different team or employer?



Remember, when we do that, we are getting a binary file. But in my imaginary example, we are getting a ‘video description’ in form of PostScript.

The example is a reference/link with handling instructions.

When I think of video metadata, we already have and use formats for that, in a more general and versatile manner.

Maybe I’m missing the point, but sending instructions is a very different and restricted approach.

I like that we describe data and how it shall render. That way, the data is accessible for various interpretations and uses.



I agree the series got worse through the seasons. And not only because of mystique loss.


The intro music (if you want to call the background music soundscape thingy that) is exceptional. Always emotionally touched me.

I can definitely recommend the Infinity Train series too.



Where’s the source?

The post link is to the general website, with no indication.

The linked dotnet.social account describes itself with

Bot parrot for https://devblogs.microsoft.com/

If you like to bring #Microsoft #DevBlogs officially to the #Fediverse,

So I have to take away that it’s not federated after all. There’s only a bot sharing links.

Federated would mean more than a bot, right?


GPU encoding means it’s using the encoder the GPU and driver provides. Which can be worse than software encoders. For software encoders they exist for encoding. On a GPU it’s one feature of many, and doesn’t necessarily seek out the same high bar.


The title question is very broad, varied, and difficult. It depends.

For anything that is not a small script or small, obvious and obviously scoped takes, you can’t assess at first glance.

So for a project/task/extension like you wrote it’s a matter of:

Is there docs or guide specifically for what I want to do/add? If yes, the expectation is it is viable and reasonably doable with low risk.

If there is no guide the assessment is already an exploration and analysis. How is the project structured, is there docs for it or my concerns, where do I expect it as to go and what does it have to touch, what’s the risks of issues and unknown difficulties and efforts. The next step would already be prototyping, and then implementing. Both of which can be started with a “let’s see” and timebox approach where you remain mindful of when known or invested effort or risk increases and you can stop or rethink.


Regarding visual client: I’ve been using TortoiseGit since early on and no other client I’ve tried came close.

I use the log view and have an overview, and an entry point to all common operations I need. Other tools often fail on good overview, blaming through earlier revisions, filterable views of commits or files, or interactive rebase.


I’ve never found pressing modifier keys to be an issue. I’ll be mindful of my use today.

I guess the hold to repeat input (of letters) is not used much, so not a significant or noticeable loss when replaced. I’d certainly see false positives and having to type slower as deal breakers.


If you’re looking for collaboration or audience I’d stay with github. It’s too prevalent to skip for alternative niche with account signup and that elsewhere as a barrier.

If that’s no concern to you it’s viable.


Firms wanted seven years’ worth of IP address logs

I doubt - or hope they don’t - Reddit stores them for that long?


You copied that function without understanding why it does what it does, and as a result your code IS GARBAGE.

AGAIN.

[…]

Debate continued for some time, in a cooler tone, with Torvalds offering suggestions on what he felt would be a better approach to the issues Rostedt hoped to address.

Harsh tone (in only two instances?), but he still invested in offering suggestions 🤷

I expected more behind the verb “flaming”.


I looked at Movies Anywhere and

  • US only
  • Movies bought only (no series, does not support rentals)
  • sounds like they offer a unified interface to multiple providers - but you’re saying it unlocks the bought movies on the other platforms? - if it’s only a frontend it’d not help in keeping access

What’s the difference then?

Is it the same software, a rebrand, a publishing team change?


Did you just make a contradictory argument for both sides?

Is your distinction that piracy by individuals gives cultural recognition while that of corporations doesn’t?

If you think piracy is warranted, at the cost of artists/creators, how is a generalized AI that makes it available and more accessible as a cultural abstracted good different?


Why did you post a screenshot instead of posting/quoting the text?

Text would have been more accessible and more discoverable.


A crack changes program code and is executed. There is no easy way to check if it is safe.

Unless you inspect the source code or binary code (directly or through reverse-engineering) you can not verify it.

What’s left without that is attempts at gaining confidence through analysis trust of third parties - the providers, distributors, creators - who have to be confirmed beyond a matching text label too.

The alternative to or extension of being confidently safe or accepting the risk is to sandbox the execution. Run the crack in a restricted environment with limited access in case it does things you do not want to. Optionally monitoring what it does. Which has to be put into relation of what the program does without the crack.


“Like any secret, SAS tokens need to be created and handled appropriately,” said the MSRC team. “As always, we highly encourage customers to follow our best practices when using SAS tokens to minimise the risk of unintended access or abuse.

lol - follow our best practices - ironic. Of course documented best practices don’t mean everyone follows them, even internally, but that statement still makes for humorous irony. Ambiguous, almost implies, “follow how we did it here” in my reading.

Among other things, their access levels can be easily and readily customised by the user, as can the expiry time, which could in theory allow a token to be created that never expired (the compromised one was in fact valid through to 2051, 28 years from now).

[…] it’s not easy to revoke the token either […]

Reading this, the drive to managed cloud and centralization feels like an effort to replace memory management issues as the top vulnerability cause. We - as an industry - are more aware of those as ever, and have interesting efforts like Rust adoption. And at the same time, hierarchical access tokens you can’t easily revoke, with arbitrary configured lifetimes and access, that are hard to monitor, track, and trace (from reading this article) are introduced as an entirely new set of risk and attack surface.


Of course - cutting scope is a good call to keep it manageable and fun, and not end up with creep and what you wanted to evade in the first place. :)


Index categories are blog, docs, magazines. Have you considered indexing source code websites?

I thought I would remember a second one, but I can’t recall right now.

Subpaths on GitHub and GitLab would be a similar fashion but would require more specific filters - unless they are projects hosted on dedicated instances.

Project issue tickets may also be very relevant to developer searches!?


I have also a different problem, dev.to has a lot of good resources but also tons of SEO spam and low quality content. It’s also freaking huge and while it was for some time in the index I had to remove it and think about it some more.

Yeah, a public platform is unlikely to provide consistent content. If curation is not an explicit goal and practice there, I would not include them for the reasons you mentioned.

If indexing could happen not on domain but with more granular filters - URL base paths - that may be viable. Indexing specific authors on devto.


I think the main issue as well as my main question is around scope.

You say targets we developers, but the current index is quite narrow. So will you accept significant expansion of that, as long as it may be relevant to Web developers? Where would you draw lines on mixed c content or technologies?

ASP.NET docs is definitely docs for web developers. But maybe not what you had in mind. Would that apply? The docs are h hosted on a platform with a lot of other docs of the dotnet space. Some may be relevant to “Web developers”, others not. And the line is subjective and dynamic.

My website has some technological development resources and blog posts. But also very different things. Would that fit into scope or not?

How narrow out broad would you make the index?

I guess it’s an index for search, so noise shouldn’t be a problem as long as there are gains through/of quality content.


JavaScript itself provides the functionality jQuery became popular for. So no. Check the standard lib first before considering helper libs.


“no warranty” is very different from “expect bugs and breakage”

It tells me they’re not confident in or trying for stability. Which means I have to expect issues and fix up time requirements. Which I’m not willing to invest regularly.


The Wadsworth Constant is an axiom which states that the first 30% of any video can be skipped because it contains no worthwhile or interesting information.



  • ⚠️ Expect bugs and breaking changes.
  • ⚠️ Do not use the app as the only way to store your photos and videos.

Well that’s not very confidence-inducing…



The work is being supported by grants from Google.org, The Rockefeller Foundation, and the Wikimedia Endowment.

Either way they did get some additional funding for this project.


Lazygit Turns 5: Musings on Git, TUIs, and Open Source
They explore a great retrospective and assessment of the broader context of Lazygit: Git and version control systems in general, their interface, and text-based UIs.
fedilink

Lazygit Turns 5: Musings on Git, TUIs, and Open Source
They explore a great retrospective and assessment of the broader context of Lazygit: Git and version control systems in general, their interface, and text-based UIs.
fedilink