Lemmy devs expressed in an AMA that Liberapay is the preferred method of donation.
Lemmy devs expressed in an AMA that Liberapay is the preferred method of donation.
Absolutely true, although imo not necessarily as a conscious choice. It’s simply earth’s feedback systems. We cram all kinds of animals together and accidentally breed highly contagious viruses, which come back to bite us in the ass. We destroy biodiversity and now people in certain parts of the world have to manually pollinate crops, because the insects all died. Etc.
If all goes well, earth will find a balance again that still favours life (possibly not human life). If not, earth might end up like Venus. Not a big deal for earth, but a bit of shame of all this life we currently see here.
That’s very broad. Do you mean by some force outside our universe, or actors inside, possibly on earth?
One you don’t wanna join ;) (Google). I’m still on the free tier of what’s now Workspace and intent to move, but I’m dreading the work that comes with it.
A year or so ago Google almost killed the free tier (look up gsuite legacy if you want to know more). Back then I prepared to move away and settled on Zoho as my replacement, but in the end Google responded to the community’s backlash and kept the free tier free for personal use (although there are some other restrictions put in place, so eventually a move is inevitable). Zoho might also give you the features you want.
I use my own domain and have support for aliases and also have a catch all. No need to selfhost for that.
I would not recommend running your own email server. Major email providers like gmail only accept email from servers that have all kinds of measures in place to make them as trustworthy as possible. That’s hard and probably not possible on a home internet connection.
Filtering incoming spam is also a pain in the ass.
It’s nice as an exercise to learn how email works, but I would not rely on it.
Thanks for the hard work. I’ve cancelled my Patreon and switched to Liberapay.
Oh, it should absolutely be the team’s decision and you’re also totally right that Kanban requires a more mature team. People indeed need to be able to recognise and ask for help when they’re stuck (which means being vulnerable, but also simply being able to formulate the right questions). People also need to be able to give feedback to their team members when they feel or see that someone is struggling or not delivering enough.
To facilitate I always have some form of retrospective in my teams, even when doing Kanban. Sometimes only once every other month, sometimes every two weeks. Highly depends on the maturity of the team and customer.
I work in a company where we say that everyone is an expert (and to a very large extent this is really true). We create teams of experts, including more business savvy people. Everyone respects each others expertise and makes sure they can apply it as best as possible. We don’t infringe upon each other’s expertise. We might ask another expert about the why or the how, but we should not assume we know better. Obviously this happens sometimes, but then we remind each other that we’re all experts and that an engineer wouldn’t like to be told by marketing how to do their job either.
I think this fits nicely with ‘stay in your lane’ and actually makes it easy to remind people to do so. It’s in the core values of the company that people excel in their lane and cooperate with people in other lanes.
I would even argue that points, stories and sprints are not things you need. If you go kanban, you don’t need sprints. You still need to be producing and you probably want to get a feel for complexity so you can prioritize, but that can be done without points.
Stories are also very scrum specific and you can turn them into whatever format you want. I usually still call them stories, but they’re basically just a little card that describes the context (why do want something) and the deliverables (what will be implemented to meet that want).
Correct, it’s not just regurgitating words, it’s predicting which token comes next. A token is sometimes a whole word, but for longer ones it’s part of a word (and some other rules that define how tokenization works).
How it knows which token comes next is why the current generation of LLMs is so impressive. It seems to have learned the rules the underpin our languages, to the point that it seems to even understand the content. It doesn’t just know the grammer rules (without anyone telling it, it just learned the patterns), it also knows which words belong to each other in which context.
It’s your prompt + some preset other context (e.g. that it is an OpenAI LLM) that creates that context. So being able to predict a token correctly is one part, the other is having a good context. This is why prompt engineering quickly became a thing. This is also why supporting bigger contexts is another thing (but a larger context requires way more processing power, so there’s a trade-off there).
It’s btw not just the trained model + context that gives you the output of ChatGPT. I’m pretty sure there are layers before and after, possibly using other ML models, that filter content or make it more fit for processing. This is why you can’t ask it how to make bombs, even though those recipes are in its training set and it very likely can create a recipe based on that.
Looks like it does: https://chat.openai.com/share/1b487711-c1be-468a-877b-98091449b55e
I asked it to translate ‘meeting agreements’ to Dutch and it came up with the word ‘bijeenkomstafspraken’, which is a valid but very uncommon Dutch word (I’m native Dutch and don’t think I’ve seen it before). If I throw it into google with quotes around it, the first page is results with ‘bijeenkomst afspraken’, where ‘afspraken’ is used as the past tense of ‘afspreken’ (to agree) instead of as its noun (agreements).
It btw also suggested ‘vergaderafspraken’ as a translation, which is a way more common word.
ChatGPT speaks other languages. It’s actually a really good translator.
I just asked it to describe an organization using UK English and it indeed used ‘organisation’ instead (didn’t check for other words).
Markdown is notoriously understandized, so there are lots of unofficial extensions. This is a major downside of markdown, as you cannot trust a renderer to properly show the formatting beyond the basics.
It’s still really nice, because of two great features:
If I would guess, then it has to do with making long lines fit in a window without requiring horizontal scrolling.
Markdown is used a lot in the context of software development. Software code is usually accompanied by a readme, detailing what it does, how to setup your environment for development, how to contribute, etc.
The defacto standard is to write this in markdown. Since it’s written in a software development program (an IDE), you don’t have text wrapping, meaning lines continue when they don’t fit in the window. This is because otherwise the code becomes unreadable. Most code can also be kept to fairly short lines, normally not requiring any horizontal scrolling. However, a long sentence in a readme will easily become much longer than a line of code. So being able to break a line anywhere without having an actual line break in your rendered output is super useful for that.
This is btw how html also behaves. Markdown gets rendered to html.
I started a little over half a year ago with Go, coming from Python like the author. I definitely enjoy working in a strongly typed language and Go is usually quite fun to work with. This week I’m actually implementing a concurrency pattern for a ‘real’ problem, so eager to see how that works irl. I’ve yet to come across something where generics really make sense, but definitely curious to explore that with a real case as well.
deleted by creator
I have the same problem with !amsterdam@kbin.social. Tried subscribing and posting from lemmy.ml, but I don’t see posts here beyond the one I created (which btw didn’t become visible at kbin.social, so it’s not working both ways).
Edit: this morning I edited an existing post I made from lemmy.ml to kbin.social. The post showed up with its edit. A bit later I also saw a post from kbin.social show up in lemmy.ml, so I think interacting with content will at some point force federation if it was not working initially. YMMV
Donations definitely help. They are a real motivator and allow people to make more time for contributing. For instances it is also a way to cover hosting costs.
You can donate directly to the Lemmy development or you can see if your instance accepts donations. Personally I just signed up to the Lemmy Patreon.
I use copilot on a daily basis for programming. It has made me much more productive and it’s a real pleasure to use it. Nothing overhyped about it.
Curious to see what it will bring for other domains, e.g. for dealing with emails.
I do agree that there’s a lot of filtering happening. Not a huge deal for more applications. Luckily you can run your own models that are not filtered. I can definitely see a future where you run your own models locally. Afaik Apple recently did some stuff around that.