1
25

cross-posted from: https://lemmy.dbzer0.com/post/22970715

Looking for a change in work and would love suggestions on how to find jobs with understanding bosses and/or odd hours. I can always get my work done, but I tend to put in bizarre hours for my own projects due to the ebb/flow of chronic pain.

For me personally, I would prefer to work 16 hours on my good days and 0 hours on the days I can barely see straight because of migraine-level pain in my neck and back.

I'm currently working in San Francisco and have major issues getting to/from work without my entire day being focused on work-related travel (not to mention spending all of my time at home recuperating for the next work day)

I would take a massive pay cut to have a job from home with an understanding boss. Country is entirely irrelevant to me if they speak English and accept foreigners; otherwise, I know 2nd-grade-level Spanish, German, and French.

  • Is going through a recruiter a good idea?
  • Would there be any agencies that work specifically with disabled workers?
  • If not, what are good websites for actually getting call-backs on dev jobs?

I have all of the requirements for a home gig (desk, monitors, multiple computers, home server, webcam, etc), is there a way to subtly express that to a potential hiring manger?

2
10
submitted 3 days ago* (last edited 3 days ago) by Lysergid@lemmy.ml to c/programming@beehaw.org

Hello my fellow, lemons? I have this problem in my current project I’m out of clue how to approach it. Maybe someone had similar experience and can give an advice.

Our requirements captured in JIRA. Throughout years we accumulated thousands of user stories. Say suppose following naive requirements team knows about:

  • Day 1: create home page
  • Day 20: create profile page
  • Day 50: add green footer to all pages
  • Day 100: create admin page Day 150: change footer color to blue

Now I’m doing refactoring (yes, I know, this is the actual problem) on day 400 and noticed that footer on profile page having green footer. Because requirements are just set of individual statements not consolidated with all history of system no one on the team knows why is that, is it bug or requirement did change on day 300 but we cant find it now.

When I worked in Waterfall we had BRD and FRD stating current actual desired state of system which was “reduced” from individual requirements which were coming in throughout project life. When in doubt devs can check FRD and not only know how system expected to behave but also which are other parts of the system that will be affected. How is it in Agile? To my understanding FRD is not a thing in Agile. Do I need to scan through hundreds of tickets and hope I didn’t miss anything every time i’m doing any non-trivial change to system?

3
8
4
71
5
6
collaboration (lemmy.blahaj.zone)

dedicated to broken product management pipelines everywhere

6
36
7
173
AI layoffs (sopuli.xyz)
submitted 3 weeks ago by vga@sopuli.xyz to c/programming@beehaw.org
8
45
submitted 1 month ago* (last edited 1 month ago) by Templa@beehaw.org to c/programming@beehaw.org

Considering how SO is killing itself rather quickly, it would be interesting to have a platform with similar structure but taking users interests instead of profit of executives. I am not saying their system is perfect, I have made a post in the past on their meta community regarding how hard it is for new contributors to start. I remember hearing about an alternative but after searching for it, I couldn't find anything.

Does anyone know such platform?

Edit: After I posted I came across Codidact. I will try using it! Feel free to post other alternatives though!

9
13

Does anyone know, or can anyone guess, the business case for predictive text? On phone apps, it is often incredibly difficult to turn off. Why is that, do you think? (The examples I have recent experience with are Facebook and Outlook mobile apps.)

I would have thought that, for AI training purposes, they would want humans typing things and not just regurgitating canned responses. But apparently not?

10
19

cross-posted from: https://lemmy.pe1uca.dev/post/1137911

I need to help auditing a project from another team.
I got the pointers on what's expected to be checked, but I don't have like templates for documents for what's expected from an audit report which also means I'm not sure what's the usual process to conduct an internal audit.
I mean I might as well read the whole repo, but maybe that's too much?

Any help or pointers on what I need to investigate to get started would be great!

11
7
12
24
submitted 1 month ago* (last edited 1 month ago) by Vitaly@feddit.uk to c/programming@beehaw.org

Hello everyone, I have an idea to make a map with fog of war, when you walk you explore new areas and points of interest but you can't see unexplored areas. I'm not sure if it's a good idea, what is your opinion?

13
16

One thing that pretty consistently drops me out of the flow state is having to dig through documentation for whatever I'm trying to use, or even worse having to dig through its source code because the documentation is either nonexistent or eg. plain wrong

14
69
submitted 2 months ago by Five@slrpnk.net to c/programming@beehaw.org
15
13
submitted 2 months ago* (last edited 2 months ago) by TechCodecPawx@programming.dev to c/programming@beehaw.org
16
13
submitted 2 months ago by lautan@lemmy.ca to c/programming@beehaw.org

Raphael Kabo's personal website and writing on programming, poetry, and academia.

17
11
Qt 6.7 released (www.qt.io)
submitted 2 months ago by JRepin@lemmy.ml to c/programming@beehaw.org

Qt 6.7 is out with lots of large and small improvements for all of us who like to have fun when building modern applications and user experiences. Several additions are released as technology previews, and we are looking forward to your feedback so that we can get everything ready for the next LTS release!

18
4

I have a script that duplicates a Word doc template and renames each using a csv file with a list of names. What would be the equivalent code if instead of a csv file I use a text file?

Import-csv ‘.\individuals2.csv’ | foreach-object {
	$newname = ‘2 ‘ + $_.name + '.docx’
	Copy-item '.\template.docx' $newname
}
19
9
Decision logs (vitonsky.net)
20
20
submitted 3 months ago by myxi@feddit.nl to c/programming@beehaw.org

cross-posted from: https://feddit.nl/post/12252747

This project was interesting. Recently, I've been digging into the functional programming paradigm. This is one of my first tries at it. I've been doing OOP until recently, but this project really was impressive to me. The whole implementation took about nine hours. Functional programming is much less convoluted. I spent more time programming than deciding on a good name for a certain identifier.

Not only is functional programming more efficient, but I can also see that it's much less tedious to write automated tests for. I only have to take care of the local scope of the function I am writing a test for; there is no need to deal with the parent's inherited mess or even any parent's mere state. I just have to write the test for the function.

I have scraped the Cambridge Dictionary to collect the data.

The project is licensed under MIT at:

https://github.com/eeriemyxi/novi

https://git.envs.net/myxi/novi

21
31

cross-posted from: https://sopuli.xyz/post/10010650

Ran into this on HN and had to share it. I love esolangs with "surprising" source representations

22
17
submitted 4 months ago* (last edited 4 months ago) by mozz@mbin.grits.dev to c/programming@beehaw.org

Think of a similar scope of change to a large codebase you're familiar with, for frame of reference.

23
13

Hello! I'll try to explain what I'm looking for: I sometimes have to write simple web pages (not just text, also buttons and video players and so on), but I really really hate writing html code. What I'm used to is QML, which I like a lot, because of the ease of placing objects exactly where I need using the anchors and the Layout objects. What I'm looking for is a language or something with a similar syntax, that can then be "built" to plain HTML/CSS/JS. Is there something like this? I know I can compile Qt/QML for webassembly, but I'm having huge amounts of problems, and also I'd like to have the possibility to have a plain HTML result, not necessary bind to the server side.

thanks in advance!!

24
4

cross-posted from: https://lemmy.ca/post/15730457

I've written a basic media player using Python, PyGTK, and GStreamer. However, I've found a bug that I'm having trouble finding a fix to.

In this program, opening a video launches a second window, in which the video is played back. If I close said window, however, the control window freezes and I get the following error:

gst-resource-error-quark: Output window was closed (3) ../sys/xvimage/xvimagesink.c(586): gst_xv_image_sink_handle_xevents (): /GstPlayBin:player/GstPlaySink:playsink/GstBin:vbin/GstXvImageSink:xvimagesink0

The source code can be found here.

Does anybody have any idea how to fix this? Or is this perhaps a bug in one of the libraries?

25
26

Subverting Betteridge's law of headlines. Yes.

view more: next ›

Programming

13226 readers
4 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS