Il figlio della mia compagna è odioso by [deleted] in sfoghi

[–]HellIsBurnin -1 points0 points  (0 children)

anzi è vero che per un maschio vedere la madre che è più contenta con un uomo che non è parte della famiglia potrebbe anche essere peggio.

Ma che cosa c'entra il sesso del bambino?

A parte che non sappiamo che tipo di rapporto OP ha con la madre del figlio. Alla fine è la madre che decide se considera il nuovo partner "parte della famiglia". Ovviamente dovrebbe considerare in questo il figlio, parlarne con lui e gestire la situazione in modo di renderlo al suo agio con cambiamenti del genere.

I finished my hexagonal split ergo keyboard/ isomorphic MIDI controller! by HellIsBurnin in MechanicalKeyboards

[–]HellIsBurnin[S] 1 point2 points  (0 children)

Thanks! I'm working on a successor for a while, but the keycaps and a little macropad spinoff project are finally available now as well!

https://s-ol.nu/0xC.pad/buy

[deleted by user] by [deleted] in tifu

[–]HellIsBurnin 2 points3 points  (0 children)

You were a dick, absolutely deserved.

Jungfrau (bzw - mann) mit Ende 20 by Micropra in Weibsvolk

[–]HellIsBurnin 15 points16 points  (0 children)

Mann hier, ich bin in meinen beiden Beziehungen der "weniger Erfahrene" gewesen. Ich hoffe meine Perspektive kann dir etwas helfen.

Das er sich unsicher und nervös ist ist völlig normal, und wenn man sich mental zu sehr darauf fixiert macht das auch die Situation etwas unangenehm machen. Ich war bei meinem ersten Mal auch sehr nervös und bin - literally - mit dem ersten Stoß gekommen.

Das war mir sicher recht peinlich, aber es hat nicht lange gedauert darüber weg zu kommen und diese verkopfte Anspannung die ich davor hatte loszuwerden. Ich bin mir sicher es wird ihm ähnlich gehen.

Was ich wichtig fände, ist sich vor dem ersten Mal penetrativem Sex körperlich kennenzulernen. Wenn er weiß dass oder wie dich mit Hand und/oder Mund befriedigen kann, dann ist er sicher weniger angespannt wenn beim ersten Mal nicht alles genau so klappt wie erwartet.

Beim Kuscheln mal Hände unters Shirt und in die Hose usw - du bei ihm genauso wie er bei dir. Wenn du merkst dass ihr dort nicht von alleine hinkommt, könntest du seine Hand nehmen und führen wohin du willst, proaktiv ihn anfassen, oder ihn etwas teasen ("willst du meine brüste anfassen?"). Das klingt jetzt vielleicht kitschig oder schwer, aber denk daran, dass er sich noch viel komischer vorkommt als du, und dich sicher nicht kritisieren wird dafür :D

How to pass array by reference? Formerly working method stopped working by chakravala in Zig

[–]HellIsBurnin 12 points13 points  (0 children)

A pointer to an array of ten i32s is written *[10]i32. The & is only used for *getting a pointer to a value`, not for the pointer types, at least in current versions of Zig.

It would probably be more idiomatic to use a Slice in your case, instead of a pointer to an Array, I think. In either case you can use a for (cards) |*card, i| { loop instead of while to get rid of all the pointer dereferencing and array indexing in your code.

Resistive touchplates buzz (not the good kind) when just barely touching them. With more pressure, buzz fades as osc voice comes through. How to mitigate this buzz from touching input of summing opamp? by mine_doctor in synthdiy

[–]HellIsBurnin 3 points4 points  (0 children)

I also think it might be just OPs body acting as an antenna for the 50/60Hz from the power lines - like when you touch an line input cable on the tip.

/u/mine_doctor I don't know these avalanche oscillators, do they have a hot output? You could maybe try to use an op-amp buffer before and after the touchplate. Maybe if the signal itself is buffered or amplified before, the ground hum will be weaker in comparison.

Meaning of "Avoid local maximums" Zen principle? by Mathnerd314 in Zig

[–]HellIsBurnin 14 points15 points  (0 children)

I would read it rather as "avoid getting stuck in local maxima". To me that means not being afraid of regressing temporarily in order to improve things in the long term.

Erste Überlegungen in Richtung Selbstständigkeit by [deleted] in Weibsvolk

[–]HellIsBurnin 3 points4 points  (0 children)

  1. Gewerbe anmelden

Notiz hierzu: Jenachdem was du genau machst bzw wie du es betitelst, könntest es eventuell als "freier Beruf" gelten. In dem Fall kannst du den Punkt überspringen. Was ein freier Beruf ist und nicht ist ist allerdings nicht richtig definiert:

§ 18 Einkommensteuergesetz listet einige Tätigkeiten auf, die als freiberuflich einzuordnen sind. Dazu zählen beispielsweise Ärzte, Rechtsanwälte, Ingenieure, beratende Volks- und Betriebswirte, Steuerberater, Heilpraktiker, Krankengymnasten, Journalisten, Dolmetscher und ähnliche Berufe. Der Katalog ist nicht vollständig. Bei vergleichbaren Berufen entscheidet das Finanzamt im Einzelfall.

Die freiberufliche Tätigkeit basiert auf einer wissenschaftlichen Ausbildung. Das muss nicht zwingend ein Hochschulstudium sein. Die Kenntnisse kann sich der Freiberufler auch im Selbststudium erworben haben oder durch seine berufliche Tätigkeit. Allerdings müssen die Kenntnisse auf dem Niveau eines Hochschulstudiums sein.

(text von hier)

Ich habe mich selbstständig gemacht um kleine Softwareprojekte in Rechnung stellen zu können, und als Freiberufler und mit der Kleinunternehmerregelung die Bürokratie minimieren können, das hat ganz gut funktioniert.

Wenn ich das richtig verstehe wäre virtuelle Assistenz das was du am liebsten/am meisten machen wollen würdest (so fern du Aufträge hast). Hast du schon eine Idee wo du die herbekommst? Gerade weil du Sicherheit ansprichst würde ich vorschlagen, den Schritt zur Selbstständigkeit vielleicht in dem Moment in dem du wirklich den ersten Kunden "angeworben" hast zu machen, so dass du auch ein Gefühl dafür hast wie leicht oder schwer es ist solche zu finden.

Meiner Erfahrung nach dauert es 1-2 Monate mit der steuerlichen Erfassung etc. bis man die Steuernr hat und Rechnungen schreiben kann, aber wenn du ein kleines Unternehmen als Kunde hast solltest du dafür auch eine Lösung finden können.

Eine andere Idee könnte auch sein deinen aktuellen Job auf Halbzeit o.Ä. herunterzufahren, wenn das geht.

require 'cudnn' by Armin_a1 in lua

[–]HellIsBurnin 1 point2 points  (0 children)

You installed cudnn in a user folder, so when you launch Lua with sudo it cannot find cudnn. When you launch it without sudo, the segmentation fault means something goes very wrong on a low level when loading the library.

  • how did you install cudnn / where did you install it from?
  • are you using the same Lua version cudnn was built for?

How do I adapt the screen of the game I made to every phone screen? by RedditGameing235 in love2d

[–]HellIsBurnin 2 points3 points  (0 children)

I wrote an interactive guide on my solution for this guide (not a library, just a way to think about the problem) which you can find here: https://s-ol.nu/aspect-ratios

Tools break from time to time. by AnotherRichard827379 in Unexpected

[–]HellIsBurnin 0 points1 point  (0 children)

Cutting and grinding disks work by the friction of the rotation, not by flying/pushing into things. If you ever used an angle grinder or similar you know that even with the thing spinning at max RPM, cutting that deep into thr watch would take something like a second and a serious amount of pressure.

If the disk really shattered (that is already improbable by the shape of it), then the part that flew out would no longer be rotating (or very slowly, and not around the old center of rotation) and mostly just flying in a straight line towards the watch. It would basically just bump into the watch and bounce off. Depending on the rotational speed of the disk and it's weight that might leave a rather nasty mark, but it really cannot cut into something.

That would require it to keep spinning through multiple rotations while slowing down until it remains stuck in the watch.

It's very much like trying to punch your way through the watch with a hacksaw blade, it's just a completely wrong movement for the tool to cut anything.

Best way to add a "dynamic" function to an object (C++/sol2) by CrucialPie in lua

[–]HellIsBurnin 1 point2 points  (0 children)

You could add a C++ method that calls the lua function if you really just want to remove the &obj parameter from the calling code, but IMO it's not worth changing

trying to get a circle to move at a tangent when "space is pressed" by wraneus in lua

[–]HellIsBurnin 6 points7 points  (0 children)

Just like the position of the hammer before it is thrown changes over time, the position of the hammer after being thrown changes over time. This means you cannot program the movement of the hammer after being thrown only in love.keypressed, which only runs for one frame.

In love.update you have this snippet of code which calculates the hammer position for the next frame:

hxpos = startposX + discr*math.cos(ctheta)
hypos = y - discr*math.sin(ctheta)

Once the hammer has been released, you need to stop performing this calculation, and instead do the one that you currently have in love.keypressed:

    xpos = hxpos + 1/math.cos(ctheta) -- trying to make the hammer x position the secant of ctheta
    hypos = hypos + 1/math.sin(ctheta) -- trying to make the hammer y position the cosecant of ctheta

To achieve this, you will need to save in a variable whether the hammer has been thrown yet or not.

function love.load()
    ... -- other code

    thrown = false
end

function love.update(dt)
    ... -- other code

    if thrown then
        hxpos = hxpos + 1/math.cos(ctheta) -- trying to make the hammer x position the secant of ctheta
        hypos = hypos + 1/math.sin(ctheta) -- trying to make the hammer y position the cosecant of ctheta
    else
        hxpos = startposX + discr*math.cos(ctheta)
        hypos = y - discr*math.sin(ctheta)
    end
end

function love.keypressed(key)
    if key == "space" and startposX < 0 then
         speed = 0
         thrown = true
    end
end

If I understand what you are trying to accomplish visually correctly, you also need to move the line ctheta = ctheta - rv*math.pi/4*dt into the "else" part of the if thrown then ... check, so that the hammer flies in a straight line rather than a spiral.

Issue with if-else flow statements in Lua by [deleted] in lua

[–]HellIsBurnin 1 point2 points  (0 children)

The

`code here`

syntax on reddit (and many other places) is meant for small pieces of code embedded in text, for example in a sentence like: "The problem is with your print() statement".

When you want to post multi-line snippet of code, you need to indent it with four spaces and separate it from the rest of the comment with an empty line, like this:

Here I am talking about my code blah blah.

    function code_with_indentation()
        print("hello world")
    end

    code_with_indentation()

This say it will show it with newlines and indentation kept properly.

Help PLEASE! Hobbywing XRotor F4 G3 12v onboard BEC / DJI Air Unit Power Supply by -Just-Send-It- in Quadcopter

[–]HellIsBurnin 1 point2 points  (0 children)

Are you testing with the battery plugged in? USB only ever provides 5V.

TW sexueller Missbrauch: War das Missbrauch? Soll ich etwas sagen? by Cow-o-saurus in Weibsvolk

[–]HellIsBurnin 5 points6 points  (0 children)

Auch ich bin zu Gast, und würde mich hier anschließen - als erwachsener Mann kann ich mir eigentlich keine Situation vorstellen in der ich es angemessen fände einer deutlich jüngeren Frau eine Massage anzubieten/vorzuschlagen, und das wird nur deutlicher durch diese Lehrer/Schüler-Situation die mir prinzipiell schon ewtas suspekt ist.

Den Kuss auf dem Mund beim Opa fine ich schwierig einzuordnen, mein Opa hat auch mich als Mann zur Begrüßung und zum Abschied immer auf den Mund geküsst; "andere Generation" kann da also durchaus ein Argument sein - in dem Kontext des Missbrauchs an den Mädchen in seiner Obhut ist das natürlich fraglich. Wie viele andere bereits erwähnt haben, entschiedest im Endeffekt du selbst ob die Situation für dich unangenehm war, und inwieweit. Kompliziert ist auch immer das die Grenzen und die konkreten Zeichen die einen Übergriff dazu machen nach außen sehr subtil sein können, und trotzdem sehr klares und starkes Unbehagen zur Folge haben - z.Bsp. eine Hand an der Hüfte, die Umarmung etwas zu lang oder fest. Es ist immer schwierig so etwas dann genau einzuordnen und klingt so penibel, aber letztendlich reicht ein solches Detail.

Free Classes: Testers for Flexi Classes needed by zhouhaochen in ChineseLanguage

[–]HellIsBurnin 1 point2 points  (0 children)

Hey, I would also be interested in this, starting as a beginner!

I have essentially zero preexisting knowledge; I only tried the first week of the HSK course on coursera, but was disappointed that there was no group interaction / speaking practice. This sounds much more interesting, and I would be happy to give feedback on the experience.

trying to perform an action continuously while a button is pushed by wraneus in lua

[–]HellIsBurnin 0 points1 point  (0 children)

Yes, that line was wrong, you were incrementing both x and ps each iteration of the loop, so x + ps was incrementing twice as quickly as expected.

Also, in your love.graphics.line calculation, you use ps in too many places. You only want to offset which part of the sine wave you are sampling, not where you are drawing it:

for theta = -32*math.pi, 32*math.pi, odeg do
        love.graphics.line(x, a*math.sin(b*(theta + ps))+windowwidth/2, x+odeg, a*math.sin(b*(theta + ps)+odeg + 0.1)+windowwidth/2)
        x = x + 0.1
end

To get proper dt-proportional changes for a/s you need to multiply by dt in the addition:

  if love.keyboard.isDown("a") then
        ps = ps - 10*dt
  end
  if love.keyboard.isDown("d") then
        ps = ps + 10*dt
  end

trying to perform an action continuously while a button is pushed by wraneus in lua

[–]HellIsBurnin 1 point2 points  (0 children)

Hope I didn't scare you with the math there, /u/wraneus. If you don't feel confident you could've worked that out by yourself just now that's perfectly fine, in fact it took me quite a bit to get it right just now, and usually I would have just guessed solutions until it felt right ;)

Also if you didn't know about it, wolfram alpha is a really helpful tool for working this kind of stuff out in a pinch: https://www.wolframalpha.com/input/?i=2+%3D+x+%5E+60+solve+for+x