asklemmy Asklemmy What's a foreign movie you want to watch but you can't because it's too obscure to have any sort of translation?
Jump
  • sudoreboot sudoreboot 4 weeks ago 100%

    Lots of Chinese stuff that lack subs. Often it's only available on bilibili, too.

    11
  • nixos nixos Is there anything like nix for mobile devices?
    Jump
  • sudoreboot sudoreboot 1 year ago 100%

    Yeah on mobile it is definitely needed. On desktop I don't mind as much (but I'm often lazy so instead of properly adding to my system config I just keep nix running instead). On mobile there's no way I'm going to fumble around with nix expressions in a text editor.

    2
  • sudoreboot sudoreboot 2 years ago 100%

    Shaka, when the walls fell.

    3
  • opensource Open Source Serenum: a weather service that respects your privacy
    Jump
  • sudoreboot sudoreboot 2 years ago 100%

    This is really cool and useful! I'll be using this! Thank you

    4
  • programming General Programming Discussion Can programming be liberated from the von Neumann style?: a functional style and its algebra of programs
    Jump
  • sudoreboot sudoreboot 2 years ago 100%

    On this note: do we have a fairly good understanding of why none of these alternative systems took off?

    3
  • programming General Programming Discussion Can programming be liberated from the von Neumann style?: a functional style and its algebra of programs
    Jump
  • sudoreboot sudoreboot 2 years ago 100%

    This is very interesting, but also worth mentioning that this is a paper from 1978. I didn't check the date at first and got very excited when I read

    A new class of computing systems uses the functional programming style both in its programming language and in its state transition rules.

    thinking some new developments were happening today.

    5
  • tilvids TILvids - an edutainment video community! TILvids video of the day - The new gesture-based navigation of Phosh 0.20
    Jump
  • sudoreboot sudoreboot 2 years ago 100%

    I feel like "gesture-based" is a bit of an exaggeration. It's less gesture based than Android and I wouldn't call Android gesture based.

    1
  • the_galley The Galley [DayZ] [Warning: high volume] Attacked by bats (flying dogs)
    Jump
  • sudoreboot sudoreboot 2 years ago 100%

    Somewhat awkwardly, masto comments start at 0 upvotes

    1
  • the_galley The Galley [DayZ] [Warning: high volume] Attacked by bats (flying dogs)
    Jump
  • sudoreboot sudoreboot 2 years ago 100%

    It did!

    1
  • the_galley The Galley [DayZ] [Warning: high volume] Attacked by bats (flying dogs)
    Jump
  • sudoreboot sudoreboot 2 years ago 100%

    Ooh, I can see both of these comments from lemmy now (but not the first one from masto)

    1
  • the_galley The Galley [DayZ] [Warning: high volume] Attacked by bats (flying dogs)
    Jump
  • sudoreboot sudoreboot 2 years ago 100%

    Subcomment test

    1
  • the_galley The Galley [DayZ] [Warning: high volume] Attacked by bats (flying dogs)
    Jump
  • sudoreboot sudoreboot 2 years ago 100%

    I can comment from my lemmy.ml account :D

    1
  • memes Memes Pharma ads
    Jump
  • sudoreboot sudoreboot 2 years ago 100%

    It's this weird US thing

    7
  • adhd ADHD Can executive dysfunction affect gameplay?
    Jump
  • sudoreboot sudoreboot 2 years ago 100%

    I think it can. I'm often reluctant to learn new mechanics, even if I would like to know them. This can lead to playing suboptimally, ignoring certain aspects of the game partially or entirely.

    I don't know that I really deal with it in any substantial way other than being aware I'm doing it. Sometimes I realise how it restricts me and if it bothers me too much I may feel motivated enough to try figuring it out.

    Some of this is also partly due to inflexibility, me being on the spectrum.

    2
  • lemmy Lemmy Sorting comments by "Hot" - algorithm doesn't feel very useful
    Jump
  • sudoreboot sudoreboot 3 years ago 50%

    This is a much less extreme example, but I still feel it illustrates the point:

    I don't think a 2h old comment with no upvotes (beside the auto-upvote for new comments) should place above an 8h old comment with 4 upvotes. Whether a 4h old comment with half the upvotes of an 8h old comment should place above the latter is more debatable.

    I'd like to find an example with higher numbers in a 24h window but that's hard to come by at this time.

    Edit: another example:

    0
  • lemmy
    Lemmy sudoreboot 3 years ago 100%
    Sorting comments by "Hot" - algorithm doesn't feel very useful

    It doesn't feel like the algorithm is weighted properly. I usually see the more recent comments near the top even if they have no or very few upvotes (or sometimes even in the negative), with the highly upvoted comments somewhere lower down. I would expect Hot to feel more like Top but with extra weight given to the rate at which a comment is being upvoted, giving more visibility to new discussions in older threads. I think comments with a high number of upvotes deserve a little more weight to avoid a 12h old comment with 60 upvotes being outcompeted by a 12m old comment with one or two upvotes. I could accept a 1h old comment with 10 upvotes being placed above a 10h old comment with 30+-10 upvotes. I would also like to be able to change the default for my account.

    11
    8
    asklemmy Asklemmy How do you deal with executive dysfunction?
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    I sympathise with the syntax often getting in the way. On the flip side I find untyped languages opaque, leaving me to guess what code actually does. Lisps are a great offender because macros, syntactic primitives and functions look the same but behave differently, and without type signatures it becomes a mess.

    The thing with type systems is that they only reveal the gestalt of something that's already there. All languages have types. It's just that many don't bother to correct you.

    I tried to write a language parser in Guile, but when I couldn't figure out what the different data structures actually looked like I eventually gave up.

    2
  • linux Linux Should You Use A Rolling Or Point Release Distro?
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    The most confusing part of flakes is that it isn't the default, but sort of defacto is because so many use it (myself included). At this point I feel it should be the default. The installation process doesn't use the flakes feature so it has to be worked around and it isn't straight forward.

    Nix(OS) has a case of expert user base that aren't motivated enough to make it easier for those unfamiliar with the concepts to get going.

    Nix makes more sense if you understand referential transparency and functional programming. Even then, how a lot of nix expressions are written is quite confusing with all the self-recursive overrides, functions that are somehow also sets etc.

    The best documentation and tutorials are probably somewhere other than in the official ones (though official documentation is not bad). Nix Pills and the wiki, especially.

    2
  • linux Linux Should You Use A Rolling Or Point Release Distro?
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    Totally understandable. One day we may see a graphical installer and configuration manager and that is the day I can start recommending others to try it

    3
  • asklemmy Asklemmy How do you deal with executive dysfunction?
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    I suffer from it too.

    For programming I've found that the more strongly typed a language is, the less I have to worry about keeping in mind. Being able to offload a lot of basic soundness checks to the computer saves me when I lose track and allows me to focus on smaller components without having to worry about messing something else up elsewhere.

    That's about it, though, in terms of life pro tips from me. I end up having to rely on others to complete some trains of thought as I seem to get stuck at an early stage of thinking something through. That means I often start a conversation with an impression or opinion that I'll have revised by the end of it due to factors I hadn't considered.

    2
  • linux Linux Should You Use A Rolling Or Point Release Distro?
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    Learning Nix and NixOS was the best investment I've ever made for my computer use since switching to Linux a decade ago or so.

    The barrier of entry is so high I don't blame anyone for not making the leap but I wish more people could enjoy the benefits. All other distros bar GuixOS feel utterly archaic and clumsily designed by comparison.

    3
  • linux Linux Essence - A desktop operating system built from scratch, for control and simplicity.
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    ...and my critique is about them not acting in their own interest (and fighting corporations at the same time). Linux wouldn't have taken off if it weren't copyleft. It would have been as niche as BSD if it had existed at all.

    1
  • opensource Open Source Popular Nintendo Wii U Game Emulator ‘Cemu’ Plans to Go Open Source with Support on Linux
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    Why would they crack down specifically when it's open sourced? I could see why they would do it before it goes open source though. Once it's out there it'll be hard to prevent the continuation of the project

    11
  • opensource Open Source Distraction free operating system
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    The default configuration generated by nixos-generate-config is a good starting point. From there you can probably find more things to disable or trim down. environment.systemPackages and environment.defaultPackages for example are lists you can make very short.

    4
  • linux Linux Essence - A desktop operating system built from scratch, for control and simplicity.
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    I was alluding to the fact that it's not a copyleft license. AGPL is a suitable OS license.

    3
  • linux Linux Essence - A desktop operating system built from scratch, for control and simplicity.
    Jump
  • sudoreboot sudoreboot 3 years ago 94%

    Matrix or IRC are popular. Can also be XMPP or any other open protocol. Bridge to proprietary networks if necessary but a FOSS project should never rely on Discord. https://drewdevault.com/2021/12/28/Dont-use-Discord-for-FOSS.html

    17
  • linux Linux Essence - A desktop operating system built from scratch, for control and simplicity.
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    MIT license is a great way of making sure corporations will take this and run away with it

    Edit: and yet another supposedly open project using Discord

    22
  • opensource Open Source Distraction free operating system
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    You can configure NixOS to have as little or as much as you want by setting the right options. Guix is much the same.

    Arch also allows customising to a similar level but that's less.. configuring and more installing things and tweaking stuff here and there.

    9
  • gaming Gaming Linux games - Brickadia
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    It just looks like another voxel cube sandbox game to me. We have plenty of those - even FOSS ones like Minetest and Veloren.

    3
  • fediverse Fediverse *Permanently Deleted*
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    To find videos across several instances there is this (as official as it gets) search engine: https://sepiasearch.org/

    12
  • worldnews World News Major Canadian newspapers are now openly discussing the need to prepare for the collapse of the United States
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    Out of curiosity and if you don't mind me asking, what collapse did you live through?

    2
  • linux Linux 7 Best Rolling Release Linux Distributions for People Who Want the Latest and Greatest of Kernel and Software
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    If you feel comfortable learning a functional programming language, NixOS is unbeatable when it comes to stability and (usually) up to date software. If you already know (or prefer) Lisp/Guile, Guix is just as good, as long as you don't depend on proprietary software.

    4
  • asklemmy Asklemmy How do we expand
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    I think it would be good to decentralise communities so that the same community can be hosted on several servers. It sort of sucks to have a community die because a server goes away.

    6
  • linux Linux [Discussion] Laptop and tablet screens with rounded corners and notches are coming, what does this mean for running Linux on them?
    Jump
  • sudoreboot sudoreboot 3 years ago 85%

    Maybe this is also an opportunity for DEs to rethink the rectangular UX? Would be cool to have a Unity8-like sidebar that will fit along any edge, irregular or straight alike. Also radial menus, we're overdue for some native desktop radial menus!

    5
  • programmerhumor Programmer Humor Class.struggle()
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    It's Haskell!

    4
  • programmerhumor Programmer Humor Class.struggle()
    Jump
  • sudoreboot sudoreboot 3 years ago 100%
    class Struggle f where
      abolish :: f a -> a
    
    5
  • asklemmy Asklemmy What's your favorite book?
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    My favourite as well! It's the epitome of speculative science/fiction: taking a fascinating concept and exploring its implications - precisely what I want out of the genre.

    1
  • opensource Open Source Best looking and most minimalist text editor?
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    I use kakoune for everything and love it. It's really fast and minimal, but has plugin support just like vim. I have it as default editor and I have it open in my default terminal when I click on text files.

    1
  • asklemmy Asklemmy What are your favourite fantasy or sci-fi fantasy media?
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    I'd like to write my motivations but I'd just obsess over it for hours, so I'm only listing the items.

    Show:

    • Black Sails
    • The Expanse
    • All 4 (or was it 5?) seasons of Game of Thrones

    Books:

    • The Expanse
    • Blindsight
    • Remembrance of Earth's Past (aka Three Body Problem)
    • Children of Ruin

    Films:

    • Lord of the Rings

    There are others I enjoy despite (or regardless of) their quality, for reasons such as nostalgia, certain characters or unique atmosphere. They're too subjective to be of much interest to anyone else though, probably.

    3
  • programmerhumor Programmer Humor finally there is a perfect monitor for Java programmers
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    I frequently produce such “lines” in [...] Rust with the list/iterator operations.

    Use method chaining and rustfmt.

    3
  • programmerhumor Programmer Humor finally there is a perfect monitor for Java programmers
    Jump
  • sudoreboot sudoreboot 3 years ago 100%

    It's not a replacement for monitors just yet, but it exists: https://github.com/SimulaVR/Simula

    6
  • opensourcegames
    OpenSourceGames sudoreboot 3 years ago 100%
    This Week In Veloren 121 veloren.net

    cross-posted from: https://lemmy.ml/post/67540 > This week, we see lots of design changes to many systems. We hear about how this what is going on with the crafting and loot systems, as well as planned improvements in the combat fields. > > \- AngelOnFira, TWiV Editor

    4
    0
    veloren
    Veloren sudoreboot 3 years ago 100%
    This Week In Veloren 121 veloren.net

    > This week, we see lots of design changes to many systems. We hear about how this what is going on with the crafting and loot systems, as well as planned improvements in the combat fields. > > \- AngelOnFira, TWiV Editor

    5
    0
    opensourcegames
    OpenSourceGames sudoreboot 3 years ago 100%
    This Week In Veloren 120 veloren.net

    cross-posted from: https://lemmy.ml/post/65873 > >This week, we have some nice visuals to check out. We also see some updates to the minimap. > > > > \- AngelOnFira, TWiV Editor

    4
    2
    veloren
    Veloren sudoreboot 3 years ago 100%
    This Week In Veloren 120 veloren.net

    >This week, we have some nice visuals to check out. We also see some updates to the minimap. > > \- AngelOnFira, TWiV Editor

    2
    0
    opensourcegames
    OpenSourceGames sudoreboot 3 years ago 100%
    This Week In Veloren 119 veloren.net

    cross-posted from: https://lemmy.ml/post/63444 > > This week, we take a deep dive into the recent physics overhaul with @lboklin. We also see improvements in the moderations, translation, and skill systems. > > > > \- AngelOnFira, TWiV Editor

    6
    0
    veloren
    Veloren sudoreboot 3 years ago 100%
    This Week In Veloren 119 veloren.net

    > This week, we take a deep dive into the recent physics overhaul with @lboklin. We also see improvements in the moderations, translation, and skill systems. > > \- AngelOnFira, TWiV Editor

    7
    0
    opensourcegames
    OpenSourceGames sudoreboot 3 years ago 100%
    This Week In Veloren 118 veloren.net

    cross-posted from: https://lemmy.ml/post/62793 > > This week, we see an amazing video of the new glider changes. Work is being done with audio, UX/UI, economics, maps, and lots more. > > > > - AngelOnFira, TWiV Editor

    8
    0
    veloren
    Veloren sudoreboot 3 years ago 100%
    This Week In Veloren 118 veloren.net

    > This week, we see an amazing video of the new glider changes. Work is being done with audio, UX/UI, economics, maps, and lots more. > > - AngelOnFira, TWiV Editor

    7
    1
    veloren
    Veloren sudoreboot 3 years ago 100%
    A taste of what's to come for gliders peertube.social

    With my work on some basic physics and fluid interactions (buoyancy and aerodynamic drag), I've moved back to working on aerodynamic lift. The video shows the current state of gliders relying only on generating aerodynamic lift based on wing properties. (This also works for birds, but they can only glide, not generate lift by flapping.)

    5
    0
    veloren
    Veloren sudoreboot 3 years ago 100%
    This Week In Veloren 113-116 veloren.net

    I haven't kept up with the weekly articles lately, so here they are: - https://veloren.net/devblog-113/ - https://veloren.net/devblog-114/ - https://veloren.net/devblog-115/ - https://veloren.net/devblog-116/

    3
    0
    opensourcegames
    OpenSourceGames sudoreboot 4 years ago 100%
    Veloren 0.9 release party today (20th of March) at 18:00 UTC

    We're holding a party to celebrate the release of pre-alpha version 0.9. Since the game is continuously kept up to date with current master, the update itself won't bring anything new that isn't already available right now. However, lots of new features and fixes have been added since 0.8. Check out the weekly updates on the website for more info on what's been happening lately! https://veloren.net Join us in-game and/or on Matrix: https://matrix.to/#/#veloren:matrix.org If you would rather use Discord you can find the link on the website.

    12
    2
    veloren
    Veloren sudoreboot 4 years ago 100%
    Veloren 0.9 release party today (20th of March) at 18:00 UTC

    We're holding a party to celebrate the release of pre-alpha version 0.9. Since the game is continuously kept up to date with current master, the update itself won't bring anything new that isn't already available right now. However, lots of new features and fixes have been added since 0.8. Check out the weekly updates on the website for more info on what's been happening lately! https://veloren.net Join us in-game and/or on Matrix: https://matrix.to/#/#veloren:matrix.org If you would rather use Discord you can find the link on the website.

    8
    1
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearWR
    Writing Prompts sudoreboot 4 years ago 100%
    The expansion of our universe is not simply accelerating, it is accelerating erratically. It is now measurable within our own solar system.
    5
    0
    opensourcegames
    OpenSourceGames sudoreboot 4 years ago 100%
    This Week In Veloren 109 veloren.net

    This week, we have many writeups. We hear from @zesterer, @Christof, @Sarra_Kitty, @Sam, @VincentFoulon80, and @aweinstock. - AngelOnFira, TWiV Editor Contributor Work Thanks to this week's contributors, @Sam, @Slipped, @ccgauche, @heydabop, @xMAC94x, @imbris, @Lerg-exe, @aweinstock, @zesterer, @Snowram, @Pfau, @Timo, @Sarra_Kitty, @nwildner, and @AngelOnFira! As we prepare for the 0.9 release on March 20th, we've seen many changes getting merged. This week @zesterer worked on a site overhaul. @Christof has been continuing work on NPC merchants. @Sarra_Kitty has been improving the number of models that are in the water. @Sam made many changes around buffs and combat. @aweinstock has been continuing work on player-to-player trading, as well as modular weapons. @VincentFoulon80 has been working on icons for skill trees. ## Site Overhaul by @zesterer I've been working on the new site overhaul. As part of that, I'm working on a generator system that allows other developers to define their own structure generation rules with a system similar to CAD-style CSG (Constructive Solid Geometry). CSG is pretty great because it allows you to define your geometry using simple primitives and then combine them using boolean operators to produce new geometry. This new approach comes with a few notable advantages: - It's much easier to define your own geometry than the old sample-based API that required a lot of boundary logic and reasoning in multiple coordinate spaces. - It's 'backend-agnostic'. Although right now we're 'rendering' the geometry into blocks, it might be possible to render it to other outputs in the future such as low-poly geometry for the LoD system. - It's modular and independent of the underlying structure of the building, so you can take a CSG-style structure and adjust it to fill whatever dimensions you require and the system can adapt accordingly I've also been working on the layout of sites themselves. The new site system uses a tile-based grid for positioning 'plots' (buildings, roads, etc.). Each tile is 7x7 blocks and belongs to exactly one plot. This system is much more flexible since plots may define their own generation rules independently of other plots which makes modularising the generation code much easier and lowers barriers for other developers wanting to work on world generation. It'll also allow us to generate sites that take almost any structure we want, mixing and matching elements throughout history simulation as appropriate. We could, for example, generate a town with a castle-like perimeter wall, a fortress with a dungeon in the middle, or a port village surrounded by ruins. Because the only thing required to tie these elements together is the plot-based tile grid, the work required to allow different procedural elements to work together is significantly reduced and the brunt of the work now gets placed on the layout generator rather than the generators of the individual structures themselves. ## Trader NPCs @Christof I modified the town spawning code to generate merchants. They wear nice colorful armor, carry some local wares - determined by local economic numbers - and accept trading invitations. It makes use of the recent user interface additions by @aweinstock. Unfortunately, I will need to adjust the wares and balance the prices before this gets ready for inclusion into the game. Here is an updated merchant screenshot. A less beautiful merchant, but much nicer wares: a bag for each, filled with armor, weapons, craft material, food, potions. Side note: This town has spent all its coin in other markets, so they will gladly accept coins, but if you sell items they can only offer goods in exchange. ## Assets for Water by @Sarra_Kitty I implemented the spawning of coral reef and kelp forest sprites in all bodies of water at or below the world sea level. They are temperature-dependent, and the two environments transition between each other if the climate changes. Additionally, I added seagrass patches that can spawn along the coast, the grass actually spawns in the water, but pokes out above it, so it gives a nice transition from land to the sea. In the future, there will be more content underwater, new mobs, generated structures, and also plants and scenery for freshwater ponds and lakes that generate inland above sea level as well. Compared to what we had before with barren seafloor, this is a massive improvement and makes for a lot more of a welcoming environment underwater for players to explore. There already should be seashells scattered rarely around, for you to find, and I plan to add more you can do to keep the underwater areas fun and interesting, not just pretty to look at. Hopefully, we can give the lakes and ponds inland the same treatment soon. ## Lots of Work by @Sam I've changed the saturation buff from food to queue. This means that only the currently active saturation buff will tick its duration, and any inactive ones instead wait until they are active before their duration begins to tick. I finally integrated some sword and bow models that Gemu had created multiple months prior. Most of the previous sword and bow models were replaced. I've also changed how auras apply buffs. Instead of applying a buff only when an entity does not already have a buff of that kind and then applying the buff every second, it instead applies the buff and then doesn't tick the duration for that buff until the entity is no longer in range of the aura. I've added a combo component to the player (and other entities). Instead of combo melee scaling its combo only within that attack state, it instead increases the combo in the component. Combo then resets to 0 after 5 seconds of not increasing. This has a few advantages, but the one with the immediate effect is that the sword, axe, and hammer can retain the advantages of having some combo when you use an attack that isn't combo melee or when you stop attacking for half a second. It will also allow us to use combo for different things as well, including the potential to use combo as a resource for some attacks. I also fixed torvus a couple times when it broke earlier this week. ## Skilltree Icons @VincentFoulon80 I finished implementing the new icons onto the skill tree. I also added the main and secondary attack as dummy skill at the center of each sections (top-left and top-right). I think these additional icons are handy to find out which skill you will improve. ## Trading and Modular Weapon Update by @aweinstock Regarding trade, I implemented the ability for each party to see the counter party's inventory and request items from it by dragging them into the trade window. Since trading works on any entity with an Inventory and a Controller, it should work with NPC merchants as soon as their AI (Agent) emits the Controller actions corresponding to trade. I also added a coin item, and made some finishing touches to @heyzoos's item stack splitting MR that allowed it to be merged. Regarding modular weapons, I added support for making the stats of a weapon or weapon component different based on the materials it's made out of, so a generic claymore blade recipe and a generic scimitar blade recipe can each make (bronze, iron, cobalt, etc) blades of the corresponding type, which can then be added to any hilt. Flying sky-high. See you next week!

    5
    0
    veloren
    Veloren sudoreboot 4 years ago 100%
    This Week In Veloren 109 veloren.net

    This week, we have many writeups. We hear from @zesterer, @Christof, @Sarra_Kitty, @Sam, @VincentFoulon80, and @aweinstock. - AngelOnFira, TWiV Editor Contributor Work Thanks to this week's contributors, @Sam, @Slipped, @ccgauche, @heydabop, @xMAC94x, @imbris, @Lerg-exe, @aweinstock, @zesterer, @Snowram, @Pfau, @Timo, @Sarra_Kitty, @nwildner, and @AngelOnFira! As we prepare for the 0.9 release on March 20th, we've seen many changes getting merged. This week @zesterer worked on a site overhaul. @Christof has been continuing work on NPC merchants. @Sarra_Kitty has been improving the number of models that are in the water. @Sam made many changes around buffs and combat. @aweinstock has been continuing work on player-to-player trading, as well as modular weapons. @VincentFoulon80 has been working on icons for skill trees. ## Site Overhaul by @zesterer I've been working on the new site overhaul. As part of that, I'm working on a generator system that allows other developers to define their own structure generation rules with a system similar to CAD-style CSG (Constructive Solid Geometry). CSG is pretty great because it allows you to define your geometry using simple primitives and then combine them using boolean operators to produce new geometry. This new approach comes with a few notable advantages: - It's much easier to define your own geometry than the old sample-based API that required a lot of boundary logic and reasoning in multiple coordinate spaces. - It's 'backend-agnostic'. Although right now we're 'rendering' the geometry into blocks, it might be possible to render it to other outputs in the future such as low-poly geometry for the LoD system. - It's modular and independent of the underlying structure of the building, so you can take a CSG-style structure and adjust it to fill whatever dimensions you require and the system can adapt accordingly I've also been working on the layout of sites themselves. The new site system uses a tile-based grid for positioning 'plots' (buildings, roads, etc.). Each tile is 7x7 blocks and belongs to exactly one plot. This system is much more flexible since plots may define their own generation rules independently of other plots which makes modularising the generation code much easier and lowers barriers for other developers wanting to work on world generation. It'll also allow us to generate sites that take almost any structure we want, mixing and matching elements throughout history simulation as appropriate. We could, for example, generate a town with a castle-like perimeter wall, a fortress with a dungeon in the middle, or a port village surrounded by ruins. Because the only thing required to tie these elements together is the plot-based tile grid, the work required to allow different procedural elements to work together is significantly reduced and the brunt of the work now gets placed on the layout generator rather than the generators of the individual structures themselves. ## Trader NPCs @Christof I modified the town spawning code to generate merchants. They wear nice colorful armor, carry some local wares - determined by local economic numbers - and accept trading invitations. It makes use of the recent user interface additions by @aweinstock. Unfortunately, I will need to adjust the wares and balance the prices before this gets ready for inclusion into the game. Here is an updated merchant screenshot. A less beautiful merchant, but much nicer wares: a bag for each, filled with armor, weapons, craft material, food, potions. Side note: This town has spent all its coin in other markets, so they will gladly accept coins, but if you sell items they can only offer goods in exchange. ## Assets for Water by @Sarra_Kitty I implemented the spawning of coral reef and kelp forest sprites in all bodies of water at or below the world sea level. They are temperature-dependent, and the two environments transition between each other if the climate changes. Additionally, I added seagrass patches that can spawn along the coast, the grass actually spawns in the water, but pokes out above it, so it gives a nice transition from land to the sea. In the future, there will be more content underwater, new mobs, generated structures, and also plants and scenery for freshwater ponds and lakes that generate inland above sea level as well. Compared to what we had before with barren seafloor, this is a massive improvement and makes for a lot more of a welcoming environment underwater for players to explore. There already should be seashells scattered rarely around, for you to find, and I plan to add more you can do to keep the underwater areas fun and interesting, not just pretty to look at. Hopefully, we can give the lakes and ponds inland the same treatment soon. ## Lots of Work by @Sam I've changed the saturation buff from food to queue. This means that only the currently active saturation buff will tick its duration, and any inactive ones instead wait until they are active before their duration begins to tick. I finally integrated some sword and bow models that Gemu had created multiple months prior. Most of the previous sword and bow models were replaced. I've also changed how auras apply buffs. Instead of applying a buff only when an entity does not already have a buff of that kind and then applying the buff every second, it instead applies the buff and then doesn't tick the duration for that buff until the entity is no longer in range of the aura. I've added a combo component to the player (and other entities). Instead of combo melee scaling its combo only within that attack state, it instead increases the combo in the component. Combo then resets to 0 after 5 seconds of not increasing. This has a few advantages, but the one with the immediate effect is that the sword, axe, and hammer can retain the advantages of having some combo when you use an attack that isn't combo melee or when you stop attacking for half a second. It will also allow us to use combo for different things as well, including the potential to use combo as a resource for some attacks. I also fixed torvus a couple times when it broke earlier this week. ## Skilltree Icons @VincentFoulon80 I finished implementing the new icons onto the skill tree. I also added the main and secondary attack as dummy skill at the center of each sections (top-left and top-right). I think these additional icons are handy to find out which skill you will improve. ## Trading and Modular Weapon Update by @aweinstock Regarding trade, I implemented the ability for each party to see the counter party's inventory and request items from it by dragging them into the trade window. Since trading works on any entity with an Inventory and a Controller, it should work with NPC merchants as soon as their AI (Agent) emits the Controller actions corresponding to trade. I also added a coin item, and made some finishing touches to @heyzoos's item stack splitting MR that allowed it to be merged. Regarding modular weapons, I added support for making the stats of a weapon or weapon component different based on the materials it's made out of, so a generic claymore blade recipe and a generic scimitar blade recipe can each make (bronze, iron, cobalt, etc) blades of the corresponding type, which can then be added to any hilt. Flying sky-high. See you next week!

    3
    0
    veloren
    Veloren sudoreboot 4 years ago 100%
    This Week In Veloren 108 veloren.net

    This week, we see many contributions merged as we move towards the 0.9 release. @aweinstock gives a little insight into what modular weapons will look like. - AngelOnFira, TWiV Editor

    6
    1
    veloren
    Veloren sudoreboot 4 years ago 100%
    Pfau's Art-Blog No. 10 - last one for the year https://www.patreon.com/posts/45215779

    Crossposted from https://www.reddit.com/r/Veloren/comments/kgb3jg/last_artblog_for_this_year_out_now/ Self-text: Last Art-Blog for this year out now! Check out my [blog](https://www.patreon.com/posts/45215779) about upcoming UI and design features happening in Veloren! This time it features: \- Updates on inventory expansion \- Updates on skill-tree UI \- Voxel glow and shine ... and much more.

    1
    0
    veloren
    Veloren sudoreboot 4 years ago 100%
    Some links in the sidebar?

    I was happily surprised to see this community already existed (and for a long time too!) as I tried to create one. Anyway, I filled in all the fields and figured I would share some extra links I would put in the side bar. Official website: https://veloren.net/ Source code: https://gitlab.com/veloren/veloren Other communities: * Matrix: [matrix.to/#/!moPMuKgsODcokCkUpq:...](https://matrix.to/#/!moPMuKgsODcokCkUpq:hielle.com?via=matrix.org&via=koesters.xyz&via=privacytools.io) * Discord: https://discord.gg/ecUxc9N * Reddit: https://www.reddit.com/r/Veloren I also used https://veloren.net/logo.png for the banner and the desktop icon (which I got from my system) as the community icon. Wouldn't hurt to add some flair to the place!

    4
    0
    cello
    Cello sudoreboot 4 years ago 100%
    Jonathan Humphries - lots of good videos on how to play the cello www.youtube.com

    Having only recently begun learning (<1 year) and unable to afford lessons, this channel has been very helpful for me.

    2
    0