New version of my dynamic radial menu, procedural approach with downloadable sample project. Easiest logic you can find, no complex math to make it work as sharp as it works :) Link in comments. v.redd.it/uut78u6soo981
πŸ‘︎ 102
πŸ’¬︎
πŸ‘€︎ u/JellyBeanCart
πŸ“…︎ Jan 04 2022
🚨︎ report
Did a project last year that needs dynamic wizard with forms, offline features and many validations from business logic. I made refactoring this project one of my main goals this year.

Last year I took my first job as front-end dev and had this project on my hands, the features were not meant to be that much at beginning, but at the end I could handle it.

So, I had to make a wizard where the flow of the steps was dynamic and each step was a form that handle multiple files, dates, text, etc. The user should be able to go back and forth even offline. The flow should be synchronized between indexeddb and the backend server.

I put most of the logic in some contexts to handle the flow and the sync, tried to be as clean as possible and used indexeddb with dexiejs to store the answers offline. However it turn out with huge contexts, many unnecessary re-renders, and sync errors a bit hard to debug.

I'm currently taking a look at redux/mobx/zustand to manage the state better, watermelondb to use indexeddb with its sync feature and POO/design patters to find a way to handle better the logic.

Well, I'm a bit unconfident that it'll have a better result this time and not sure what to do, any advices or recommendations? Thanks a lot in advance and sorry for english mistakes or not be brief

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/almsdev
πŸ“…︎ Jan 06 2022
🚨︎ report
Rules Engine Editor - Blazor UI library intended for integration in Web or Desktop With Microsoft Rules Engine (open source dynamic lambda expression package for abstracting business logic/rules/policies out of the system and put rules in a outside store) github.com/alexreich/Rule…
πŸ‘︎ 48
πŸ’¬︎
πŸ‘€︎ u/areich
πŸ“…︎ Sep 14 2021
🚨︎ report
Does anyone know what this is? We found it at work and googling it pulls nothing up. Tried ringing the number and it’s dead. Very intrigued. It says β€˜Frontier , D4140 series power outstation , Dynamic Logic’ TIA reddit.com/gallery/pwhw47
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/JishBroggs
πŸ“…︎ Sep 27 2021
🚨︎ report
Logic App in Sentinel: can't use MDATP dynamic items

Hi all

I'm getting into Azure Sentinel lately as my chief asked me to get educated on the matter. I'm succeeding in getting data from different connectors and I can send alerts in Slack. But since those require me to be available 24/7, I want to get some automatic responses in there.

I'm starting simple with letting Defender run a quick scan when something fishy is detected. For this I'm using the Playbook template Run-MDEAntivirus. All good and well but when I look at the GitHub documentation, there is a variable filled in that I can't get a hold of.

Github: https://github.com/Azure/Azure-Sentinel/tree/master/Playbooks/Run-MDEAntivirus

Me: https://imgur.com/a/SNj6y4u

Defender is connected, I provided permissions as it says in the manual but I'm only getting the dynamic variables from Sentinel, not from Defender when I type 'MDATP'.

Please, let this be something really stupid that I overlooked since I'm very new when it comes to Logic Apps.

Many, many thanks!

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/ass-holes
πŸ“…︎ Nov 04 2021
🚨︎ report
Mind Stones, a dynamic boolean logic puzzle. I am the author, and will pay $25 to the first person to complete the first board on all levels in both logic and intuition modes. 54bones.com/m/stones-cont…
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/Ebonicus
πŸ“…︎ Sep 03 2021
🚨︎ report
Rules Engine Editor - Blazor UI library intended for integration in Web or Desktop With Microsoft Rules Engine (open source dynamic lambda expression package for abstracting business logic/rules/policies out of the system and put rules in a outside store) github.com/alexreich/Rule…
πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/areich
πŸ“…︎ Sep 14 2021
🚨︎ report
In future Logic updates, what you you like to see improved plugin wise? My first choices would be midside comp, and dynamic eq.
πŸ‘︎ 21
πŸ’¬︎
πŸ‘€︎ u/Okkultist666
πŸ“…︎ Jun 23 2021
🚨︎ report
Doxastic logic, Dynamic logic, Interpretability logic, Multimodal logic, Hybrid logic, Defeasible logic, Non-monotonic logic, Substructural logic, Relevance logic, Computability logic, Paraconsistent logic, Quantum logic, Non-reflexive logic, Superintuitionistic logic, Abstract Algebraic Logic,...
πŸ‘︎ 67
πŸ’¬︎
πŸ“…︎ Jul 03 2021
🚨︎ report
Vendor Agnostic, Dynamic Procedural Logic with jOOQ blog.jooq.org/vendor-agno…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/lukaseder
πŸ“…︎ Aug 25 2021
🚨︎ report
Recently added new features into the DragonIK plugin such as the ability to have twistable arms and dynamic elbow pole logic to get a fairly robust 3-point VR solving. What do you think ? v.redd.it/5zpzcajjep171
πŸ‘︎ 23
πŸ’¬︎
πŸ‘€︎ u/codehawk64
πŸ“…︎ May 27 2021
🚨︎ report
Help with Logic expression using dynamic content

Hi all,

Big thanks to everyone who helped me on my first post here. Starting to get a basic grasp of PA.

As part of my flow, I want to send an email via outlook:

https://preview.redd.it/my4jwk37v6771.png?width=481&format=png&auto=webp&s=fa23dc862776519166654f92b07e97f00cd276b8

So far the e-mail produces a basic acknowledgement. I want to add a logic expression to the email body (if that's possible) to only call the "Time" Dynamic Content if the "Session" Dynamic content has a value. Otherwise, if a student picks morning and afternoon but not midday, their email will have the tasters from morning and noon and the time slots for them, and no midday session but the midday time slot:

https://preview.redd.it/y4lisd3hw6771.png?width=768&format=png&auto=webp&s=3d15a1af4257bc5376cb309570dc2b59716ed55b

My blundering buffoon attempt is:

if(Contains('<Sessions>', 'day'), "<Time>", "null")

If this can't be done within the outlook body using expressions, what would be the best way of going about it?

Cheers!

ZestyBeer

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/ZestyBeer
πŸ“…︎ Jun 24 2021
🚨︎ report
Dynamic DNS Using Azure DNS Zones And Logic Apps ukr.lk/posts/azure-dyn-dn…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/ukrlk
πŸ“…︎ Apr 26 2021
🚨︎ report
My new dynamic logic module Truth Table (discussion, demo, link to KiCAD project) youtube.com/watch?v=MvsgO…
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/iotatron
πŸ“…︎ Jan 11 2021
🚨︎ report
Copy/paste region automation in Logic?? (Dynamics) ALSO - wrong automation parameter?

Ok!! I've been hunting for a few days, this must be a SUPER common issue?

I am layering some string tracks, and I want to use region rather than track automation to access MIDI CC-s. When I select and copy the region automation to paste to a new track, it pastes ALL of the region information, midi notes included. This seems normal, read about it on LogicProHelp, apparently you can option-drag the region automation onto new tracks. When I do this, it just turns into the magnifying glass. One user said they got around this by dragging the automation slightly, THEN hitting option... but that doesn't work for me (I have automation throughout the entire region, not much room to drag). I've also read that you can access the information from the MIDI event list, but that seems like a huge pain in the ass for a huge layered string section. How do you composers do this? You must want to copy/paste dynamics automation to multiple instruments all the time! (Unfortunately can't use a Kontakt multi cause of BBC Discover's standalone plug)

Is my best bet to just copy/paste the region itself? This is really annoying if I have the parts written for different instruments already!

ALSO bonus question: When I copy my midi region from VLN 1 BBC Discover with dynamics automation (CC1) to my Spitfire Solo Violin track, it is shown as 'Kontakt: Vibrato' in the Solo Violin automation parameter menu, even though both automation parameters are showing as CC1 in the event list (dynamics). I can't change/convert it to the correct CC cause... it is already what it's supposed to be. It is audibly changing the vibrato, not dynamics. What gives?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/thehiltzbass
πŸ“…︎ Mar 11 2021
🚨︎ report
My AI driver logic is still very crude, but already lots of fun! I’m going to try to keep scaling it up and making it smarter and more dynamic. youtu.be/2BsuxIfwMjs
πŸ‘︎ 19
πŸ’¬︎
πŸ‘€︎ u/superafroboy
πŸ“…︎ Nov 01 2020
🚨︎ report
I created a dynamic Push-style isomorphic scale keyboard for Launchpad and Logic github.com/karlsander/lau…
πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/kaall
πŸ“…︎ Nov 08 2020
🚨︎ report
[SkyFactory4] Integrated Dynamics logic cable removing.

Is there a fast way to remove them?

I'm shift + right-clicking logic cables using Integrated Dynamics wrench and it doesn't remove them.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/HandsomeTurtle1
πŸ“…︎ Jan 25 2021
🚨︎ report
Trying to make ASCII logic more dynamic with ACB/ABL

So I've got a bit of an issue. My micrologix1100 is set up to scan barcodes through the serial port. Our supplier usually sends us product with serial numbers that are always the same length. However, on this new batch we've got serial numbers that are 15, 17, and 13 characters long, randomly. And it's really putting a damper on my system. I did some digging and found that the ACB and ABL instructions are supposed to count the numbers of characters in the buffer. I then want to take that value and put it in my ARL instruction's String Length input.

The issue right now is that whenever a barcode is scanned in, I don't see the ACB or ABL instruction counting anything. The Characters is always a 0 and then it moves a 0 into my ARL's String Length and then no barcode is accepted, obviously.

I think it's quite obvious I'm doing something wrong here. And I may be confused about how the buffer works. Is it possible that the buffer counting only happens when there are characters waiting in line or something? But to be more clear about what I'm trying to do is I'm trying to count the number of characters scanned, and then move that into the ARL's String Length field.

Picture of my logic:

https://imgur.com/OVOJUzh

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/dipsy01
πŸ“…︎ Jun 29 2020
🚨︎ report
[MarketWatch] An Uber deal for Postmates has 'sound industrial logic' but might not help pricing dynamics, analyst says

https://www.marketwatch.com/story/an-uber-deal-for-postmates-has-sound-industrial-logic-but-might-not-help-pricing-dynamics-analyst-says-2020-06-30?link=MW_latest_news

Following a report that Uber Technologies Inc. UBER, +4.92% is considering acquiring food-delivery company Postmates for about $2.6 billion, Evercore ISI analyst Benjamin Black took a mixed view of the potential deal. "If the deal were to be approved by regulators, we think the Street would see it as value accretive given the sound industrial logic," he wrote in a note to clients, "though with three scaled players left in the market, it is debatable as to how impactful this transaction will be in expediting the timeline to rational pricing." Black sees opportunities for Uber Eats to recognize cost synergies if it follows through with a deal and said that the company could wind up with "a few fortress cities" in a narrower market for food-delivery operators. At the same time, he said that increased scale "could come at a cost" as Uber faces the possibility of "modest regulatory hurdles," a rival bid from a fellow industry player that could drive up the purchase price, or a rival bid from an outsider that could contribute to an even more competitive landscape. He has an outperform rating and $45 price target on Uber shares, which are up 4.6% in Tuesday trading. They've gained 31% over the past three months as the S&P 500 SPX, 1.54% has gained 18%.

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/jayatum
πŸ“…︎ Jun 30 2020
🚨︎ report
I am new to SQL.Can somone suggest a dynamic query for the below problem where an attribute in a table is updated based on the below logic.I am using SQL SERVER in TOAD Datapoint.
πŸ‘︎ 23
πŸ’¬︎
πŸ‘€︎ u/partha31
πŸ“…︎ Jan 17 2020
🚨︎ report
Law school students draft letter to their professor who wore a "Black Lives Matter" shirt. The professor dissects their argument and applies logic and reason to explain the dynamics at play. imgur.com/a/YkDVQ
πŸ‘︎ 530
πŸ’¬︎
πŸ‘€︎ u/Pilebsa
πŸ“…︎ Jul 08 2016
🚨︎ report
Dynamic Target planning with achievable/risky classification logic
πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/diygrowdata
πŸ“…︎ Nov 03 2019
🚨︎ report
HUAWEI Nearby Service allows you to configure on-cloud messaging rules to trigger dynamic actions without changing app logic!
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/helloworddd
πŸ“…︎ Aug 17 2020
🚨︎ report
Escape Room game made by my students - Primarily a good example of getting your logic off the arduino itself so a database/server can make the game more dynamic. youtube.com/watch?v=x-_MA…
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/mudmin
πŸ“…︎ Jun 20 2020
🚨︎ report
HUAWEI Nearby Service allows you to configure on-cloud messaging rules to trigger dynamic actions without changing app logic!
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/wushuyong
πŸ“…︎ Aug 14 2020
🚨︎ report
[IIL] sample-based instrumentals that aren’t hip-hop like Burial, death’s dynamic shroud, Against All Logic? [WEWIL]

I’ve already heard the classics like Entroducing, Donuts, Since I Left You, etc. so what are some non-hip-hop artists/albums that make use of samples? It doesn’t really matter what genre: vaporwave, house, whatever, I don’t mind.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Votesque
πŸ“…︎ Feb 07 2020
🚨︎ report
The reason dynamic loot sucks is because its destroying the PvP scene and the logical progression of the game, not because we "have to look for loot".

Edit; here’s a really good comment that expresses a lot of ideas I couldn’t

comment

I see a lot of people dismissing critics of dynamic loot claiming, "lol people are just mad that they have to look for loot now instead of just going to the same spots over and over."

I'm sure there are a few people who thats accurate for, but for most of us, it just completely destroyed the PvP scene, and it completely disrupts the logical progression of the game.

  1. You want this game to be high stakes correct? In order to do that, we need valuable items, and we need to place them in highly contested areas. Otherwise, its almost like a walking slot machine simulator. Will I happen upon something in the middle of no where worth anything? Or will I just keep walking and picking up random shit. The truth is, with no real clear hot spots, you get "rat gameplay". With rat gameplay, you only occasionally bump into another player. That occasional bump is probably going to be at distance and ending you or the other guy getting one tapped before you even really get the chance to see each other, and test your skill.

I remember the first wipe where I used to be a rat, and walking around in random directions would very rarely result in me bumping into a person. I probably had PMC contact like every third raid. And when I did, it was either me clapping a dude who was walking out in the middle of no where, or me getting clapped walking out in the middle of no where. There wasn't any real PvP skill involved.

Don't get me wrong, this can be fun, high stakes, and a perfectly viable way to play. The only problem is, this kind of dismissive logic going on in regards to dynamic loot completely invalidates a whole other play style that many many people find to be tons of fun.

I soon found the chad/aggressive play style to be tons of fun. There is something about suiting up in Gucci gear, and knowing you are going to duke it out with someone, and that other person knowing you will be there. Just man to man trading blows, a true test of skill, resourcefulness, and tactics. This game literally has some of the best combat mechanics in any game ever! Let me use them and use them frequently!

  1. It completely destroys the natural logical progression of the game.

You get quests done/grind to get bett

... keep reading on reddit ➑

πŸ‘︎ 465
πŸ’¬︎
πŸ‘€︎ u/headcase1111
πŸ“…︎ Sep 29 2021
🚨︎ report
Dynamic logic design

Why does Dynamic design circuits require minimum clock rate for suitable operation. They do suffer from charge leakage and the longer is the evaluation cycle, the more will the charge leak, does that not mean it should require a high clock rate?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/ys_2706
πŸ“…︎ Apr 21 2020
🚨︎ report
Hugo Tips and Tricks #1: Transforming Dynamic Data via Dispatch Strategy and Set Logic // Take on Rules

I posted a small walkthrough of transforming a JSON document into another JSON document, leveraging a rendering dispatch strategy.

https://takeonrules.com/2020/05/01/hugo-tips-and-tricks-1/

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/takeonrules
πŸ“…︎ May 01 2020
🚨︎ report
ELI5: Why do wind turbines have such thin blades. Logic dictates that a larger surface area would receive more wind energy. For instance, a fan usually has large blades to displace more air. Is it to do with some weird fluid dynamic effect or more about the limitations of materials
πŸ‘︎ 92
πŸ’¬︎
πŸ‘€︎ u/emz5002
πŸ“…︎ Aug 22 2017
🚨︎ report
Apache Flink | Advanced Flink Application Patterns: Dynamic Updates of Application Logic flink.apache.org/news/202…
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/Marksfik
πŸ“…︎ Apr 06 2020
🚨︎ report
Have y’all seen this? Makes the market dynamic seem more logical. FinancialTimes: Chinese investors pick luxury watches over houses ft.com/content/a9a34f94-9…
πŸ‘︎ 2
πŸ’¬︎
πŸ“…︎ Jan 12 2022
🚨︎ report
How to make a round-robin logic assignment dynamic via workflows?

I was able to create an auto-assign workflow with a round-robin logic. However, this is currently fixed and I've been thinking lately how to make it dynamic.

Posting this question here, in case anyone has considered it before also.

Just to add context, I have 2 lists, 1. Main list, 2. User List

Every time an item is created in the Main List, the workflow runs by Calculating the Current Item's ID MOD 3, then stores that in a Calc variable

Then it's a couple of IF Statements

IF 1 = calc, set Assigned User to ID 1, from the User's List

IF 2 = calc, set Assigned User to ID 2, from the User's List

IF 0 = calc, set Assigned User to ID 3, from the User's List.

So right now, the calculation of the MOD 3, is fixed, including the IF statements. Meaning if a person were to add a new user or remove a user in the User's list, The workflow has to be updated also to either add or remove an IF statement.

Apologies in case the question is confusing

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/bicyclethief20
πŸ“…︎ Nov 09 2019
🚨︎ report
Increasing dynamic velocity range ROLAND TD-7, LOGIC PRO X, ADDICTIVE DRUMS 2, EXS24

Hey guys, I posted this in a couple of other subreddits but no luck. Hopefully someone here can help me. It would make me so happy.

I just got gifted a Roland TD7 which I use with logic pro x and addictive drums (connected with a Roland UM-ONE mkii). And it is...... AWESOME!!!!!!!!!!!!!!!!! The sensitivity on the pads are perfect, there are no delays, and there isn't any add-on to the cpu usage. So there are two issues that I need to solve.

Issue 1: I want to increase the dynamic velocity range for the drums. As I said the sensitivity on the pads work great but transferred to MIDI I hardly get any notes with velocity over 50. I have fiddled with the velocity curve settings in Addictive Drums 2, and I have succeeded in making the velocity higher for some of the components, but the range isn't that good. Any way to remedy this? I was hoping for some global setting in logic that would make this permanent for all software instruments, not just Addictive Drums 2.

Issue 2: I have some nice drum kits in EXS24 that I hope to utilize with my TD-7. Anyone who knows how to map the hi-hats so it corresponds smoothly with hi hat pedal?

I'll paypal 10$ to the kind person who helps me. :-D

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/captainjck
πŸ“…︎ Mar 21 2020
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.