BehindTheBarrier

joined 2 years ago
[–] BehindTheBarrier@programming.dev 21 points 5 months ago (3 children)

I was on-site for users learning our new program. Watched them do something, a dialog came up, and faster then i could catch what it was, they closed it. Dialogs are warnings or confirmations you know, and they did not know what it was...

So yeah, sometimes I do think there should be a wait time on the OK button.

The following isn't any professional advice or anything, I am writing HTML manually for my hobby blog code. I don't have much experience with HTML outside occasionally reading it.

I write a bit by hand, to layout my blog page, which is using HTMX. Generally I use RustRover since that actually gives details for attributes and such along with autocomplete. And apparently yesterday it asked if I wanted to enable HTMX support, which was even more intriguing. The main articles are however converted from markdown to HTML.

I do want a better way to design with preview of my page but I think it's a long shot to find something that does HTMX at the same time. Especially since that often means having segregated pieces of HTML mixed into one document at page loading.

I'm not saying there will be mass deportation, indefinite detainment, and possibly executions of unwanted people, but they sure are lining up for it. For example ramping up execution of sexual predators, while at the same time labelling LGBT and drag as being predators, just for existing near children...

Like if Elon is a nazi, then we may very well see a DOGE squad hunt down "un-American" people in the darkest timeline.

[–] BehindTheBarrier@programming.dev 3 points 6 months ago* (last edited 6 months ago)

I made a super basic blog by hand using actix-web. Basic processing of markdown into HTML and then present it through handmade (and chatgpt assisted) html+css with htmx to spice things up and try to do mimic a single page application. I don't have much web experience though, so much of it is crude.

I don't host myself yet, I used Shuttle which procides free hosting for hobby rust projects. It also comes with postgres so I have been looking into how to move from storing articles in files to a database for more consistent article support. Shuttle also supports other things than actix-web, so you don't havr to use that specifically.

While I said blog, I don't support new articles without a redeploy yet... And it only has like 3 random articles based on reddit posts. But it works at least.

https://handmade-blog.shuttleapp.rs/

I guess I should be happy I applied a work discount, which extended my subscription until Oktober 2026 or something.

That data display is really cool, since I don't know too much about how a specific number is presented like that double.

That unit calculation is also pretty cool.

[–] BehindTheBarrier@programming.dev 3 points 6 months ago* (last edited 6 months ago) (1 children)

Because I want to be a God.

It's a bit of hyperbole, but I was using some program on my pc and was frustrated because it didn't do things I wanted it to do. Or it had bugs, and there was no way for me to get that changed, so I was left to pray that somehow the creator would find this small problem and fix it. I was envious of those people that could make these windows with buttons that made things happen. I wanted this power that transcended what I could see on my screen, and change how that world worked.

And so, I learned to program. I took the powers to shaped my own creations and ascended.

Thanks, I figured I was missing some connection.

[–] BehindTheBarrier@programming.dev 8 points 6 months ago* (last edited 6 months ago) (2 children)

Unsure if a joke or not, but in the event of a serious question:

scrum masters are heads of scrum teams, their main purpose is facilitating good work conditions for the workers in the team. This generally means arranging and leading typical scrum meetings, helping workers do their job and shielding them from the Production Owner (the guy that decides what they are to make/deliver during a sprint . (sprints are 2-3 weeks long, where work is done according to a selection done at the start of the sprint and interruptions are kept low during that time.)

I don't want to say that it's an easy roles, but it's more a management type of role than a worker role. In my team the scrum master is also doing development work, since scrum master tasks alone aren't that huge with the way we do things.

Then you have a bit more to do yeah, you should look into object oriented programming and classes. Classes are pretty much everywhere in C#. At the beginner level they aren't as bad as they seem but you need to understand it's basics. The guide I linked in another comment also has short introduction to using a class for example.

In my case, I had local music synced up in a playlist, and the playlist still did shuffle though my music. (which Spotify didn't know the artist of given that it wasn't part of their library.) The broken shuffle was just one of many reasons why I stopped using streaming and went with local music players back in the day.

[–] BehindTheBarrier@programming.dev 4 points 7 months ago (2 children)

I sure don't sound helpful saying this, but it's mostly about finding the equivalent to the python action/types, and typing them out when making functions and variables. Though 99% of the time, you are completely fine defining variables as var to avoid excessive typing.

I assume you dealt a bit with classes in python, if not then you're doing double time with both changing language and learning object oriented classes at the same time.

If there is any specific I can try to give some clarity since I also came from Python to C#.

view more: ‹ prev next ›